Update kubernetes.md

pull/5421/head
Thomas Strömberg 2019-09-20 11:15:11 -07:00 committed by GitHub
parent 9824b3ab29
commit fc4dc4dbad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ minikube defaults to the latest stable version of Kubernetes. You may select a d
`minikube start --kubernetes-version=v1.11.10`
If you omit this flag, it will upgrade your cluster to the latest version. If you would like to permanently pin a version across clusters and restarts, use:
If you omit this flag, minikube will upgrade your cluster to the latest version. If you would like to pin to a specific Kubernetes version across clusters and restarts, use:
`minikube config set kubernetes-version v1.11.0`