Skip to content

Commit b09eb0c

Browse files
committed
Fix e2e test failure
Signed-off-by: Jian Qiu <[email protected]>
1 parent 1e1db3e commit b09eb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/e2e-test.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ clean-e2e:
1616
# start clusters and set context variables
1717
start-cluster:
1818
kind create cluster --name ${MANAGED_CLUSTER1_NAME}
19-
kind create cluster --name ${HUB_NAME} --image kindest/node:v1.24.0
19+
kind create cluster --name ${HUB_NAME} --image kindest/node:v1.33.0
2020
.PHONY: start-cluster
2121

2222
test-e2e: clean-e2e ensure-kubebuilder-tools ensure-ginkgo start-cluster deps install

0 commit comments

Comments
 (0)