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:
Story Crater Bot
2026-08-11 16:12:13 -07:00
parent e691a91df1
commit 8b88e13762
+4 -3
View File
@@ -52,7 +52,8 @@ tolerations:
operator: Exists
effect: NoSchedule
# Pin to az-a (talos-cp-1) — sole Longhorn storage node. Its RWO PVC can only
# attach there; without this the pod may land on cp-2/cp-3 and fail to mount.
# Pin to az-b (talos-cp-2) — sole Longhorn storage node (dedicated disks).
# Its RWO PVC can only attach there; without this the pod may land on
# cp-1/cp-3 and fail to mount.
nodeSelector:
topology.kubernetes.io/zone: az-a
topology.kubernetes.io/zone: az-b