
Applied review feedback. Fixed 'grey bars' formatting. Fixed gerunds and lists Added abbreviations and references Change-Id: I104d678ce3ea52bddcbc141f8aad49ea1e1971db Signed-off-by: Keane Lim <keane.lim@windriver.com>
1.4 KiB
1.4 KiB
Default Behavior of the RBD Provisioner
The default Ceph Cluster configuration set up during installation contains a single storage tier, storage, containing all the .
The default rbd-provisioner service runs within the kube-system namespace and has a single storage class, 'general', which is configured to:
- use the default 'storage' ceph storage tier
- use a kube-rbd ceph pool, and
- only support PVC requests from the following namespaces: kube-system, default and kube-public.
The full details of the rbd-provisioner configuration can be viewed with the following commands:
~(keystone_admin)$ system helm-override-list platform-integ-apps
This command provides the chart names and the overrides namespaces.
~(keystone_admin)$ system helm-override-show platform-integ-apps rbd-provisioner kube-system
See Create Persistent Volume Claims
<storage-configuration-create-persistent-volume-claims>
and
Mount Persistent Volumes in Containers
<storage-configuration-mount-persistent-volumes-in-containers>
for details on how to create and mount a PVC from this storage
class.