Skip to content

Commit f91bcf3

Browse files
committed
updates based on nic's feedback
Signed-off-by: Pete Lumbis <[email protected]>
1 parent b103bdc commit f91bcf3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/master/concepts/managed-resources.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,9 @@ Providers may define their own custom `Conditions`.
844844
Condition `Type: Ready` indicates if the external resource is ready to use.
845845

846846
The Condition `Type: Ready` and `Status: True` indicates Provider created
847-
the external resource and notified Crossplane it's ready to use.
847+
the external resource and notified Crossplane it's ready to use. Either the
848+
external API explicitly indicated the resource is ready or Crossplane appears to
849+
have successfully created the external resource.
848850

849851
{{<hint "important" >}}
850852
Crossplane doesn't update `Status: True` during a resource update.
@@ -906,7 +908,9 @@ Condition `Type: Synced` indicates Crossplane has checked the status of the mana
906908
resource with the Provider.
907909

908910
The condition `Type: Synced` and `Status: True` means Crossplane successfully
909-
communicated with the Provider on the status of the manged resource.
911+
communicated with the Provider on the status of the manged resource and synced
912+
the managed resource's desired state with the observed state of the external
913+
resource.
910914

911915
{{< hint "note" >}}
912916
`Type: Synced` and `Status: True` only shows success between Crossplane and

0 commit comments

Comments
 (0)