Skip to content

Commit 77d0157

Browse files
authored
Merge pull request #119 from awslabs/noisy-conditions
Temporarily disable noisy `ResourceSynced` conditions
2 parents 946a319 + 97cdaf0 commit 77d0157

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)