From 8e76cbb16ff8499b52563c209268d785d27b5605 Mon Sep 17 00:00:00 2001 From: "Pablo Alonso Rodriguez (Red Hat)" Date: Thu, 21 Mar 2024 09:09:14 +0100 Subject: [PATCH] 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. --- modules/dr-restoring-cluster-state.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/dr-restoring-cluster-state.adoc b/modules/dr-restoring-cluster-state.adoc index 161e29248a3f..b10965b053c1 100644 --- a/modules/dr-restoring-cluster-state.adoc +++ b/modules/dr-restoring-cluster-state.adoc @@ -298,8 +298,8 @@ csr-4hl85 13m kubernetes.io/kube-apiserver-client-kubelet system:servicea csr-zhhhp 3m8s kubernetes.io/kube-apiserver-client-kubelet system:serviceaccount:openshift-machine-config-operator:node-bootstrapper Pending <2> ... ---- -<1> A pending kubelet service CSR (for user-provisioned installations). -<2> A pending `node-bootstrapper` CSR. +<1> A pending kubelet serving CSR, requested by the node for the kubelet serving endpoint. +<2> A pending kubelet client CSR, requested with the `node-bootstrapper` node bootstrap credentials. .. Review the details of a CSR to verify that it is valid by running: +