removed SUBNET replacement for kubelet-config.yaml in 09-bootstrapping-kubernetes-workers.md

kubelet-config.yaml does not contain liternal text "SUBNET"
pull/868/head
wwwuxin 2025-04-26 10:33:37 -07:00 committed by GitHub
parent 52eb26dad1
commit f5b7af1bc2
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