enough-carpet-20915
10/25/2022, 11:39 AM--flannel-iface
all I need?plain-byte-79620
10/25/2022, 1:49 PMnode-ip
, node-external-ip
and bind-address
(this one only on the server node)enough-carpet-20915
10/25/2022, 10:06 PMnode-ip
would be the private network, node-external-ip
would be the public and is bind-address
ok as is though? I want to listen on all interfaces, no?plain-byte-79620
10/26/2022, 12:32 PMbind-address
is 0.0.0.0
by default so you don't have to configure it.enough-carpet-20915
10/26/2022, 1:02 PMroot@homer ~ # curl -sfL <https://get.k3s.io|https://get.k3s.io> | INSTALL_K3S_VERSION=v1.25.2 K3S_TOKEN="REDACTED" sh -s - server --cluster-init --cluster-cidr "10.44.0.0/16" --flannel-iface "enp35s0.4000@enp35s0" --node-ip "10.45.0.1" --node-external-ip "95.217.198.219"
[INFO] Using v1.25.2 as release
[INFO] Downloading hash <https://github.com/k3s-io/k3s/releases/download/v1.25.2/sha256sum-amd64.txt|https://github.com/k3s-io/k3s/releases/download/v1.25.2/sha256sum-amd64.txt>
root@homer ~ #
plain-byte-79620
10/26/2022, 1:04 PMINSTALL_K3s_VERSION
is wrong you have to specify v1.25.2+k3s1
enough-carpet-20915
10/26/2022, 1:05 PM