Skip to content

Commit

Permalink
Merge pull request #3725 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…3717-to-release-1.10

[release-1.10] fix `make kind-create` default for AZWI
  • Loading branch information
k8s-ci-robot authored Jul 14, 2023
2 parents e52424e + 6ec37b9 commit 56a73c6
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 56a73c6

Please sign in to comment.