Hello friends,
- I created a kind cluster using "vctl system start -> vctl kind -> kind create cluster" commands.
- Then I created set of pods and services to prepare my environment.
- I exit from "kind" interface and stop the container subsystem using "vctl system stop" command. At this stage I was given a warning that says there is a cluster running in the background and suggested me to use --force option.
- I forced the vctl to stop everyting
- However, the kind cluster didn't started up next time I started vctl system.
- The kind-control-plane container was stopped.
- I tried to start it using "vctl start kin-control-plane" but I was given the error message "ERROR error checking volume mapping config: mkdir /lib: read-only file system "
I couldn't find any document about how to start and stop a cluster properly in vctl environment?
Would you please share you experience about cluster mangement?
Kind regards
Gökalp