Update 09-bootstrapping-kubernetes-workers.md

pull/875/head
troy.wang 2025-05-27 06:31:07 +08:00 committed by GitHub
parent a0fa44d590
commit cd87a0f58a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Copy the Kubernetes binaries and systemd unit files to each worker instance:
```bash
for HOST in node-0 node-1; do
SUBNET=$(grep ${HOST} machines.txt | cut -d " " -f 4)
SUBNET=$(grep "${HOST}" machines.txt | awk '{print $4}')
sed "s|SUBNET|$SUBNET|g" \
configs/10-bridge.conf > 10-bridge.conf