We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f18830 commit 2a3764dCopy full SHA for 2a3764d
vertical-pod-autoscaler/hack/run-e2e-locally.sh
@@ -74,7 +74,7 @@ echo "Deleting KIND cluster 'kind'."
74
kind delete cluster -n kind -q
75
76
echo "Creating KIND cluster 'kind'"
77
-KIND_VERSION="kindest/node:v1.33.0"
+KIND_VERSION="kindest/node:v1.33.0@sha256:02f73d6ae3f11ad5d543f16736a2cb2a63a300ad60e81dac22099b0b04784a4e"
78
if ! kind create cluster --image=${KIND_VERSION}; then
79
echo "Failed to create KIND cluster. Exiting. Make sure kind version is updated."
80
echo "Available versions: https://github.com/kubernetes-sigs/kind/releases"
0 commit comments