diff --git a/mk/kind.mk b/mk/kind.mk index d8d1fd200121..ba785980ec10 100644 --- a/mk/kind.mk +++ b/mk/kind.mk @@ -10,12 +10,6 @@ KIND_KUBECONFIG := $(KIND_KUBECONFIG_DIR)/kind-$(KIND_CLUSTER_NAME)-config # Ensure Kubernetes tooling only gets the config we explicitly specify. unexport KUBECONFIG -ifdef IPV6 -KIND_CONFIG ?= $(KUMA_DIR)/test/kind/cluster-ipv6.yaml -else -KIND_CONFIG ?= $(KUMA_DIR)/test/kind/cluster.yaml -endif - ifeq ($(KUMACTL_INSTALL_USE_LOCAL_IMAGES),true) KUMACTL_INSTALL_CONTROL_PLANE_IMAGES := --control-plane-registry=$(DOCKER_REGISTRY) --dataplane-registry=$(DOCKER_REGISTRY) --dataplane-init-registry=$(DOCKER_REGISTRY) else diff --git a/test/kind/cluster-ipv6.yaml b/test/kind/cluster-ipv6-kuma.yaml similarity index 100% rename from test/kind/cluster-ipv6.yaml rename to test/kind/cluster-ipv6-kuma.yaml diff --git a/test/kind/cluster.yaml b/test/kind/cluster-kuma.yaml similarity index 100% rename from test/kind/cluster.yaml rename to test/kind/cluster-kuma.yaml