Created
October 6, 2023 15:08
-
-
Save sirkirby/5e938252ee98459b576b966c54968d06 to your computer and use it in GitHub Desktop.
k3s agent install haproxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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