okozachenko1203 | 2314726 | 2023-01-28 04:16:42 +1100 | [diff] [blame] | 1 | The Rook Operator has been installed. Check its status by running: |
| 2 | kubectl --namespace {{ .Release.Namespace }} get pods -l "app=rook-ceph-operator" |
| 3 | |
| 4 | Visit https://rook.io/docs/rook/latest for instructions on how to create and configure Rook clusters |
| 5 | |
| 6 | Important Notes: |
| 7 | - You must customize the 'CephCluster' resource in the sample manifests for your cluster. |
| 8 | - Each CephCluster must be deployed to its own namespace, the samples use `rook-ceph` for the namespace. |
| 9 | - The sample manifests assume you also installed the rook-ceph operator in the `rook-ceph` namespace. |
| 10 | - The helm chart includes all the RBAC required to create a CephCluster CRD in the same namespace. |
| 11 | - Any disk devices you add to the cluster in the 'CephCluster' must be empty (no filesystem and no partitions). |