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

kubelet-config.yaml does not contain liternal text "SUBNET"
This commit is contained in:
wwwuxin
2025-04-26 10:33:37 -07:00
committed by GitHub
parent 52eb26dad1
commit f5b7af1bc2

View File

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