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

Problems with access rights when deploying to an OpenShift cluster #51

Open
VyacheslavSemin opened this issue Apr 14, 2021 · 0 comments

Comments

@VyacheslavSemin
Copy link
Collaborator

OpenShift uses RBAC policies by default to define and apply permissions.
OpenShift users who do not have the cluster admin role added may have problems deploying manifests that use various actions (verbs: "get", "list", "create", etc.) on resources ("pods", "deployments", "statefulsets", "endpoints", etc.).
These problems are usually related to the fact that the user does not have rights to perform the requested actions.
To fix this, without giving the user the cluster admin role, you can create a role with the required actions on the resources, and then bind it to the user. Read more here.

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