We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a4fb5 commit a848065Copy full SHA for a848065
hack/aks/Makefile
@@ -45,10 +45,8 @@ azlogin: ## Login and set account to $SUB
45
@$(AZCLI) account set -s $(SUB)
46
47
azcfg: ## Set the $AZCLI to use aks-preview
48
-## Remove the extension if it exists so we can install the set version
49
- @$(AZCLI) extension remove --name aks-preview || true
50
- @$(AZCLI) extension add --name aks-preview --version 14.0.0b3 --yes
51
-## @$(AZCLI) extension update --name aks-preview
+ @$(AZCLI) extension add --name aks-preview --yes
+ @$(AZCLI) extension update --name aks-preview
52
53
ip:
54
$(AZCLI) network public-ip create --name $(IP_PREFIX)-$(CLUSTER)-$(IPVERSION) \
0 commit comments