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
The bug title says it all. I gave permissions to restart, scale, edit the deployment but the button with the option to restart and scale the deployment does not appear. These are sufficient permissions because I tested using kubectl. kubectl rollout restart deployment gotify -n default
Thanks for the reply
After clicking on the deployment object I see this.
Do you use correct kubeconfig? On the last photo you have a visible delete button. My custom RBAC does not contain delete verb which removes deployment object. You should use kubeconfig with limited access. Use all the roles I used and generate kubeconfig.
Describe the bug
The bug title says it all. I gave permissions to restart, scale, edit the deployment but the button with the option to restart and scale the deployment does not appear. These are sufficient permissions because I tested using kubectl.
kubectl rollout restart deployment gotify -n default
According to the documentation the buttons should appear
https://headlamp.dev/docs/latest/faq/#headlamp-is-not-showing-deleteeditscale-buttons-in-a-resource-why-is-that
To Reproduce
Create Deployment
Create SA with secret
Create custom RBAC with sufficient permissions.
Environment (please provide info about your environment):
Are you able to fix this issue?
No. I work as devops :(
Additional Context
Excepted result
Additionally, after pressing the actions button the bubble has weird formatting.
The text was updated successfully, but these errors were encountered: