mirror of https://github.com/istio/istio.io.git
parent
0a9575c6ea
commit
d87e02d7df
|
@ -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 >}}
|
||||
|
|
Loading…
Reference in New Issue