From d5aa682cbc534926dcf9972ac8edb7d15f65e3d2 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Wed, 8 Nov 2023 13:56:11 -0800 Subject: [PATCH] Fix a comment Co-authored-by: Benjamin A. Petersen --- hack/kind-up.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/kind-up.sh b/hack/kind-up.sh index 43d46be89..f4a92b46c 100755 --- a/hack/kind-up.sh +++ b/hack/kind-up.sh @@ -50,8 +50,8 @@ if [[ "${PINNIPED_USE_LOCAL_KIND_REGISTRY:-}" != "" ]]; then docker network connect "kind" "${reg_name}" fi - # Configure kind to use the local registry. - # https://github.com/kubernetes/enhancements/tree/master/keps/sig-cluster-lifecycle/generic/1755-communicating-a-local-registry + # Document the local registry. + # See https://github.com/kubernetes/enhancements/tree/master/keps/sig-cluster-lifecycle/generic/1755-communicating-a-local-registry cat <