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

This reverts commit 12d96861c9.

Reason for revert: During the latest testing on 22.12, the secret will not create automatically. This mean that the manual command for the secret creation needs to be maintained. Based on this comment, the update for 22.12 needs to be reverted.

Change-Id: I68fa20e0f712abf7ab2247fa66b9f9c40b3f6f7b
This commit is contained in:
Elaine A Fonaro Antonio 2022-11-24 16:29:13 +00:00
parent 12d96861c9
commit eebc398a50
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.