remove unnecessary sed command

pull/869/head
lee 2025-04-29 15:42:22 -04:00
parent 9ee3dd24c0
commit 06362e0764
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