having set up minikube on a CentOS Stream 8 VM I was surprised to see that after a shutdown / restart of my VM (and restarting minikube) any changes I had applied before shutdown, e.g.
kubectl create namespace <somespace>
were gone.
Is this the expected behaviour, or is there s.th. wrong with my setup?
Thx alot...
Joachim