We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b9266 commit cbfefd5Copy full SHA for cbfefd5
Makefile
@@ -255,8 +255,7 @@ kind-load-image: kind-create-cluster docker-build ## Load the image into the kin
255
256
.PHONY: kind-delete-custer
257
kind-delete-custer: kind ## Delete the created kind cluster.
258
- $(KIND) delete cluster --name $(KIND_CLUSTER_NAME) && \
259
- rm -f $(KIND_KUBE_CONFIG)
+ $(KIND) delete cluster --name $(KIND_CLUSTER_NAME) --kubeconfig $(KIND_KUBE_CONFIG)
260
261
.PHONY: install
262
install-crd: manifests kustomize ## Install CRDs into the K8s cluster specified in ~/.kube/config.
0 commit comments