Skip to content

Commit 5d87b1f

Browse files
committed
OCPBUGS-31247: Remove "(for user-provisioned installations)" reference for accepting CSRs on etcd restore procedure
This PR removes the above mentioned parenthesis and also improves the technical description of the CSRs mentioned at that step.
1 parent 37d4fe2 commit 5d87b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/dr-restoring-cluster-state.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ csr-4hl85 13m kubernetes.io/kube-apiserver-client-kubelet system:servicea
298298
csr-zhhhp 3m8s kubernetes.io/kube-apiserver-client-kubelet system:serviceaccount:openshift-machine-config-operator:node-bootstrapper Pending <2>
299299
...
300300
----
301-
<1> A pending kubelet service CSR (for user-provisioned installations).
302-
<2> A pending `node-bootstrapper` CSR.
301+
<1> A pending kubelet serving CSR, requested by the node for the kubelet serving endpoint.
302+
<2> A pending kubelet client CSR, requested with the `node-bootstrapper` node bootstrap credentials.
303303

304304
.. Review the details of a CSR to verify that it is valid by running:
305305
+

0 commit comments

Comments
 (0)