0

So I first start a minikube cluster (1.25.2) using minikube start. Then I bring up a kind cluster using some kind-Calico-conf.yml file:

$ kind create cluster --name=calico --config=./kind-Calico-conf.yml

When I later delete this Calico cluster (kind delete cluster --name=calico), I can see that the minikube cluster is gone too. Why is this happening?

CaTx
  • 1,421
  • 4
  • 21
  • 42

0 Answers0