Merge pull request #36202 from bprashanth/config_helper_debug

Add debug logging to gci startup
This commit is contained in:
Saad Ali 2016-11-03 17:51:43 -07:00 committed by GitHub
commit fabe5a9f86

View File

@ -1169,10 +1169,12 @@ EOF
}
function override-kubectl {
echo "overriding kubectl"
echo "export PATH=${KUBE_HOME}/bin:\$PATH" > /etc/profile.d/kube_env.sh
}
function pre-warm-mounter {
echo "prewarming mounter"
${KUBE_HOME}/bin/mounter &> /dev/null
}