From 411e150581942600586be5682bd9fdf11a463819 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Mon, 14 Feb 2022 17:37:23 +0200 Subject: [PATCH] contrib/bundle: remove deprecated kubelet option. Don't try using deprecated --non-masquerade-cidr kubelet command line option. It was recently removed and breaks tests in CI. Signed-off-by: Krisztian Litkey --- contrib/bundle/test-e2e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/bundle/test-e2e b/contrib/bundle/test-e2e index 49e822c5eb7..511830e6d68 100755 --- a/contrib/bundle/test-e2e +++ b/contrib/bundle/test-e2e @@ -86,7 +86,7 @@ cp kubernetes/test/bin/{ginkgo,e2e.test} _output/bin export CONTAINER_RUNTIME=remote export CGROUP_DRIVER=systemd export CGROUP_ROOT=/ -export KUBELET_FLAGS='--runtime-cgroups=/system.slice/crio.service --non-masquerade-cidr=0.0.0.0/0' +export KUBELET_FLAGS='--runtime-cgroups=/system.slice/crio.service' export CONTAINER_RUNTIME_ENDPOINT=/var/run/crio/crio.sock export ALLOW_PRIVILEGED=1