fix(portainer): pin to az-b (talos-cp-2), the real Longhorn storage node
nodeSelector still targeted az-a/talos-cp-1 from before the 3-CP topology change. talos-cp-2 (az-b) has the dedicated Longhorn disks now, so the pod's zone pin and the PVC's only viable replica location never matched - ReplicaSchedulingFailure: disks are unavailable, pod stuck ContainerCreating waiting on AttachVolume.
This commit is contained in:
@@ -52,7 +52,8 @@ tolerations:
|
|||||||
operator: Exists
|
operator: Exists
|
||||||
effect: NoSchedule
|
effect: NoSchedule
|
||||||
|
|
||||||
# Pin to az-a (talos-cp-1) — sole Longhorn storage node. Its RWO PVC can only
|
# Pin to az-b (talos-cp-2) — sole Longhorn storage node (dedicated disks).
|
||||||
# attach there; without this the pod may land on cp-2/cp-3 and fail to mount.
|
# Its RWO PVC can only attach there; without this the pod may land on
|
||||||
|
# cp-1/cp-3 and fail to mount.
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
topology.kubernetes.io/zone: az-a
|
topology.kubernetes.io/zone: az-b
|
||||||
|
|||||||
Reference in New Issue
Block a user