mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
docs: Add node to auth mode when running minikube e2e tests
Seems to be necessary for it to work. https://github.com/kubernetes/minikube/issues/6061
This commit is contained in:
parent
cc8a1a38f8
commit
43db465b54
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ kubectl delete --ignore-not-found customresourcedefinitions \
|
|||
|
||||
#### Running *end-to-end* tests on local minikube cluster:
|
||||
|
||||
1. `minikube start --kubernetes-version=stable --memory=4096 --extra-config=apiserver.authorization-mode=RBAC`
|
||||
1. `minikube start --kubernetes-version=stable --memory=4096 --extra-config=apiserver.authorization-mode=NODE,RBAC`
|
||||
2. `eval $(minikube docker-env) && make image` - build Prometheus Operator
|
||||
docker image on minikube's docker
|
||||
3. `make test-e2e`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue