Update to Kubernetes 1.13 (#3351)

* Update to Kubernetes 1.13
This commit is contained in:
Brian Avery 2019-02-21 17:21:29 -05:00 committed by Martin Taillefer
parent 0a9575c6ea
commit d87e02d7df
1 changed files with 2 additions and 10 deletions

View File

@ -19,17 +19,9 @@ Follow these instructions to prepare Minikube for Istio.
as well as other applications,
we recommend starting Minikube with 8192 `MB` of memory and 4 `CPUs`:
On Kubernetes **1.9**:
On Kubernetes **1.13**:
{{< text bash >}}
$ minikube start --memory=8192 --cpus=4 --kubernetes-version=v1.9.4 \
--extra-config=apiserver.admission-control="NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota" \
--vm-driver=`your_vm_driver_choice`
{{< /text >}}
On Kubernetes **1.10**:
{{< text bash >}}
$ minikube start --memory=8192 --cpus=4 --kubernetes-version=v1.10.0 \
$ minikube start --memory=8192 --cpus=4 --kubernetes-version=v1.13.0 \
--vm-driver=`your_vm_driver_choice`
{{< /text >}}