We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3451ed4 commit 3c82f8cCopy full SHA for 3c82f8c
backend/kind/up_if_not_exists.sh
@@ -32,7 +32,7 @@ if [ -n "$EKCP_HOST" ]; then
32
echo "Remote cluster already exists, skipping creation"
33
fi
34
else
35
- if [ -z $(./kind get clusters | grep ${CLUSTER_NAME}) ]; then
+ if [ -z $(kind get clusters | grep ${CLUSTER_NAME}) ]; then
36
echo "Local cluster doesn't exist, creating now"
37
kind create cluster --config kind-config.yaml --name=${CLUSTER_NAME}
38
0 commit comments