17 lines
560 B
YAML
17 lines
560 B
YAML
persistence:
|
|
defaultClass: true
|
|
defaultClassReplicaCount: 3
|
|
|
|
# Disable so that longhorn can run on dbworker and nworker
|
|
# nodeSelector:
|
|
# node-role.kubernetes.io/nworker: "true"
|
|
|
|
# This ensures the storage UI and manager also stay on those nodes
|
|
# longhornManager:
|
|
# nodeSelector:
|
|
# node-role.kubernetes.io/nworker: "true"
|
|
|
|
# Installing Longhorn on the control plane (VM1) without proper configuration usually causes this "stuck" state
|
|
# longhornManager:
|
|
# nodeSelector:
|
|
# node-role.kubernetes.io/control-plane: "false" # Explicitly avoid VM1 |