You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have stable minikube cluster created with the following steps
Create a VM instance on Google Compute Engine
On ubuntu 20.04 LTS, start minikube (--api-server=VM_IP is passed in args)
Deploy services
Stop minikube
Turn of GCE VM
Create a disk image
Create a new instance out of the created disk image
Restart minikube with minikube start (--api-server=new VM_IP is passed in args)
After doing above steps, I can see my service pods up and running, but some of the kube-system pods
go into error state. Once the pods enter error state, deleting the pods, does not fix the problem
What Happened?
Is it possible to have stable minikube cluster created with the following steps
minikube start
(--api-server=new VM_IP is passed in args)After doing above steps, I can see my service pods up and running, but some of the kube-system pods
go into error state. Once the pods enter error state, deleting the pods, does not fix the problem
Is there a way to recover this cluster?
Attach the log file
Can share more logs if at all using the minikube cluster from a vm created out of image is possible
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: