From e76cb25fa0bea2c91eab306be75e28a00e2961ca Mon Sep 17 00:00:00 2001 From: Bakerstreetsoriginal <41731479+Bakerstreetsoriginal@users.noreply.github.com> Date: Wed, 4 Sep 2024 06:46:23 +0200 Subject: [PATCH] Update 04-certificate-authority.md (#349) adjusted the expected output the reflect the actual output of the command --- docs/04-certificate-authority.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/04-certificate-authority.md b/docs/04-certificate-authority.md index 0c6494a..f6a63ea 100644 --- a/docs/04-certificate-authority.md +++ b/docs/04-certificate-authority.md @@ -364,7 +364,25 @@ Run the following, and select option 1 to check all required certificates were g Expected output: ``` -PKI generated correctly! +The selected option is 1, proceeding the certificate verification of Master node +ca cert and key found, verifying the authenticity +ca cert and key are correct +kube-apiserver cert and key found, verifying the authenticity +kube-apiserver cert and key are correct +kube-controller-manager cert and key found, verifying the authenticity +kube-controller-manager cert and key are correct +kube-scheduler cert and key found, verifying the authenticity +kube-scheduler cert and key are correct +service-account cert and key found, verifying the authenticity +service-account cert and key are correct +apiserver-kubelet-client cert and key found, verifying the authenticity +apiserver-kubelet-client cert and key are correct +etcd-server cert and key found, verifying the authenticity +etcd-server cert and key are correct +admin cert and key found, verifying the authenticity +admin cert and key are correct +kube-proxy cert and key found, verifying the authenticity +kube-proxy cert and key are correct ``` If there are any errors, please review above steps and then re-verify