Created
April 4, 2017 15:20
-
-
Save wbuchwalter/0ec4c93152f9b1ff0702d5404111c17b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
az account clear | |
python main.py --resource-group acs --container-service-name containerservice-acs \ | |
--service-principal-app-id 'xxx' --service-principal-secret 'xxx' \ | |
--service-principal-tenant-id 'xxx' \ | |
-vvv --kubeconfig /root/.kube/config --over-provision 0 --debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment