helper scripts for devops openhack
To set up kubectl and downgrade helm to 2.14.3
curl -L https://raw.githubusercontent.com/hattan/devops_openhack_utils/master/setup.sh | bash
If you only want to set up the kubectl login for AKS
curl -L https://raw.githubusercontent.com/hattan/devops_openhack_utils/master/ask_login.sh | bash
Cleanup
curl -L https://raw.githubusercontent.com/hattan/devops_openhack_utils/master/cleanup.sh | bash