Home > Software design >  Kubernetes Minikube removes all resources after shutting down
Kubernetes Minikube removes all resources after shutting down

Time:03-02

The Minikube cluster on my Debian system removes all resources which have been up and running after I run minikube stop or shutting down the system.

What could possibly be the reason? How can I persist it?

Kubernetes & Kubectl version 1.23.1.

CodePudding user response:

Posting it as an answer: the issue with removing all deployed resources in Minikube cluster after minikube stop and system shutdown was raised here. It is currently fixed in the newest release, upgrading your Minikube installation to 1.25.2 version should solve it.

  • Related