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

Remove requirement for cluster-admin for tiller in openshift example. #1265

Merged

Conversation

absoludity
Copy link
Contributor

Fixes #676 .

This PR fixes one remaining issue I had with the development environment on OpenShift, removing the need to use cluster-admin for tiller. Together with the work from the past iteration, Kubeapps now installs without issue on OpenShift.

I'm not keen to make a stronger statement about OpenShift support for a few reasons, so have updated the relevant part of the troubleshooting in the README to mention our tentative support and link to the RBAC policies as examples for the related issue.

As per TODOs in the doc, I don't think the RBAC requirements are specific to OpenShift, but rather we should be promoting these as the default (for helm2 / tiller - we don't seem to mention working with non-cluster-admin tiller anywhere that I can see. Checked our access-control doc but that is Kubeapps specific)

@absoludity absoludity requested a review from andresmgot November 4, 2019 01:58
@absoludity absoludity self-assigned this Nov 4, 2019
Copy link
Contributor

@andresmgot andresmgot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update!

To know your thoughts, what do you think about running our e2e tests against minishift (or similar)? We probably don't want to do so if it's not stable or if it's too slow but if we don't it, it's also likely that the code in the Makefile will become obsolete.

(Unrelated) I will fix the issue with the browser tests that is failing here.

@absoludity
Copy link
Contributor Author

Thanks for the update!

To know your thoughts, what do you think about running our e2e tests against minishift (or similar)? We probably don't want to do so if it's not stable or if it's too slow but if we don't it, it's also likely that the code in the Makefile will become obsolete.

Yes - I'd love to add that along with e2e tests against an oauth2 setup etc. I'm assuming we don't use kind for the normal e2e tests atm, but will take a look soon.

@absoludity absoludity merged commit ff6e26d into vmware-tanzu:master Nov 4, 2019
@absoludity absoludity deleted the openshift-mention-installation branch November 4, 2019 23:23
@andresmgot
Copy link
Contributor

I'm assuming we don't use kind for the normal e2e tests atm, but will take a look soon.

Yes, we do. Let me know if you need more info about that.

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

Successfully merging this pull request may close these issues.

Check and document OpenShift support
2 participants