BUG REPORT:
Please provide the following details:
Environment:
Windows 10
Minikube version : v0.29.0
What happened:
minikube get-k8s-versions
Error: unknown command "get-k8s-versions" for "minikube"
Run 'minikube --help' for usage.
What you expected to happen:
Show list of versions like in previous versions. I did not see a ticket to remove it and it's still documented here
How to reproduce it (as minimally and precisely as possible):
minikube get-k8s-versions
Install Windows exe from 0.29.0 release
Suspect it no longer works because "localkube bootstrapper" was removed. However, the documentation lacks that information and people reading this or have existing instructions, scripts tutorials with calls to this will have questions. Perhaps the fix is just a documentation change. Release notes said localkube was removed but did not note this other downstream consequence.
Also sent out an update to the k8s website:
https://github.com/kubernetes/website/pull/10423
Thank you Jonathan for bringing this to our attention!
Maybe you should consider a new version, that lists the kubernetes (kubeadm
) versions ?
e.g. by parsing the output of https://api.github.com/repos/kubernetes/kubernetes/releases
Most helpful comment
Maybe you should consider a new version, that lists the kubernetes (
kubeadm
) versions ?e.g. by parsing the output of https://api.github.com/repos/kubernetes/kubernetes/releases