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
* We recommend that minikube be updated to the most recent version (0.19.0 at the time of this documentation), as some
16
16
earlier versions may not start up the kubernetes cluster with all the necessary components.
17
+
* The minimum version of Kubernetes currently supported is 1.6. So your Kubernetes cluster must be running Kubernetes 1.6 and up.
18
+
* You must have the [`kube-dns` cluster add-on](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/) available in your Kubernetes cluster. You can verify that the `kube-dns` service is up by running command `kubectl get svc --namespace=kube-system`.
17
19
* You must have appropriate permissions to create and list [pods](https://kubernetes.io/docs/user-guide/pods/),
18
20
[ConfigMaps](https://kubernetes.io/docs/tasks/configure-pod-container/configmap/) and
19
21
[secrets](https://kubernetes.io/docs/concepts/configuration/secret/) in your cluster. You can verify that
0 commit comments