posts/k3s-ha-install/ #193
Replies: 2 comments
-
I've tried these instructions a few times and I can't get them to work. The following isn't clear: export K3S_DATASTORE_ENDPOINT='mysql://username:password@tcp(database_ip_or_hostname:port)/database' I assume username, password, IP address and port need to be changed to match my environment. Should /database be changed to the actual database name? It is unclear which command needs to be run on the other master servers. Both commands fail to start the service. curl -sfL https://get.k3s.io | sh -s - server --node-taint CriticalAddonsOnly=true:NoExecute --tls-san load_balancer_ip_or_hostname or curl -sfL https://get.k3s.io | sh -s - server --token=SECRET --node-taint CriticalAddonsOnly=true:NoExecute --tls-san load_balancer_ip_or_hostname Both commands fail with the following message: [INFO] systemd: Starting k3s Nov 15 07:02:02 k3s-master-2 systemd[1]: k3s.service: Main process exited, code=exited, status=1/FAILURE Please advise. |
Beta Was this translation helpful? Give feedback.
-
While setting up nginx, you may come across an error:
install nginx-mod-stream to correct it. Using alpine Linux, it was sudo apk add nginx-mod-stream. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
posts/k3s-ha-install/
Documentation for Techno Tim YouTube videos for all your copy pasta needs!
https://technotim.live/posts/k3s-ha-install/
Beta Was this translation helpful? Give feedback.
All reactions