Skip to content

Commit 9311490

Browse files
committed
CRD Apply Alert Allowance
Adds an allowed alert for InstallPlanStepAppliedWithWarnings to unblock kubernetes 1.34 rebase efforts. The servicemeshoperator VirtualServices CRD is generating warnings from the api server because 1.34 now gives warnings for unknown string formats. Without this exception the rebase efforts may be blocked until the CRD can be fixed. This allowance will be removed once the issue has been resolved. Signed-off-by: Daniel Franz <[email protected]>
1 parent 105a7f0 commit 9311490

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/alerts/allowed_conformance.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ func AllowedAlertsDuringConformance(featureSet configv1.FeatureSet) (allowedFiri
1919
AlertName: "VirtControllerRESTErrorsHigh",
2020
Text: "https://issues.redhat.com/browse/CNV-50418",
2121
},
22+
{
23+
AlertName: "InstallPlanStepAppliedWithWarnings",
24+
Text: "https://issues.redhat.com/browse/OSSM-10876",
25+
},
2226
}
2327
allowedFiringAlerts := MetricConditions{
2428
{

0 commit comments

Comments
 (0)