Do not enable the new mounter on GCI nodes

This commit is contained in:
Vish Kannan 2016-10-21 17:37:42 -07:00 committed by Michael Taufen
parent d5b1b4087e
commit a8db72c4a3

View File

@ -475,7 +475,6 @@ function start-kubelet {
flags+=" --config=/etc/kubernetes/manifests"
flags+=" --kubelet-cgroups=/kubelet"
flags+=" --system-cgroups=/system"
flags+=" --mounter-path=${KUBE_HOME}/bin/mounter"
if [[ -n "${KUBELET_PORT:-}" ]]; then
flags+=" --port=${KUBELET_PORT}"