From 68d8773e0bde7c497e4697dae6d5bbeb7ac35a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n=20Garc=C3=ADa?= Date: Thu, 9 Apr 2026 10:49:59 +0200 Subject: [PATCH] [bitnami/rook-ceph] docs: :memo: Add README.md (#92336) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ai-assisted=no Ref: [TNZ-85956](https://vmw-jira.broadcom.net/browse/TNZ-85956) Signed-off-by: Javier J. Salmerón García --- bitnami/ceph-csi-operator/README.md | 7 +++++++ bitnami/ceph-csi/README.md | 7 +++++++ bitnami/ceph/README.md | 7 +++++++ bitnami/csi-external-attacher/README.md | 7 +++++++ bitnami/csi-external-provisioner/README.md | 7 +++++++ bitnami/csi-external-resizer/README.md | 7 +++++++ bitnami/csi-external-snapshot-metadata/README.md | 7 +++++++ bitnami/csi-external-snapshotter/README.md | 7 +++++++ bitnami/csi-k8s-sidecar/README.md | 7 +++++++ bitnami/csi-node-driver-registrar/README.md | 7 +++++++ bitnami/rook-ceph/README.md | 7 +++++++ 11 files changed, 77 insertions(+) create mode 100644 bitnami/ceph-csi-operator/README.md create mode 100644 bitnami/ceph-csi/README.md create mode 100644 bitnami/ceph/README.md create mode 100644 bitnami/csi-external-attacher/README.md create mode 100644 bitnami/csi-external-provisioner/README.md create mode 100644 bitnami/csi-external-resizer/README.md create mode 100644 bitnami/csi-external-snapshot-metadata/README.md create mode 100644 bitnami/csi-external-snapshotter/README.md create mode 100644 bitnami/csi-k8s-sidecar/README.md create mode 100644 bitnami/csi-node-driver-registrar/README.md create mode 100644 bitnami/rook-ceph/README.md diff --git a/bitnami/ceph-csi-operator/README.md b/bitnami/ceph-csi-operator/README.md new file mode 100644 index 000000000000..16069ca4c689 --- /dev/null +++ b/bitnami/ceph-csi-operator/README.md @@ -0,0 +1,7 @@ +# Bitnami Secure Image for Ceph CSI Operator + +## What is Ceph CSI Operator? + +> Ceph CSI Operator is a Kubernetes operator that deploys and manages Ceph-CSI drivers (CephFS, RBD, and NFS) using CRDs, and is the recommended deployment mechanism for Ceph-CSI. + +This container image is only available under the [Bitnami Secure Images initiative](https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications). diff --git a/bitnami/ceph-csi/README.md b/bitnami/ceph-csi/README.md new file mode 100644 index 000000000000..ec3943941a14 --- /dev/null +++ b/bitnami/ceph-csi/README.md @@ -0,0 +1,7 @@ +# Bitnami Secure Image for Ceph CSI + +## What is Ceph CSI? + +> Ceph CSI is a Container Storage Interface driver for Ceph that provides CephFS, RBD, and NFS storage to Kubernetes. + +This container image is only available under the [Bitnami Secure Images initiative](https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications). diff --git a/bitnami/ceph/README.md b/bitnami/ceph/README.md new file mode 100644 index 000000000000..d50a1598a224 --- /dev/null +++ b/bitnami/ceph/README.md @@ -0,0 +1,7 @@ +# Bitnami Secure Image for Ceph + +## What is Ceph? + +> Ceph is a distributed storage platform that provides object, block, and file storage in a single system, with scalability and fault tolerance. + +This container image is only available under the [Bitnami Secure Images initiative](https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications). diff --git a/bitnami/csi-external-attacher/README.md b/bitnami/csi-external-attacher/README.md new file mode 100644 index 000000000000..12bf7194f47f --- /dev/null +++ b/bitnami/csi-external-attacher/README.md @@ -0,0 +1,7 @@ +# Bitnami Secure Image for CSI External Attacher + +## What is CSI External Attacher? + +> CSI External Attacher is a sidecar that watches VolumeAttachment objects and triggers ControllerPublish/Unpublish against a CSI endpoint. + +This container image is only available under the [Bitnami Secure Images initiative](https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications). diff --git a/bitnami/csi-external-provisioner/README.md b/bitnami/csi-external-provisioner/README.md new file mode 100644 index 000000000000..ef14a3b0c4cc --- /dev/null +++ b/bitnami/csi-external-provisioner/README.md @@ -0,0 +1,7 @@ +# Bitnami Secure Image for CSI External Provisioner + +## What is CSI External Provisioner? + +> CSI External Provisioner is a sidecar that watches PersistentVolumeClaims and triggers CreateVolume/DeleteVolume against a CSI driver. + +This container image is only available under the [Bitnami Secure Images initiative](https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications). diff --git a/bitnami/csi-external-resizer/README.md b/bitnami/csi-external-resizer/README.md new file mode 100644 index 000000000000..f086fb32b92d --- /dev/null +++ b/bitnami/csi-external-resizer/README.md @@ -0,0 +1,7 @@ +# Bitnami Secure Image for CSI External Resizer + +## What is CSI External Resizer? + +> CSI External Resizer is a sidecar that watches PersistentVolumeClaims and triggers controller-side volume expansion against a CSI endpoint. + +This container image is only available under the [Bitnami Secure Images initiative](https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications). diff --git a/bitnami/csi-external-snapshot-metadata/README.md b/bitnami/csi-external-snapshot-metadata/README.md new file mode 100644 index 000000000000..251697a6f50e --- /dev/null +++ b/bitnami/csi-external-snapshot-metadata/README.md @@ -0,0 +1,7 @@ +# Bitnami Secure Image for CSI External Snapshot Metadata + +## What is CSI External Snapshot Metadata? + +> CSI External Snapshot Metadata is a sidecar controller that serves snapshot metadata to Kubernetes via the SnapshotMetadata Service API. + +This container image is only available under the [Bitnami Secure Images initiative](https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications). diff --git a/bitnami/csi-external-snapshotter/README.md b/bitnami/csi-external-snapshotter/README.md new file mode 100644 index 000000000000..ca11cc2286c5 --- /dev/null +++ b/bitnami/csi-external-snapshotter/README.md @@ -0,0 +1,7 @@ +# Bitnami Secure Image for CSI External Snapshotter + +## What is CSI External Snapshotter? + +> CSI External Snapshotter is a sidecar that manages volume snapshots for CSI drivers via VolumeSnapshot CRDs and CSI snapshot operations. + +This container image is only available under the [Bitnami Secure Images initiative](https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications). diff --git a/bitnami/csi-k8s-sidecar/README.md b/bitnami/csi-k8s-sidecar/README.md new file mode 100644 index 000000000000..d25009988d96 --- /dev/null +++ b/bitnami/csi-k8s-sidecar/README.md @@ -0,0 +1,7 @@ +# Bitnami Secure Image for CSI Kubernetes Sidecar + +## What is CSI Kubernetes Sidecar? + +> CSI Kubernetes Sidecar is a CSI-Addons implementation and sidecar for Kubernetes, providing extended CSI operations and APIs. + +This container image is only available under the [Bitnami Secure Images initiative](https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications). diff --git a/bitnami/csi-node-driver-registrar/README.md b/bitnami/csi-node-driver-registrar/README.md new file mode 100644 index 000000000000..3a1ae1d83308 --- /dev/null +++ b/bitnami/csi-node-driver-registrar/README.md @@ -0,0 +1,7 @@ +# Bitnami Secure Image for CSI Node Driver Registrar + +## What is CSI Node Driver Registrar? + +> CSI Node Driver Registrar is a sidecar that registers a CSI driver with the kubelet using the kubelet plugin registration mechanism. + +This container image is only available under the [Bitnami Secure Images initiative](https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications). diff --git a/bitnami/rook-ceph/README.md b/bitnami/rook-ceph/README.md new file mode 100644 index 000000000000..2b75ae8f5f3e --- /dev/null +++ b/bitnami/rook-ceph/README.md @@ -0,0 +1,7 @@ +# Bitnami Secure Image for Rook Ceph Operator + +## What is Rook Ceph Operator? + +> Rook Ceph Operator is a Kubernetes operator that deploys and manages Ceph storage when using Rook, providing block, object, and file storage on the cluster. + +This container image is only available under the [Bitnami Secure Images initiative](https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications).