adamant-kite-43734
12/27/2022, 3:44 PMcreamy-pencil-82913
12/27/2022, 8:11 PMcreamy-pencil-82913
12/27/2022, 8:13 PMcreamy-pencil-82913
12/27/2022, 8:13 PMcolossal-action-96650
12/27/2022, 8:37 PM/var/lib/rancher/k3s
which is the only place I'm aware of that contains the certificatescolossal-action-96650
12/27/2022, 8:38 PMcurl -sfL <https://get.k3s.io> | INSTALL_K3S_VERSION=v1.24.8+k3s1 INSTALL_K3S_EXEC="--disable traefik --disable servicelb --kube-controller-manager-arg bind-address=0.0.0.0 --kube-proxy-arg metrics-bind-address=0.0.0.0 --kube-scheduler-arg bind-address=0.0.0.0 --etcd-expose-metrics true --kubelet-arg containerd=/run/k3s/containerd/containerd.sock" K3S_TOKEN=[token] sh -s - server --server <https://10.3.14.2:6443>
is the latest version if the command I used to install K3s. I see server
and --server
in there, which would I need to eliminate. I was just trying to replicate the .service file flags as closely as I couldcreamy-pencil-82913
12/27/2022, 8:52 PMcolossal-action-96650
12/27/2022, 9:05 PMserver
flags? if so, which one?creamy-pencil-82913
12/28/2022, 12:46 AMserver
as in k3s server
which is a command… and then you have --server=<https://x:6443>
which is a flag that tells it where the existing server is.colossal-action-96650
12/28/2022, 3:25 PM