mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-17 01:20:41 +03:00
Fix typo
This commit is contained in:

committed by
Kelsey Hightower

parent
69f4ecfa82
commit
e6459ccbd5
@@ -17,7 +17,7 @@ Some people would like to run workers and cluster services anywhere in the clust
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
Each worker node will provision a unqiue TLS client certificate as defined in the [kubelet TLS bootstrapping guide](https://kubernetes.io/docs/admin/kubelet-tls-bootstrapping/). The `kubelet-bootstrap` user must be granted permission to request a client TLS certificate.
|
Each worker node will provision a unique TLS client certificate as defined in the [kubelet TLS bootstrapping guide](https://kubernetes.io/docs/admin/kubelet-tls-bootstrapping/). The `kubelet-bootstrap` user must be granted permission to request a client TLS certificate.
|
||||||
|
|
||||||
```
|
```
|
||||||
gcloud compute ssh controller0
|
gcloud compute ssh controller0
|
||||||
|
Reference in New Issue
Block a user