mirror of https://github.com/dapr/docs.git
link to repo
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
2425ad0709
commit
7467335b4a
|
@ -292,6 +292,8 @@ spec:
|
|||
values: {}
|
||||
```
|
||||
|
||||
> See the [Dapr Kubernetes Operator repo](https://github.com/dapr-sandbox/dapr-kubernetes-operator) for more details.
|
||||
|
||||
When the Dapr Kubernetes Operator sees a new `DaprControlPlane` resource, the Dapr components are provisioned using Kubernetes resources generated from the official Dapr Helm charts and managed by the operator. The same configuration options available when installing Dapr using Helm can also be used to configure the Dapr Kubernetes Operator.
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue