sticky-television-95660
10/23/2023, 2:32 AMcurl -sfL <https://get.k3s.io> | <EXISTING_K3S_ENV> sh -s - <EXISTING_K3S_ARGS>
however I am not sure what to fill in for <EXISTING_K3S_ENV>
and <EXISTING_K3S_ARGS>
. When I installed K3S I did something like:
$ export K3S_URL=<https://kubemaster.mydomain.com:6443>
$ export K3S_TOKEN=$TOKEN
$ curl -fsL <https://get.k3s.io> | K3S_URL=$K3S_URL K3S_TOKEN=$K3S_TOKEN sh -