Update k8s versions (#9879)
* increase wait on web cert setup Signed-off-by: James Strong <james.strong@chainguard.dev> * add cmctl to check its working Signed-off-by: James Strong <james.strong@chainguard.dev> * fix wait cmd and update default k8s version Signed-off-by: James Strong <james.strong@chainguard.dev> * update the kubectl test commands Signed-off-by: James Strong <james.strong@chainguard.dev> * README: Update `external-dns` link. (#9866) * add puerco and cpanato as approvers Signed-off-by: James Strong <james.strong@chainguard.dev> * update k8s versions for testing and remove cache deletion Signed-off-by: James Strong <james.strong@chainguard.dev> * upgrade default to 1.26 for testing Signed-off-by: James Strong <james.strong@chainguard.dev> --------- Signed-off-by: James Strong <james.strong@chainguard.dev> Co-authored-by: Marco Ebert <marco@giantswarm.io>
This commit is contained in:
parent
5f6c775a99
commit
ec5b4b4fd0
4 changed files with 19 additions and 26 deletions
|
|
@ -63,7 +63,7 @@ echo "Running e2e with nginx base image ${NGINX_BASE_IMAGE}"
|
|||
if [ "${SKIP_CLUSTER_CREATION}" = "false" ]; then
|
||||
echo "[dev-env] creating Kubernetes cluster with kind"
|
||||
|
||||
export K8S_VERSION=${K8S_VERSION:-v1.25.2@sha256:9be91e9e9cdf116809841fc77ebdb8845443c4c72fe5218f3ae9eb57fdb4bace}
|
||||
export K8S_VERSION=${K8S_VERSION:-v1.26.3@sha256:61b92f38dff6ccc29969e7aa154d34e38b89443af1a2c14e6cfbd2df6419c66f}
|
||||
|
||||
# delete the cluster if it exists
|
||||
if kind get clusters | grep "${KIND_CLUSTER_NAME}"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue