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
As cluster operator I want to mark UpgradeJobHooks as possibly disruptive So that I can decide if i should set up any alert silences
As cluster operator I want to mark UpgradeJobHooks as possibly disruptive So that I can have metrics and mark the jobs in dashboards
Context
At VSHN we use UpgradeJobHooks to set silences and to do various disruptive and non-disruptive tasks.
We only want to set silences if there is a possibly disruptive job or an upgrade.
We want to distinguished "risky" upgrades from "noop" upgrades on our dashboards.
UpgradeJobHook CRD has a new field allowing to mark jobs as disruptive.
UpgradeJob has a metric if it matches any disruptive UpgradeJobHook
UpgradeJobHook pods have an environment variable passed in with the disruptive status of the current hook and of the disruptive status of all matching hooks.
Implementation Ideas
No response
The text was updated successfully, but these errors were encountered:
Summary
As cluster operator
I want to mark UpgradeJobHooks as possibly disruptive
So that I can decide if i should set up any alert silences
As cluster operator
I want to mark UpgradeJobHooks as possibly disruptive
So that I can have metrics and mark the jobs in dashboards
Context
At VSHN we use UpgradeJobHooks to set silences and to do various disruptive and non-disruptive tasks.
We only want to set silences if there is a possibly disruptive job or an upgrade.
We want to distinguished "risky" upgrades from "noop" upgrades on our dashboards.
Out of Scope
No response
Further links
Acceptance Criteria
Implementation Ideas
No response
The text was updated successfully, but these errors were encountered: