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
This change tightens the alerting rules to avoid resetting the alerts
upon transient scrape failures.
It also removes the `message` annotation in favor of the `description`
annotation which is more commonly used by the Prometheus community.
Signed-off-by: Simon Pasquier <[email protected]>
summary: API returned a warning when modifying an operator
42
-
description: Fires whenever the API server returns a warning when attempting to modify an operator.
43
-
message: The API server returned a warning during installation or upgrade of an operator. An Event with reason "AppliedWithWarnings" has been created with complete details, including a reference to the InstallPlan step that generated the warning.
38
+
description: The API server returned a warning during installation or upgrade of an operator. An Event with reason "AppliedWithWarnings" has been created with complete details, including a reference to the InstallPlan step that generated the warning.
0 commit comments