Skip to content

Commit

Permalink
fix make kind-create default for AZWI
Browse files Browse the repository at this point in the history
  • Loading branch information
nojnhuh authored and k8s-infra-cherrypick-robot committed Jul 13, 2023
1 parent e52424e commit 6ec37b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ CLUSTER_TEMPLATE ?= cluster-template.yaml
MANAGED_CLUSTER_TEMPLATE ?= cluster-template-aks.yaml

export KIND_CLUSTER_NAME ?= capz
export AZWI ?= true

## --------------------------------------
## Binaries
Expand Down Expand Up @@ -670,7 +669,7 @@ test-cover: test ## Run tests with code coverage and generate reports.

.PHONY: kind-create-bootstrap
kind-create-bootstrap: $(KUBECTL) ## Create capz kind bootstrap cluster.
export KIND_CLUSTER_NAME=capz-e2e && ./scripts/kind-with-registry.sh
export AZWI=$${AZWI:-true} KIND_CLUSTER_NAME=capz-e2e && ./scripts/kind-with-registry.sh

.PHONY: test-e2e-run
test-e2e-run: generate-e2e-templates install-tools kind-create-bootstrap ## Run e2e tests.
Expand Down

0 comments on commit 6ec37b9

Please sign in to comment.