We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcbf02 commit f365c0dCopy full SHA for f365c0d
mk/kind.mk
@@ -10,12 +10,6 @@ KIND_KUBECONFIG := $(KIND_KUBECONFIG_DIR)/kind-$(KIND_CLUSTER_NAME)-config
10
# Ensure Kubernetes tooling only gets the config we explicitly specify.
11
unexport KUBECONFIG
12
13
-ifdef IPV6
14
-KIND_CONFIG ?= $(KUMA_DIR)/test/kind/cluster-ipv6-kuma.yaml
15
-else
16
-KIND_CONFIG ?= $(KUMA_DIR)/test/kind/cluster-kuma.yaml
17
-endif
18
-
19
ifeq ($(KUMACTL_INSTALL_USE_LOCAL_IMAGES),true)
20
KUMACTL_INSTALL_CONTROL_PLANE_IMAGES := --control-plane-registry=$(DOCKER_REGISTRY) --dataplane-registry=$(DOCKER_REGISTRY) --dataplane-init-registry=$(DOCKER_REGISTRY)
21
else
0 commit comments