Merge pull request #106907 from cyclinder/remove_dockershim_flags

Clean up dockershim flags in the kubelet
This commit is contained in:
Kubernetes Prow Robot
2022-01-18 09:09:09 -08:00
committed by GitHub
17 changed files with 26 additions and 371 deletions

View File

@@ -222,9 +222,6 @@ else
sudo -v || exit 1
fi
# Do not use any network plugin by default. User could override the flags with
# test_args.
test_args='--kubelet-flags="--network-plugin= --cni-bin-dir=" '${test_args}
# Runtime flags
test_args='--kubelet-flags="--container-runtime='${runtime}'" '${test_args}