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
tilmanb@zuse:~$ microk8s.reset --help
[sudo] password for tilmanb:
Calling clean_cluster
Cleaning resources in namespace default
I was actually fine with that. I was looking for a cleanup command.
But I called it with --help specifically because I wanted to find out what it does before I do something.
microk8s.reset should print usage info if called with parameters.
The text was updated successfully, but these errors were encountered:
$ snap info microk8s
installed: v1.16.0 (920) 187MB classic
microk8s.reset --help
Usage: microk8s [OPTIONS...]
Options:
-h, --help give this help list
--destroy-storage Also destroy storage
I suspect your version of k8s is oudated, please confirm version.
Maybe this change should be applied to older version too ? #616
I was actually fine with that. I was looking for a cleanup command.
But I called it with
--help
specifically because I wanted to find out what it does before I do something.microk8s.reset should print usage info if called with parameters.
The text was updated successfully, but these errors were encountered: