Skip to content

Commit ed03cbf

Browse files
committed
co/kube-storage-version-migrator reports Available=False in a non-upgrade job
1 parent 9992bc5 commit ed03cbf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • pkg/monitortests/clusterversionoperator/legacycvomonitortests

pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ func testStableSystemOperatorStateTransitions(events monitorapi.Intervals, clien
105105
condition.Reason == "APIServices_Error") {
106106
return "https://issues.redhat.com/browse/OCPBUGS-23746"
107107
}
108+
if operator == "kube-storage-version-migrator" && condition.Reason == "KubeStorageVersionMigrator_Deploying" {
109+
return "https://issues.redhat.com/browse/OCPBUGS-65984"
110+
}
108111
return ""
109112
}
110113
if condition.Type == configv1.OperatorDegraded && condition.Status == configv1.ConditionTrue {

0 commit comments

Comments
 (0)