You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Deprecate the Reconciling condition on the ResourceGroup, because
it doesn't actually reflect the aggregate reconcile status of the
objects synced by Config Sync from the source of truth. This
condition will now always have a status of False and a reason of
FinishReconciling to avoid breaking any clients that were waiting
for that state. This change reduces churn on the ResourceGroup
objects, which had been frequently flipping back and forth between
a status of True and False. To learn how to wait for all the managed
objects to be synced and reconciled, see
https://cloud.google.com/kubernetes-engine/enterprise/config-sync/docs/how-to/monitor-rootsync-reposync#confirm_resources_in_the_commit_are_reconciled
- This change also removes the case that was setting the Reconciling
condition reason to ExceedTimeout, which is an implementation
detail of the ResourceGroup controller, has no value to the user
and doesn't need to be exposed.
- Docs change: cl/731842416
Fixes: b/399705420
0 commit comments