mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/operations/hosting/kubernetes/kubernetes-deploy.md
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
7467335b4a
commit
ad5bf0140e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue