chmod +x kubemark scripts

This commit is contained in:
Shyam Jeedigunta 2017-05-26 22:03:12 +02:00
parent 25aa600360
commit b72cbc074c
4 changed files with 1 additions and 3 deletions

0
test/kubemark/cloud-provider-config.sh Normal file → Executable file
View File

0
test/kubemark/configure-kubectl.sh Normal file → Executable file
View File

0
test/kubemark/resources/start-kubemark-master.sh Normal file → Executable file
View File

View File

@ -161,9 +161,7 @@ function copy-resource-files-to-master {
# Make startup scripts executable and run start-kubemark-master.sh.
function start-master-components {
echo ""
MASTER_STARTUP_CMD="sudo chmod a+x /home/kubernetes/configure-kubectl.sh && \
sudo chmod a+x /home/kubernetes/start-kubemark-master.sh && \
sudo bash /home/kubernetes/start-kubemark-master.sh"
MASTER_STARTUP_CMD="sudo bash /home/kubernetes/start-kubemark-master.sh"
execute-cmd-on-master-with-retries "${MASTER_STARTUP_CMD}"
echo "The master has started and is now live."
}