robusta
robusta copied to clipboard
How to define action to rollout restart k8s deployment
Hi,
I am new to Robusta.
I have successfully defined some AlertManager configurations and sent alerts to the robusta-runner.
However, I'm having trouble defining a rollout restart action using the user guide "robustacommunity"。 There are no action parameters listed, so how can I rollout restart a deployment?
The following action doesn't seem to work:
actions:
rollout_restart: namespace: "xxx" name: "xxx" Is there an example case I can reference?