This message was deleted.
# k3s
a
This message was deleted.
c
You check the logs for errors?
If they're all vms on the same backing disk it's highly likely your disk doesn't have the iops for your workload + etcd
Etcd writes are highly latency sensitive
a
Which logs should I check and what should I look for to diagnose that?
The vms are split across 2 separate machines each running ssds as the backing disks
c
Just the k3s journald logs
a
So maybe something that would help would be to make my control plane non scheduleable? how do i add the taints to my control plane node to do that? I see this
--node-taint CriticalAddonsOnly=true:NoExecute
under HA external DB, is that the same for embeded etcd?