Skip to content
Snippets Groups Projects
Unverified Commit 2c0eb87b authored by Arthur Silva Sens's avatar Arthur Silva Sens Committed by GitHub
Browse files

Merge pull request #1672 from slashpai/update_readme

README: Update kubernetes version to 1.23 in minikube
parents 9cf61115 5b1d4558
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ This adapter is an Extension API Server and Kubernetes needs to be have this fea ...@@ -77,7 +77,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.20.0 --memory=6g --bootstrapper=kubeadm --extra-config=kubelet.authentication-token-webhook=true --extra-config=kubelet.authorization-mode=Webhook --extra-config=scheduler.bind-address=0.0.0.0 --extra-config=controller-manager.bind-address=0.0.0.0 $ minikube delete && minikube start --kubernetes-version=v1.23.0 --memory=6g --bootstrapper=kubeadm --extra-config=kubelet.authentication-token-webhook=true --extra-config=kubelet.authorization-mode=Webhook --extra-config=scheduler.bind-address=0.0.0.0 --extra-config=controller-manager.bind-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