From eebc398a502bb457a77acd8c1e1c83f8bbc116f4 Mon Sep 17 00:00:00 2001 From: Elaine A Fonaro Antonio Date: Thu, 24 Nov 2022 16:29:13 +0000 Subject: [PATCH] Revert "Manual ceph-pool-kube-rbd secrect creation step removed (r6,r7,dsR6,dsR7)" This reverts commit 12d96861c993050c2e4f98453cfd06d8a4c74688. 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 --- .../kubernetes/private-namespace-and-restricted-rbac.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/security/kubernetes/private-namespace-and-restricted-rbac.rst b/doc/source/security/kubernetes/private-namespace-and-restricted-rbac.rst index fe80a7501..8153b1e31 100644 --- a/doc/source/security/kubernetes/private-namespace-and-restricted-rbac.rst +++ b/doc/source/security/kubernetes/private-namespace-and-restricted-rbac.rst @@ -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 -f - + #. If this user requires the ability to use helm, do the following.