magnificent-egg-26329
07/23/2022, 2:14 PM--node-ip value, -i value
When I am installing with the https://get.k3s.io/ shell script?bored-farmer-36655
07/23/2022, 4:26 PMcurl -sfL <https://get.k3s.io> | INSTALL_K3S_EXEC="--node-ip $NODE_IP --node-external-ip $NODE_IP" \
K3S_URL="<https://master-node:6443>" \
K3S_TOKEN_FILE=/etc/rancher/k3s/node-token-seed K3S_NODE_NAME=$NODE_NAME sh -
magnificent-egg-26329
07/24/2022, 1:15 AMbored-farmer-36655
07/24/2022, 1:51 AMserver -- cluster-init --node-ip $NODE_IP --node-external-ip $NODE_IP