Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 445 Bytes

File metadata and controls

7 lines (5 loc) · 445 Bytes

Rook Operator NodeSelector

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.

  1. Download dependencies with furyctl vendor
  2. In rook-hostCluster-nodeSelector.yaml, modify the placement and deviceFilter fields to match your needs.
  3. Deploy everything using kustomize build . | kubectl apply -f - --server-side