Skip to content

Commit 3a45e53

Browse files
fix(post): Added k3s args comment
1 parent e2f1b1d commit 3a45e53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_posts/2022-03-19-k3s-etcd-ansible.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ extra_server_args: "--no-deploy servicelb --no-deploy traefik --write-kubeconfig
5959
extra_agent_args: "--kubelet-arg node-status-update-frequency=5s"
6060
```
6161
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+
6269

6370
Start provisioning of the cluster using the following command:
6471

0 commit comments

Comments
 (0)