2026-07-22 08:46:57 -07:00
|
|
|
# Longhorn Node CRDs for cp-2 and cp-3.
|
|
|
|
|
# These nodes have the control-plane taint, so Longhorn doesn't auto-discover them.
|
|
|
|
|
# Explicit Node CRDs + the taint-toleration setting enable storage across all 3 nodes.
|
|
|
|
|
---
|
|
|
|
|
apiVersion: longhorn.io/v1beta2
|
|
|
|
|
kind: Node
|
|
|
|
|
metadata:
|
|
|
|
|
name: talos-cp-2
|
|
|
|
|
namespace: longhorn-system
|
|
|
|
|
spec:
|
2026-07-22 12:02:44 -07:00
|
|
|
name: talos-cp-2
|
2026-07-22 08:46:57 -07:00
|
|
|
allowScheduling: true
|
|
|
|
|
disks:
|
|
|
|
|
default-disk:
|
|
|
|
|
allowScheduling: true
|
|
|
|
|
path: /var/lib/longhorn
|
|
|
|
|
storageReserved: 0
|
|
|
|
|
tags: []
|
|
|
|
|
tags: []
|
|
|
|
|
---
|
|
|
|
|
apiVersion: longhorn.io/v1beta2
|
|
|
|
|
kind: Node
|
|
|
|
|
metadata:
|
|
|
|
|
name: talos-cp-3
|
|
|
|
|
namespace: longhorn-system
|
|
|
|
|
spec:
|
2026-07-22 12:02:44 -07:00
|
|
|
name: talos-cp-3
|
2026-07-22 08:46:57 -07:00
|
|
|
allowScheduling: true
|
|
|
|
|
disks:
|
|
|
|
|
default-disk:
|
|
|
|
|
allowScheduling: true
|
|
|
|
|
path: /var/lib/longhorn
|
|
|
|
|
storageReserved: 0
|
|
|
|
|
tags: []
|
|
|
|
|
tags: []
|