mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
default to staging registry
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
set -o errexit -o nounset -o pipefail
|
||||
|
||||
REGISTRY="${REGISTRY:-kindest}"
|
||||
REGISTRY="${REGISTRY:-gcr.io/k8s-staging-kind}"
|
||||
IMAGE_NAME="${IMAGE_NAME:-node}"
|
||||
|
||||
# cd to the repo root
|
||||
|
||||
Reference in New Issue
Block a user