Skip to content

Commit

Permalink
Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-d…
Browse files Browse the repository at this point in the history
…eploy.md

Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
  • Loading branch information
hhunter-ms and msfussell authored Feb 15, 2024
1 parent 7467335 commit ad5bf01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ When the Dapr Kubernetes Operator sees a new `DaprControlPlane` resource, the Da
When something changes on an existing `DaprControlPlane` resource or any resource generated by the operator, the operator reconfigures the cluster to ensure the actual state of the cluster matches the desired state.

{{% alert title="Important" color="warning" %}}
The operator expects that a single `DaprControlPlane` named `dapr-control-plane` in the same namespace where the operator runs exists in a given point in time. Any additional `DaprControlPlane` resources are moved to an Error state and ignored.
The operator expects that a single `DaprControlPlane` named `dapr-control-plane` in the same namespace where the operator runs exists in a given point in time. Any additional `DaprControlPlane` resources are moved to an error state and ignored.
{{% /alert %}}

The `DaprControlPlane` custom resource consists of the following properties:
Expand Down

0 comments on commit ad5bf01

Please sign in to comment.