Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created October 6, 2023 15:08
Show Gist options
  • Save sirkirby/5e938252ee98459b576b966c54968d06 to your computer and use it in GitHub Desktop.
Save sirkirby/5e938252ee98459b576b966c54968d06 to your computer and use it in GitHub Desktop.
k3s agent install haproxy
# use the same token you used earlier
# set the server ip address to your new VIP
curl -sfL https://get.k3s.io | K3S_TOKEN=DC87A250BCBA499994CF808CEADD1BCC sh -s - agent --server https://192.168.1.100:6443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment