We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When adding a local role to a user or a group the command tries to add a cluster role instead.
Client Version: 4.17.0-202501081137.p0.gae1bd9e.assembly.stream.el9-ae1bd9e Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: 4.17.14 Kubernetes Version: v1.30.7
oc adm policy add-role-to-user test userTest Warning: role 'test' not found clusterrole.rbac.authorization.k8s.io/test added: "userTest"
oc adm policy add-role-to-user test userTest role.rbac.authorization.k8s.io/test added: "userTest"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When adding a local role to a user or a group the command tries to add a cluster role instead.
Version
Client Version: 4.17.0-202501081137.p0.gae1bd9e.assembly.stream.el9-ae1bd9e
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: 4.17.14
Kubernetes Version: v1.30.7
Steps To Reproduce
Current Result
Expected Result
The text was updated successfully, but these errors were encountered: