We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f1b1d commit 3a45e53Copy full SHA for 3a45e53
_posts/2022-03-19-k3s-etcd-ansible.md
@@ -59,6 +59,13 @@ extra_server_args: "--no-deploy servicelb --no-deploy traefik --write-kubeconfig
59
extra_agent_args: "--kubelet-arg node-status-update-frequency=5s"
60
```
61
62
+It's best to start use these args, and optionally include `traefik` if you want it installed with `k3s`
63
+
64
+```yaml
65
+extra_server_args: "--no-deploy servicelb --no-deploy traefik"
66
+extra_agent_args: ""
67
+```
68
69
70
Start provisioning of the cluster using the following command:
71
0 commit comments