mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-08 20:02:42 +03:00
Update 05-kubernetes-configuration-files.md
This commit is contained in:

committed by
GitHub

parent
96fba941f3
commit
dcb0ec7c92
@@ -152,7 +152,7 @@ admin.kubeconfig
|
|||||||
|
|
||||||
## Distribute the Kubernetes Configuration Files
|
## Distribute the Kubernetes Configuration Files
|
||||||
|
|
||||||
Copy the appropriate `kubelet` and `kube-proxy` kubeconfig files to each worker instance:
|
Copy the appropriate `kube-proxy` kubeconfig files to each worker instance:
|
||||||
|
|
||||||
```
|
```
|
||||||
for instance in worker-1 worker-2; do
|
for instance in worker-1 worker-2; do
|
||||||
|
Reference in New Issue
Block a user