blob: 60a3dbabd733bdb66688bbfbdede291920803f6e [file] [log] [blame]
okozachenko120323147262023-01-28 04:16:42 +11001The Rook Operator has been installed. Check its status by running:
2 kubectl --namespace {{ .Release.Namespace }} get pods -l "app=rook-ceph-operator"
3
4Visit https://rook.io/docs/rook/latest for instructions on how to create and configure Rook clusters
5
6Important 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).