Trivial change to a comment
This commit is contained in:
parent
7e887666ce
commit
b3732e8b6c
@ -8,5 +8,5 @@ set -euo pipefail
|
|||||||
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
||||||
cd "${ROOT}"
|
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
|
kind create cluster --config "hack/lib/kind-config/single-node.yaml" --name pinniped
|
||||||
|
Loading…
Reference in New Issue
Block a user