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
Is your feature request related to a problem? Please describe.
The one missing feature in botkube for me is the ability to have users run @BotKube rollout restart deployment/staging-app
Describe the solution you'd like
I cannot get BotKube to support the rollout kubectl verb. I've tried adding it, but it keeps telling me "Command is not supported"
Describe alternatives you've considered
Not sure how to work around this.
Additional context @botkube rollout restart deployments/staging-app
Command not supported. Please run /botkubehelp to see supported commands.
The text was updated successfully, but these errors were encountered:
@juneeighteen Could you please share kubectl command config you added to allow this command. For every command BotKube maps it to @BotKube [verb] [resource] ..... format and checks if verb and resource exists in the configuration. You can try with adding rollout in the verb and restart in the resource. Also, keep in mind to update botkube-clusterrole to give permission to BotKube SA to execute this command
Is your feature request related to a problem? Please describe.
The one missing feature in botkube for me is the ability to have users run
@BotKube rollout restart deployment/staging-app
Describe the solution you'd like
I cannot get BotKube to support the rollout kubectl verb. I've tried adding it, but it keeps telling me "Command is not supported"
Describe alternatives you've considered
Not sure how to work around this.
Additional context
@botkube rollout restart deployments/staging-app
Command not supported. Please run /botkubehelp to see supported commands.
The text was updated successfully, but these errors were encountered: