We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61ccbe8 + eedc11b commit 330d655Copy full SHA for 330d655
Makefile
@@ -341,7 +341,7 @@ create-management-cluster: $(KUSTOMIZE) $(ENVSUBST)
341
@echo 'Set kubectl context to the kind management cluster by running "kubectl config set-context kind-capz"'
342
343
.PHONY: create-workload-cluster
344
-create-workload-cluster: $(KUSTOMIZE) $(ENVSUBST)
+create-workload-cluster: $(ENVSUBST)
345
# Create workload Cluster.
346
$(ENVSUBST) < $(TEMPLATES_DIR)/$(CLUSTER_TEMPLATE) | kubectl apply -f -
347
scripts/kind-with-registry.sh
@@ -14,6 +14,8 @@
14
# limitations under the License.
15
16
set -o errexit
17
+set -o nounset
18
+set -o pipefail
19
20
# desired cluster name; default is "kind"
21
KIND_CLUSTER_NAME="${KIND_CLUSTER_NAME:-capz}"
0 commit comments