Skip to content

Commit

Permalink
Update kind
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Beck <[email protected]>
  • Loading branch information
Kidswiss committed Mar 15, 2024
1 parent 220a8b7 commit 02752b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile.vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ CRD_DOCS_REF_PATH ?= docs/modules/ROOT/pages/references/api-reference.adoc
SAMPLES_ROOT_DIR ?= config/samples
minio_sentinel = $(e2etest_dir)/minio_sentinel

KIND_NODE_VERSION ?= v1.24.4
KIND_NODE_VERSION ?= v1.26.6
KIND_KUBECONFIG ?= $(e2etest_dir)/kind-kubeconfig-$(KIND_NODE_VERSION)
KIND_CLUSTER ?= k8up-$(KIND_NODE_VERSION)
KIND_KUBECTL_ARGS ?= --validate=true
Expand All @@ -46,4 +46,4 @@ K8UP_QUAY_IMG ?= quay.io/k8up-io/k8up:$(IMG_TAG)
ENVTEST_ADDITIONAL_FLAGS ?= --bin-dir "$(go_bin)"
INTEGRATION_TEST_DEBUG_OUTPUT ?= false
# See https://storage.googleapis.com/kubebuilder-tools/ for list of supported K8s versions
ENVTEST_K8S_VERSION = 1.24.x
ENVTEST_K8S_VERSION = 1.26.x
2 changes: 1 addition & 1 deletion e2e/test-06-pvc-rwo.bats
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ DEBUG_DETIK="true"
try "at most 10 times every 5s to get backup named 'k8up-backup' and verify that '.status.started' is 'true'"

verify_object_value_by_label job 'k8up.io/owned-by=backup_k8up-backup' '.status.active' 1 true
verify_job_pod_values 'k8up.io/owned-by=backup_k8up-backup' .spec.nodeName k8up-v1.24.4-control-plane k8up-v1.24.4-worker
verify_job_pod_values 'k8up.io/owned-by=backup_k8up-backup' .spec.nodeName k8up-v1.26.6-control-plane k8up-v1.26.6-worker

wait_until backup/k8up-backup completed

Expand Down

0 comments on commit 02752b7

Please sign in to comment.