Skip to content

Commit

Permalink
updates based on nic's feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Lumbis <[email protected]>
  • Loading branch information
plumbis committed Apr 16, 2024
1 parent b103bdc commit f91bcf3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions content/master/concepts/managed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,9 @@ Providers may define their own custom `Conditions`.
Condition `Type: Ready` indicates if the external resource is ready to use.

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

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

The condition `Type: Synced` and `Status: True` means Crossplane successfully
communicated with the Provider on the status of the manged resource.
communicated with the Provider on the status of the manged resource and synced
the managed resource's desired state with the observed state of the external
resource.

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

0 comments on commit f91bcf3

Please sign in to comment.