Update docs/09-bootstrapping-kubernetes-workers.md

Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
pull/868/head
wwwuxin 2025-05-31 22:23:55 -07:00 committed by GitHub
parent f5b7af1bc2
commit bc5e790c3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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