You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minikube has RBAC disabled by default. This leaves a huge area of things which can go wrong even when the system tests pass. One such example is #286. We should run the tests against Minikube with RBAC enabled (should be minikube start --extra-config=apiserver.Authorization.Mode=RBAC AFAIK).
Note: This should be done only after #286 which would break the tests immediately ;-)
The text was updated successfully, but these errors were encountered:
Add role through sudo
Remove sudo
Do not add binding
Is the cluster available later?
Further debugging
More debugging
More debugging
More debugging
More debugging
Increase timeout
Minikube has RBAC disabled by default. This leaves a huge area of things which can go wrong even when the system tests pass. One such example is #286. We should run the tests against Minikube with RBAC enabled (should be
minikube start --extra-config=apiserver.Authorization.Mode=RBAC
AFAIK).Note: This should be done only after #286 which would break the tests immediately ;-)
The text was updated successfully, but these errors were encountered: