Skip to content

Commit f0b28ba

Browse files
fix(post): Updated docs with arning
1 parent 79a4c48 commit f0b28ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ extra_server_args: "--no-deploy servicelb --no-deploy traefik"
6262
extra_agent_args: ""
6363
```
6464
65-
*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*
65+
I would change these values unless you know what you are doing. It will most likely not work for you but listing for posterity.
6666
67-
I would not use these unless you know what you are doing. It will most likely not work for you but listing for posterity.
67+
> *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... Using these args might come at the cost of stability*
68+
{: .prompt-danger }
6869
6970
```yaml
7071
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)