VPA: use sha256 digest for local kind image

Signed-off-by: Max Cao <macao@redhat.com>
This commit is contained in:
Max Cao 2025-05-08 18:28:00 -07:00
parent 4f18830d51
commit 2a3764d007
No known key found for this signature in database
GPG Key ID: 4EAEC3318EC211D2
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ echo "Deleting KIND cluster 'kind'."
kind delete cluster -n kind -q
echo "Creating KIND cluster 'kind'"
KIND_VERSION="kindest/node:v1.33.0"
KIND_VERSION="kindest/node:v1.33.0@sha256:02f73d6ae3f11ad5d543f16736a2cb2a63a300ad60e81dac22099b0b04784a4e"
if ! kind create cluster --image=${KIND_VERSION}; then
echo "Failed to create KIND cluster. Exiting. Make sure kind version is updated."
echo "Available versions: https://github.com/kubernetes-sigs/kind/releases"