From 5461c606b471e7b525a5f6e13a9f189dbf403d9e Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 31 Dec 2025 21:06:23 +0900 Subject: [PATCH] FEAT(longhorn): add toleration to Longhorn - Add tolerations for node scheduling - Enable Longhorn on all nodes --- longhorn/helm-values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/longhorn/helm-values.yaml b/longhorn/helm-values.yaml index 7062748..5827e8c 100644 --- a/longhorn/helm-values.yaml +++ b/longhorn/helm-values.yaml @@ -18,6 +18,9 @@ defaultSettings: defaultReplicaCount: 2 # Default number of replicas for volumes defaultDataPath: /mnt/longhorn-storage # Data storage path on nodes (NEW: dedicated 50GB disks) + # Taint toleration for data plane components (instance-manager, etc.) + taintToleration: "node-role.kubernetes.io/master:NoExecute" + # Backup settings backupTarget: "" # S3/NFS backup target (configure later if needed) backupTargetCredentialSecret: ""