Skip to content

Instantly share code, notes, and snippets.

@wbuchwalter
Created April 4, 2017 15:20
Show Gist options
  • Save wbuchwalter/0ec4c93152f9b1ff0702d5404111c17b to your computer and use it in GitHub Desktop.
Save wbuchwalter/0ec4c93152f9b1ff0702d5404111c17b to your computer and use it in GitHub Desktop.
#!/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