Skip to content

Commit 97cdaf0

Browse files
committed
Temporarily disable noisy ResourceSynced conditions
Comment out ResourceSynced condition updates in prepareConditions to reduce status noise/churn. These will be re-enabled once we determine a better approach for resource sync status reporting.
1 parent 946a319 commit 97cdaf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/controller/instance/controller_status.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (igr *instanceGraphReconciler) prepareConditions(status map[string]interfac
7979
))
8080
}
8181

82-
conditionType := "ResourceSynced"
82+
/* conditionType := "ResourceSynced"
8383
// Add conditions for each resource
8484
for resourceID, resourceState := range resourceStates {
8585
if resourceState.Err != nil {
@@ -99,7 +99,7 @@ func (igr *instanceGraphReconciler) prepareConditions(status map[string]interfac
9999
generation,
100100
))
101101
}
102-
}
102+
} */
103103

104104
return conditions
105105
}

0 commit comments

Comments
 (0)