mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-08 20:02:42 +03:00
minor updates
This commit is contained in:
@@ -154,12 +154,6 @@ admin.kubeconfig
|
||||
|
||||
Copy the appropriate `kubelet` and `kube-proxy` kubeconfig files to each worker instance:
|
||||
|
||||
```
|
||||
for instance in worker-1; do
|
||||
scp ${instance}.kubeconfig ${instance}:~/
|
||||
done
|
||||
```
|
||||
|
||||
```
|
||||
for instance in worker-1 worker-2; do
|
||||
scp kube-proxy.kubeconfig ${instance}:~/
|
||||
|
Reference in New Issue
Block a user