Skip to content

Commit d167c51

Browse files
committed
Document XR status conditions
Signed-off-by: Nic Cope <[email protected]>
1 parent 66ca410 commit d167c51

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

content/v2.0-preview/composition/composite-resources.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,16 @@ Spec:
297297

298298
### Composite resource conditions
299299

300-
The conditions of composite resources match the conditions of their composed
301-
resources.
300+
A composite resource has two status conditions Synced and Ready.
301+
302+
Crossplane sets the Synced status condition to True when it's able to
303+
successfully reconcile the composite resource. If Crossplane can't reconcile the
304+
composite resource it'll report an error in the Synced condition.
305+
306+
Crossplane sets the Ready status condition to True when the composite resource's
307+
composition function pipeline reports that all of its composed resources are
308+
ready. If a composed resource isn't ready Crossplane will report it in the
309+
Ready condition.
302310

303311
## Composite resource labels
304312

0 commit comments

Comments
 (0)