Update 09-bootstrapping-kubernetes-workers.md

there's no "SUBNET"  entry in  configs/kubelet-config.yaml
This commit is contained in:
Ashish Kumar
2025-05-25 21:36:53 +05:30
committed by GitHub
parent 52eb26dad1
commit 299b5834cf

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