1
0
Fork 0
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:
adinhodovic 2023-10-23 12:51:16 +02:00
parent cc8a1a38f8
commit 43db465b54

View file

@ -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`