Skip to content

Commit 3fc8a25

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ node
4949

5050
Edit `inventory/my-cluster/group_vars/all.yml` to your liking. See comments inline.
5151

52-
The variables I used in the video are:
53-
54-
*Note: These are for an advanced use case. There isn't a one size fits all setting for everyone and their needs, I would try using k3s without these before changing. This could have undesired effects like nodes going offline, pods jumping or being removed, etc...*
52+
The variables I used in the video are below but...
5553

54+
*Note: These are for an advanced use case. There isn't a one size fits all setting for everyone and their needs, I would try using k3s without these before changing. This could have undesired effects like nodes going offline, pods jumping or being removed, etc... This might come at the cost of stability*
5655

5756
```yaml
5857
extra_server_args: "--no-deploy servicelb --no-deploy traefik --write-kubeconfig-mode 644 --kube-apiserver-arg default-not-ready-toleration-seconds=30 --kube-apiserver-arg default-unreachable-toleration-seconds=30 --kube-controller-arg node-monitor-period=20s --kube-controller-arg node-monitor-grace-period=20s --kubelet-arg node-status-update-frequency=5s"

0 commit comments

Comments
 (0)