Skip to content

Commit 3099155

Browse files
Merge pull request #762 from openshift-cherrypick-robot/cherry-pick-759-to-release-4.12
[release-4.12] OCPBUGS-13647: Proper cleanup of route sync conditions
2 parents 55ea895 + 17b12d9 commit 3099155

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pkg/console/starter/starter.go

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -408,10 +408,12 @@ func RunOperator(ctx context.Context, controllerContext *controllercmd.Controlle
408408
// "DefaultIngressCertValidation",
409409
// in 4.13 we are removing CustomRouteSync and DefaultRouteSync
410410
// we are need to backport the removal of these conditions all the way down to 4.10
411-
// since we only remove the in https://github.com/openshift/console-operator/pull/662
412-
// and its cause upgrade issues to the customers
413-
"CustomRouteSync",
414-
"DefaultRouteSync",
411+
// since we only remove them in https://github.com/openshift/console-operator/pull/662
412+
// and its causing upgrade issues to the customers
413+
"CustomRouteSyncDegraded",
414+
"CustomRouteSyncProgressing",
415+
"DefaultRouteSyncDegraded",
416+
"DefaultRouteSyncProgressing",
415417
},
416418
operatorClient,
417419
controllerContext.EventRecorder,

0 commit comments

Comments
 (0)