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
The cluster controller fails in RBAC enabled Kubernetes clusters because it tries to get the / path and this is not allowed by default. This is caused by the isAdaptable method which is called from Main.java to find out if we run on OpenShift or not.
The text was updated successfully, but these errors were encountered:
* Implement workaround hack to avoid RABC errors when kubernetes client asks if it is on OpenShift - Closes#286
* Remove hardcoded HTTP 200 and replace it with HttpResponseStatus class
* Move the log messages to debug level
The cluster controller fails in RBAC enabled Kubernetes clusters because it tries to get the
/
path and this is not allowed by default. This is caused by theisAdaptable
method which is called fromMain.java
to find out if we run on OpenShift or not.The text was updated successfully, but these errors were encountered: