'Are changes applied to minikube via kubectl persistent?

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



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source