Last active
April 22, 2021 18:53
-
-
Save larryclaman/b7830b3f2613691cc4e09969c0dbf0ba to your computer and use it in GitHub Desktop.
DTL
This file contains 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/sh | |
usermod -aG docker azureuser | |
az aks install-cli | |
snap install helm --classic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment