mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 09:18:58 +03:00
Update docs/09-bootstrapping-kubernetes-workers.md
Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ for HOST in node-0 node-1; do
|
||||
sed "s|SUBNET|$SUBNET|g" \
|
||||
configs/10-bridge.conf > 10-bridge.conf
|
||||
|
||||
scp 10-bridge.conf kubelet-config.yaml \
|
||||
scp 10-bridge.conf configs/kubelet-config.yaml \
|
||||
root@${HOST}:~/
|
||||
done
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user