Skip to content

Commit a848065

Browse files
authored
Revert "ci: set aks preview to 14.0.0b3" (#3618)
Revert "ci: set aks preview to 14.0.0b3 (#3607)" This reverts commit 70a4fb5.
1 parent 70a4fb5 commit a848065

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

hack/aks/Makefile

+2-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ azlogin: ## Login and set account to $SUB
4545
@$(AZCLI) account set -s $(SUB)
4646

4747
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
48+
@$(AZCLI) extension add --name aks-preview --yes
49+
@$(AZCLI) extension update --name aks-preview
5250

5351
ip:
5452
$(AZCLI) network public-ip create --name $(IP_PREFIX)-$(CLUSTER)-$(IPVERSION) \

0 commit comments

Comments
 (0)