Skip to content

Commit

Permalink
chore: Fixate the k8s version to > 1.24 (#419)
Browse files Browse the repository at this point in the history
Signed-off-by: Heba Elayoty <hebaelayoty@gmail.com>
  • Loading branch information
helayoty authored Jan 18, 2023
1 parent 549e66a commit 287908d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/e2e/aks-addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ cluster_subnet_id="$(az network vnet subnet show \
if [ "$E2E_TARGET" = "pr" ]; then
az aks create \
-g "$RESOURCE_GROUP" \
--kubernetes-version "1.23.12" \
-l "$LOCATION" \
-c "$NODE_COUNT" \
--node-vm-size standard_d8_v3 \
Expand All @@ -123,6 +124,7 @@ else

az aks create \
-g "$RESOURCE_GROUP" \
--kubernetes-version "1.23.12" \
-l "$LOCATION" \
-c "$NODE_COUNT" \
--node-vm-size standard_d8_v3 \
Expand Down
2 changes: 2 additions & 0 deletions hack/e2e/aks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ node_identity_client_id="$(az identity create --name "${RESOURCE_GROUP}-aks-iden
if [ "$E2E_TARGET" = "pr" ]; then
az aks create \
-g "$RESOURCE_GROUP" \
--kubernetes-version "1.23.12" \
-l "$LOCATION" \
-c "$NODE_COUNT" \
--node-vm-size standard_d8_v3 \
Expand All @@ -133,6 +134,7 @@ else

az aks create \
-g "$RESOURCE_GROUP" \
--kubernetes-version "1.23.12" \
-l "$LOCATION" \
-c "$NODE_COUNT" \
--node-vm-size standard_d8_v3 \
Expand Down

0 comments on commit 287908d

Please sign in to comment.