diff --git a/Makefile b/Makefile index 6ba3d9b95..4c15fbc27 100644 --- a/Makefile +++ b/Makefile @@ -180,8 +180,7 @@ kind-redeploy: generate docker-build kind-load kind-deploy #EXHELP Redeploy newl .PHONY: kind-cluster kind-cluster: $(KIND) #EXHELP Standup a kind cluster. -$(KIND) delete cluster --name $(KIND_CLUSTER_NAME) - # kind-config.yaml can be deleted after upgrading to Kubernetes 1.30 - $(KIND) create cluster --name $(KIND_CLUSTER_NAME) --image $(KIND_CLUSTER_IMAGE) --config ./kind-config.yaml + $(KIND) create cluster --name $(KIND_CLUSTER_NAME) --image $(KIND_CLUSTER_IMAGE) $(KIND) export kubeconfig --name $(KIND_CLUSTER_NAME) .PHONY: kind-clean diff --git a/dev/podman/kind-with-registry-podman.sh b/dev/podman/kind-with-registry-podman.sh index a3ba77658..c638caeaa 100755 --- a/dev/podman/kind-with-registry-podman.sh +++ b/dev/podman/kind-with-registry-podman.sh @@ -22,10 +22,6 @@ fi cat <