https://rancher.com/ logo
Title
d

damp-australia-67861

07/30/2022, 5:59 PM
Hi everyone, I tried to install my first home cluster. I used 3x Raspberry with 8GB RAM and M2 NVMe disks and built a k3s cluster with three masters (etcd). I created several pods (influxdb, nodered, ...). But I am surprised that when I physically disconnect node #3, it takes a long time for the cluster to detect it. Then the pod running on node #3 starts to terminate, but gets stuck in "Terminating" state. A new pod starts on node #2, but gets stuck in "pending" state because it is waiting for the persistent volume to be released. I would like that when one node is down, all pods start immediately on another. What am I doing wrong? Where should I look for the error?
s

steep-furniture-72588

07/31/2022, 3:16 AM
there are defaults which you can override
d

damp-australia-67861

07/31/2022, 2:49 PM
thank you, this solve first issue, but i still have problem with pods stucks in state "Terminating" on disconected node... and new pod copy on running node is waiting for volume which is locked :/
s

steep-furniture-72588

08/01/2022, 8:07 AM
have you got the volume as ReadWriteOnce? Set to ReadWriteMany