FEAT(minio): add master node toleration to MinIO
- minio-0 disk is on master node, requires toleration for NoExecute taint - Allows minio-0 to schedule on master with taint
This commit is contained in:
@@ -85,6 +85,12 @@ affinity:
|
|||||||
- minio
|
- minio
|
||||||
topologyKey: kubernetes.io/hostname
|
topologyKey: kubernetes.io/hostname
|
||||||
|
|
||||||
|
# Tolerations for master node (minio-0 runs on master)
|
||||||
|
tolerations:
|
||||||
|
- key: "node-role.kubernetes.io/master"
|
||||||
|
operator: "Exists"
|
||||||
|
effect: "NoExecute"
|
||||||
|
|
||||||
# Prometheus metrics
|
# Prometheus metrics
|
||||||
metrics:
|
metrics:
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
|
|||||||
Reference in New Issue
Block a user