mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
Update 04-certificate-authority.md (#349)
adjusted the expected output the reflect the actual output of the command
This commit is contained in:
committed by
GitHub
parent
de7c54a8a5
commit
e76cb25fa0
@@ -364,7 +364,25 @@ Run the following, and select option 1 to check all required certificates were g
|
|||||||
Expected output:
|
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
|
If there are any errors, please review above steps and then re-verify
|
||||||
|
|||||||
Reference in New Issue
Block a user