This example shows how to customize the Ceph cluster deployment through the CRDs provided by the Rook operator changing the node selector, tolerations and device filters.
- Download dependencies with
furyctl vendor
- In
rook-hostCluster-nodeSelector.yaml
, modify theplacement
anddeviceFilter
fields to match your needs. - Deploy everything using
kustomize build . | kubectl apply -f - --server-side