Skip to content

Commit

Permalink
chore(ci) pin Kubernetes version
Browse files Browse the repository at this point in the history
Pin the test Kubernetes version to 1.24 to avoid 1.25 compatibility
issues with metallb.
  • Loading branch information
rainest committed Sep 12, 2022
1 parent 6216e93 commit 1093d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ktf 1>/dev/null
# Create Testing Environment
# ------------------------------------------------------------------------------

ktf environments create --name "${TEST_ENV_NAME}" --addon metallb --addon kuma
ktf environments create --name "${TEST_ENV_NAME}" --addon metallb --addon kuma --kubernetes-version 1.24.4

kubectl kustomize "github.com/kubernetes-sigs/gateway-api/config/crd?ref=v0.4.0" | kubectl apply -f -

Expand Down

0 comments on commit 1093d3c

Please sign in to comment.