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 is broken with K8s 1.17.0+RBAC. The related Minikube issue is linked in #269.
Authorization is changed from "RBAC" to "Node,RBAC". This PR will allow us to continue with the development.
Originally, RBAC-only mode was enabled to ensure that the operators are runnable in our RBAC-only environment, and the default Kubernetes authorization mode "Node,RBAC" was false-positive in some cases (back then in ~Apr'2019), so the issues were noticed only during the deployments to a RBAC-only environment.
By disabling this mode, we can get those false-positive test results again (RBAC-related). But this is the only way to make it run in CI/CD.
PS: "False-positives" in this cases means that something can be actually broken for the RBAC-only environment, but the tests do not detect this due to "Node,RBAC" mode, and report the successes.
Types of Changes
Bug fix (non-breaking change which fixes an issue)
Configuration change
The text was updated successfully, but these errors were encountered:
Description
Minikube is broken with K8s 1.17.0+RBAC. The related Minikube issue is linked in #269.
Authorization is changed from "RBAC" to "Node,RBAC". This PR will allow us to continue with the development.
Originally, RBAC-only mode was enabled to ensure that the operators are runnable in our RBAC-only environment, and the default Kubernetes authorization mode "Node,RBAC" was false-positive in some cases (back then in ~Apr'2019), so the issues were noticed only during the deployments to a RBAC-only environment.
By disabling this mode, we can get those false-positive test results again (RBAC-related). But this is the only way to make it run in CI/CD.
PS: "False-positives" in this cases means that something can be actually broken for the RBAC-only environment, but the tests do not detect this due to "Node,RBAC" mode, and report the successes.
Types of Changes
The text was updated successfully, but these errors were encountered: