Minikube: Remove references to "get-k8s-versions" in minikube documentation

Created on 28 Sep 2018  路  3Comments  路  Source: kubernetes/minikube

BUG REPORT:

Please provide the following details:

Environment:
Windows 10

Minikube version : v0.29.0

  • OS: Windows 10
  • VM Driver cat ~/.minikube/machines/minikube-jenkins/config.json | grep DriverName
    "DriverName": "virtualbox

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

kindocumentation

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

All 3 comments

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.

2156

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

Was this page helpful?
0 / 5 - 0 ratings