Merge "Revert "Manual ceph-pool-kube-rbd secrect creation step removed (r6,r7,dsR6,dsR7)""

This commit is contained in:
Zuul 2022-11-28 17:18:11 +00:00 committed by Gerrit Code Review
commit 53093907a3
1 changed files with 6 additions and 0 deletions

View File

@ -204,6 +204,12 @@ with read/write type access to a single private namespace
~(keystone_admin)$ system application-list
#. Apply the secret to the new rbd-provisioner namespace.
.. code-block:: none
~(keystone_admin)$ kubectl get secret ceph-pool-kube-rbd -n default -o yaml | grep -v '^\s*namespace:\s' | kubectl apply -n <namespace> -f -
#. If this user requires the ability to use helm, do the following.