#!/bin/bash export K3S_TOKEN="$1" curl -sfL https://get.k3s.io | sh -s - server --cluster-init --server "https://${2}:6443"