Update 09-bootstrapping-kubernetes-workers.md

there's no "SUBNET"  entry in  configs/kubelet-config.yaml
pull/873/head
Ashish Kumar 2025-05-25 21:36:53 +05:30 committed by GitHub
parent 52eb26dad1
commit 299b5834cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ for HOST in node-0 node-1; do
sed "s|SUBNET|$SUBNET|g" \
configs/10-bridge.conf > 10-bridge.conf
sed "s|SUBNET|$SUBNET|g" \
configs/kubelet-config.yaml > kubelet-config.yaml
scp 10-bridge.conf kubelet-config.yaml \
root@${HOST}:~/
done