Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the daemonset rollout stuck alert configurable.
For bigger Kubernetes clusters with bigger node churn (for instance, cloud clusters with spot nodes), the daemonset rollouts often get stuck for longer than just 15 minutes. Since the alert might easily misfire even in cases where the delay is legitimate. This PR introduces configurable `for` value to allow for customization. As a default, the original value `15m` is left, so the only real difference would be a slight change in the alert message formatting. Signed-off-by: Milan Plzik <[email protected]>
- Loading branch information