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
Describe the bug
In k9s I cannot edit a configmap which I can edit using kubectl.
This user does not have RBAC permissions to edit all configmaps in the cluster, only the view level ClusterRole, but is the subject of a RoleBinding on a Role within a namespace that has all verbs on certain named configmaps.
To Reproduce
Steps to reproduce the behavior:
Create a namespaced configmap.
Create a Role and RoleBinding that allows verbs for that configmap.
Describe the bug
In k9s I cannot edit a configmap which I can edit using kubectl.
This user does not have RBAC permissions to edit all configmaps in the cluster, only the view level ClusterRole, but is the subject of a RoleBinding on a Role within a namespace that has all verbs on certain named configmaps.
To Reproduce
Steps to reproduce the behavior:
Historical Documents
can-i result:
k9s logs:
Expected behavior
Should be able to edit the configmap.
Screenshots
N/A
Versions (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: