Skip to content

Commit 1a01e50

Browse files
authored
docs: fix links and mention status utility in faq (#2841)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 3520732 commit 1a01e50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/content/en/docs/faq/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ reconciliation. For example if you patch the status at the end of the reconcilia
9090
it is not guaranteed that during the next reconciliation you will see the fresh resource. Therefore, controllers
9191
which do this, usually cache the updated status in memory to make sure it is present for next reconciliation.
9292

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).
9497

9598
### How can I skip the reconciliation of a dependent resource?
9699

0 commit comments

Comments
 (0)