mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 01:08:58 +03:00
Update 05-kubernetes-configuration-files.md
Enhancing description
This commit is contained in:
@@ -184,7 +184,7 @@ admin.kubeconfig
|
||||
|
||||
## Distribute the Kubernetes Configuration Files
|
||||
|
||||
Copy the `kubelet` and `kube-proxy` kubeconfig files to the node-0 instance:
|
||||
Copy the `kubelet` and `kube-proxy` kubeconfig files to the node-0 and node-1 instances:
|
||||
|
||||
```bash
|
||||
for host in node-0 node-1; do
|
||||
|
||||
Reference in New Issue
Block a user