mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
Improve TLS bootstrapping documentation (#341)
This commit enhances the clarity of the TLS bootstrapping documentation. It enables users to verify the correct configuration in their kube-apiserver.service file, whether they're double-checking their setup or ensuring no steps were missed before proceeding.
This commit is contained in:
@@ -30,7 +30,14 @@ So let's get started!
|
|||||||
|
|
||||||
**kube-apiserver** - Ensure bootstrap token based authentication is enabled on the kube-apiserver.
|
**kube-apiserver** - Ensure bootstrap token based authentication is enabled on the kube-apiserver.
|
||||||
|
|
||||||
`--enable-bootstrap-token-auth=true`
|
run this command on `controlplane01` :
|
||||||
|
```
|
||||||
|
grep 'enable-bootstrap-token-auth=true' /etc/systemd/system/kube-apiserver.service
|
||||||
|
```
|
||||||
|
|
||||||
|
expected output :
|
||||||
|
|
||||||
|
` --enable-bootstrap-token-auth=true \`
|
||||||
|
|
||||||
**kube-controller-manager** - The certificate requests are signed by the kube-controller-manager ultimately. The kube-controller-manager requires the CA Certificate and Key to perform these operations.
|
**kube-controller-manager** - The certificate requests are signed by the kube-controller-manager ultimately. The kube-controller-manager requires the CA Certificate and Key to perform these operations.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user