Skip to content

Commit 2a3764d

Browse files
committed
VPA: use sha256 digest for local kind image
Signed-off-by: Max Cao <[email protected]>
1 parent 4f18830 commit 2a3764d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/hack/run-e2e-locally.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ echo "Deleting KIND cluster 'kind'."
7474
kind delete cluster -n kind -q
7575

7676
echo "Creating KIND cluster 'kind'"
77-
KIND_VERSION="kindest/node:v1.33.0"
77+
KIND_VERSION="kindest/node:v1.33.0@sha256:02f73d6ae3f11ad5d543f16736a2cb2a63a300ad60e81dac22099b0b04784a4e"
7878
if ! kind create cluster --image=${KIND_VERSION}; then
7979
echo "Failed to create KIND cluster. Exiting. Make sure kind version is updated."
8080
echo "Available versions: https://github.com/kubernetes-sigs/kind/releases"

0 commit comments

Comments
 (0)