treasuremap/manifests/function/rook-cluster
Sigunov, Vladimir (vs422h) 6fd0d1186a Add RadosGateway support to the rook-ceph cluster
This is to support RadosGateway functionality provided by the
upstream Rook.
The patchset contains:
* RGW deployment module
* Storage class needed for RGW related operations
* Object Bucket claim
* And supporting files for daily operations on Rook-based RGW service

Change-Id: I16c9324eefa74dc6fbe3294334083e5a7f387b54
2021-10-07 10:11:14 -04:00
..
cephfs Use kpt for rook 2021-06-15 19:44:25 -05:00
dashboard Use kpt for rook 2021-06-15 19:44:25 -05:00
objectstore Add RadosGateway support to the rook-ceph cluster 2021-10-07 10:11:14 -04:00
pools Add RadosGateway support to the rook-ceph cluster 2021-10-07 10:11:14 -04:00
storageclasses Add RadosGateway support to the rook-ceph cluster 2021-10-07 10:11:14 -04:00
Kptfile Use kpt for rook 2021-06-15 19:44:25 -05:00
README.md Use kpt for rook 2021-06-15 19:44:25 -05:00

Rook Ceph Custom Resources

Kubernetes manifests for deploying select Rook Ceph Custom Resources.

Update Manifests

To update the upstream manifests in this function:

  1. Update the git references in Kptfile

  2. Run kpt pkg sync . from this directory.

  3. Update any Rook container image references defined in version catalogs.

  4. If you plan on committing your changes restore the .gitignore file(s)

# git restore cephfs/base/upstream/.gitignore
# git restore dashboard/base/upstream/.gitignore
# git restore pools/base/upstream/.gitignore
# git restore storageclasses/block/upstream/.gitignore
# git restore storageclasses/file/upstream/.gitignore