Add debug logging to gci startup

pull/6/head
bprashanth 2016-11-03 17:43:10 -07:00
parent c83a924628
commit 28e880b6e7
1 changed files with 2 additions and 0 deletions

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
}