Skip to content
Snippets Groups Projects
Commit 0bacc21a authored by Jason Murray's avatar Jason Murray Committed by GitHub
Browse files

Kubernetes Version bump in README

parent f0d8ba64
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ This adapter is an Extension API Server and Kubernetes needs to be have this fea ...@@ -61,7 +61,7 @@ This adapter is an Extension API Server and Kubernetes needs to be have this fea
In order to just try out this stack, start minikube with the following command: In order to just try out this stack, start minikube with the following command:
``` ```
$ minikube delete && minikube start --kubernetes-version=v1.10.1 --memory=4096 --bootstrapper=kubeadm --extra-config=kubelet.authentication-token-webhook=true --extra-config=kubelet.authorization-mode=Webhook --extra-config=scheduler.address=0.0.0.0 --extra-config=controller-manager.address=0.0.0.0 $ minikube delete && minikube start --kubernetes-version=v1.13.2 --memory=4096 --bootstrapper=kubeadm --extra-config=kubelet.authentication-token-webhook=true --extra-config=kubelet.authorization-mode=Webhook --extra-config=scheduler.address=0.0.0.0 --extra-config=controller-manager.address=0.0.0.0
``` ```
## Quickstart ## Quickstart
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment