```curl -sfL <https://get.k3s.io> | INSTALL_K3S_EX...
# general
s
Copy code
curl -sfL <https://get.k3s.io> | INSTALL_K3S_EXEC="server --disable traefik --tls-san $external_ip" INSTALL_K3S_VERSION=v1.25.8+k3s1 sh -
--tls-san $external_ip" will do the trick. it allows the cluster to be accessed from the external ip of VM