Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strimzi doesn't work in RBAC enabled Kubernetes clusters #286

Closed
scholzj opened this issue Mar 6, 2018 · 0 comments
Closed

Strimzi doesn't work in RBAC enabled Kubernetes clusters #286

scholzj opened this issue Mar 6, 2018 · 0 comments
Assignees

Comments

@scholzj
Copy link
Member

scholzj commented Mar 6, 2018

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.

@scholzj scholzj self-assigned this Mar 6, 2018
scholzj added a commit that referenced this issue Mar 6, 2018
@scholzj scholzj closed this as completed in 1827fbe Mar 6, 2018
scholzj added a commit that referenced this issue Mar 6, 2018
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant