File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,10 @@ reconciliation. For example if you patch the status at the end of the reconcilia
90
90
it is not guaranteed that during the next reconciliation you will see the fresh resource. Therefore, controllers
91
91
which do this, usually cache the updated status in memory to make sure it is present for next reconciliation.
92
92
93
- Dependent Resources feature supports the [ first approach] ( ../dependent-resources/_index.md#external-state-tracking-dependent-resources ) .
93
+ From version 5.1 you can use [ this utility] ( ../documentation/reconciler.md#making-sure-the-primary-resource-is-up-to-date-for-the-next-reconciliation )
94
+ to make sure an updated status is present for the next reconciliation.
95
+
96
+ Dependent Resources feature supports the [ first approach] ( ../documentation/dependent-resource-and-workflows/dependent-resources.md#external-state-tracking-dependent-resources ) .
94
97
95
98
### How can I skip the reconciliation of a dependent resource?
96
99
You can’t perform that action at this time.
0 commit comments