Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion e2e/kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ then
else

# create a cluster with the local registry enabled in containerd
cat <<EOF | kind create cluster --config=-
cat <<EOF | kind create cluster --image kindest/node:v1.31.6 --config=-
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
containerdConfigPatches:
Expand Down