mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Do not enable the new mounter on GCI nodes
This commit is contained in:
parent
d5b1b4087e
commit
a8db72c4a3
@ -475,7 +475,6 @@ function start-kubelet {
|
|||||||
flags+=" --config=/etc/kubernetes/manifests"
|
flags+=" --config=/etc/kubernetes/manifests"
|
||||||
flags+=" --kubelet-cgroups=/kubelet"
|
flags+=" --kubelet-cgroups=/kubelet"
|
||||||
flags+=" --system-cgroups=/system"
|
flags+=" --system-cgroups=/system"
|
||||||
flags+=" --mounter-path=${KUBE_HOME}/bin/mounter"
|
|
||||||
|
|
||||||
if [[ -n "${KUBELET_PORT:-}" ]]; then
|
if [[ -n "${KUBELET_PORT:-}" ]]; then
|
||||||
flags+=" --port=${KUBELET_PORT}"
|
flags+=" --port=${KUBELET_PORT}"
|
||||||
|
Loading…
Reference in New Issue
Block a user