Update 05-kubernetes-configuration-files.md

Enhancing description
This commit is contained in:
Sandeep Kanabar
2025-01-26 11:13:34 +05:30
committed by GitHub
parent 5a325c23d7
commit 61471cfee7

View File

@@ -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