Skip to content

Commit

Permalink
Increase K8s version for e2e tests to v1.29.2
Browse files Browse the repository at this point in the history
The previous version of K8s used for testing was v1.21 and hadn't
been updated for a long time. This change makes the e2e tests
run with the most recent patch at time of writing.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Apr 11, 2024
1 parent 02c043e commit b72ea6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/create_cluster.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

DEVENV=${OF_DEV_ENV:-kind}
KUBE_VERSION=v1.21.1
KUBE_VERSION=v1.29.2

EXISTS=$(kind get clusters | grep "$DEVENV")

Expand Down

0 comments on commit b72ea6e

Please sign in to comment.