Merge pull request #124017 from carlory/rm-ctrl-flags

kube-controller-manager removes deprecated command flags
This commit is contained in:
Kubernetes Prow Robot
2024-05-28 10:54:22 -07:00
committed by GitHub
12 changed files with 2 additions and 82 deletions

View File

@@ -2196,7 +2196,6 @@ function start-kube-controller-manager {
params+=("--kubeconfig=${config_path}" "--authentication-kubeconfig=${config_path}" "--authorization-kubeconfig=${config_path}")
params+=("--root-ca-file=${CA_CERT_BUNDLE_PATH}")
params+=("--service-account-private-key-file=${SERVICEACCOUNT_KEY_PATH}")
params+=("--volume-host-allow-local-loopback=false")
if [[ -n "${ENABLE_GARBAGE_COLLECTOR:-}" ]]; then
params+=("--enable-garbage-collector=${ENABLE_GARBAGE_COLLECTOR}")
fi