Skip to content
Snippets Groups Projects
Unverified Commit 60dcc3a8 authored by Paul Gier's avatar Paul Gier Committed by GitHub
Browse files

Merge pull request #429 from russorat/k8s-1.17

Updating to latest k8s version in minikube start
parents 8e6f5217 895bf84e
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ This adapter is an Extension API Server and Kubernetes needs to be have this fea ...@@ -74,7 +74,7 @@ This adapter is an Extension API Server and Kubernetes needs to be have this fea
To try out this stack, start [minikube](https://github.com/kubernetes/minikube) with the following command: To try out this stack, start [minikube](https://github.com/kubernetes/minikube) with the following command:
```shell ```shell
$ minikube delete && minikube start --kubernetes-version=v1.16.0 --memory=6g --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.17.3 --memory=6g --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
``` ```
The kube-prometheus stack includes a resource metrics API server, so the metrics-server addon is not necessary. Ensure the metrics-server addon is disabled on minikube: The kube-prometheus stack includes a resource metrics API server, so the metrics-server addon is not necessary. Ensure the metrics-server addon is disabled on minikube:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment