You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ following methods are provided for installing the operator.
15
15
### OpenShift
16
16
17
17
The operator is published as part of the built-in Community Operators in the Operator Hub on OpenShift 4. See the
18
-
[OpenShift Install Guide][install_openshift] for more information on installing on the OpenShift platorm.
18
+
[OpenShift Install Guide][install_openshift] for more information on installing on the OpenShift platform.
19
19
20
20
### Operator Lifecycle Manager
21
21
@@ -29,9 +29,8 @@ Look at the [OLM Install Guide][install_olm] for an example using this approach
29
29
30
30
The operator can be installed manually if desired.
31
31
32
-
!!! info
33
-
The manual installation method requires cluster credentials that provide the `cluster-admin` ClusterRole or
34
-
equivalent.
32
+
> [!IMPORTANT]
33
+
> The manual installation method requires cluster credentials that provide the `cluster-admin` ClusterRole or equivalent.
35
34
36
35
The [Manual Installation Guide][install_manual] provides the steps needed to manually install the operator on any
37
36
Kubernetes cluster.
@@ -58,7 +57,7 @@ This means that the same configuration option that are available when [installin
58
57
When something changes on an existing `DaprControlPlane` resource or any resource generated by the operator, the operator works to reconfigure the cluster to ensure the actual state of the cluster matches the desired state.
59
58
60
59
> [!IMPORTANT]
61
-
> The operator expect that a single `DaprControlPlane` named `dapr-control-plane` and placed in the same namespace where the operator runs exists in a given point in time.
60
+
> The operator expect that a single `DaprControlPlane` named `dapr-control-plane` and placed in the same namespace where the operator runs exists at a given point in time.
62
61
> Any additional `DaprControlPlane` resources will be moved to an `Error` state and ignored.
63
62
64
63
The `DaprControlPlane` Custom Resource consists of the following properties
@@ -83,7 +82,7 @@ Create a new Dapr Control Plane operator in the `openshift-operators` namespace
There will be several Dapr controllers and resources created that should be familiar to anyone who has deployed Dapr beforeusing [helm](https://docs.dapr.io/operations/hosting/kubernetes/kubernetes-deploy/#install-with-helm-advanced):
85
+
There will be several Dapr controllers and resources created that should be familiar to anyone who has deployed Dapr before using [helm](https://docs.dapr.io/operations/hosting/kubernetes/kubernetes-deploy/#install-with-helm-advanced):
87
86
88
87
```bash
89
88
➜ kubecto tree daprcontrolplanes.operator.dapr.io dapr-control-plane
0 commit comments