From b3732e8b6c7e1e630349cc62749881c10e3efcfb Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Fri, 22 Jan 2021 12:43:35 -0800 Subject: [PATCH] Trivial change to a comment --- hack/kind-up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/kind-up.sh b/hack/kind-up.sh index e5bdfa01..64fdacc6 100755 --- a/hack/kind-up.sh +++ b/hack/kind-up.sh @@ -8,5 +8,5 @@ set -euo pipefail ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )" cd "${ROOT}" -# To choose a specific version of kube, add this option to the command below: `--image kindest/node:v1.18.8` +# To choose a specific version of kube, add this option to the command below: `--image kindest/node:v1.18.8`. kind create cluster --config "hack/lib/kind-config/single-node.yaml" --name pinniped