Skip to content

Latest commit

 

History

History

rook-operator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Rook Operator

Rook provides a way to run a highly available, durable Ceph storage in your Kubernetes cluster. See Rook website for more details about the project.

Requirements

cert-manager is nedeed to let Rook setup a Validating Webhook to asses that Rook CRs are correctly configured.

Image repository and tag

  • Rook Operator image: registry.sighup.io/fury/rook/ceph:v1.10.5
  • Ceph image: registry.sighup.io/fury/ceph/ceph:v17.2.5

Deployment

You can deploy the Rook operator with the following command:

kustomize build . | kubectl apply -f - --server-side