Skip to content

Commit 70a4fb5

Browse files
authored
ci: set aks preview to 14.0.0b3 (#3607)
1 parent 2552fb4 commit 70a4fb5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hack/aks/Makefile

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

4747
azcfg: ## Set the $AZCLI to use aks-preview
48-
@$(AZCLI) extension add --name aks-preview --yes
49-
@$(AZCLI) extension update --name 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
5052

5153
ip:
5254
$(AZCLI) network public-ip create --name $(IP_PREFIX)-$(CLUSTER)-$(IPVERSION) \

0 commit comments

Comments
 (0)