diff --git a/content/post/rancher-k3s-with-galera.md b/content/post/rancher-k3s-with-galera.md index 49602a8..ea2921e 100644 --- a/content/post/rancher-k3s-with-galera.md +++ b/content/post/rancher-k3s-with-galera.md @@ -211,7 +211,7 @@ GRANT ALL PRIVILEGES ON `k3s`.* TO 'k3s'@'%' IDENTIFIED BY ''; Install k3s one each nodes, one after another: ```bash -curl -sfL https://get.k3s.io | sh -s - server --datastore-endpoint="mysql://k3s:@tcp(localhost:3306)/k3s" --no-deploy servicelb --no-deploy nginx +curl -sfL https://get.k3s.io | sh -s - server --datastore-endpoint="mysql://k3s:@tcp(localhost:3306)/k3s" --no-deploy servicelb --no-deploy traefik ``` Check the nodes after.