Commit fabe5a9f authored by Saad Ali's avatar Saad Ali Committed by GitHub

Merge pull request #36202 from bprashanth/config_helper_debug

Add debug logging to gci startup
parents 710c8406 28e880b6
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment