Skip to content

Latest commit

 

History

History

rook-hostcluster-nodeSelector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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