Remove the deprecated --babysit-daemons kubelet flag
This commit is contained in:
@@ -231,7 +231,6 @@ function load-docker-images {
|
||||
function compute-kubelet-params {
|
||||
local params="${KUBELET_TEST_ARGS:-}"
|
||||
params+=" --allow-privileged=true"
|
||||
params+=" --babysit-daemons=true"
|
||||
params+=" --cgroup-root=/"
|
||||
params+=" --cloud-provider=gce"
|
||||
params+=" --pod-manifest-path=/etc/kubernetes/manifests"
|
||||
|
Reference in New Issue
Block a user