You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I have nodes: worker-1, worker-2, worker-3, worker-N
Nodes worker-{1..3} are tainted and labeled for selecting.
I deploy tenant to nodes worker-{1..3} using affinity rules and tolerations with helm chart.
Expected Behavior
All pool pods and service pods (log, log:db, prometheus) running on nodes worker-{1..3}.
Current Behavior
Pool pods are assigned to nodes as expected.
Pods log, log:db, prometheus are assigned randomly, affinity rules and tolerations are ignored due to absent customized section in tenant template.
Hello!
I have nodes: worker-1, worker-2, worker-3, worker-N
Nodes worker-{1..3} are tainted and labeled for selecting.
I deploy tenant to nodes worker-{1..3} using affinity rules and tolerations with helm chart.
Expected Behavior
All pool pods and service pods (log, log:db, prometheus) running on nodes worker-{1..3}.
Current Behavior
Pool pods are assigned to nodes as expected.
Pods log, log:db, prometheus are assigned randomly, affinity rules and tolerations are ignored due to absent customized section in tenant template.
Possible Solution
To fix template (e.g. https://github.com/minio/operator/blob/master/helm/tenant/templates/tenant.yaml#L249) adding customization for affinity and tolerations.
Steps to Reproduce (for bugs)
Context
I have 2 node tiers: stateful and stateless. Minio pool pods and rest have to be deployed on stateful, which have storage.
Your Environment
Linux worker-1 5.4.17-2136.307.3.1.el8uek.x86_64 #2 SMP Mon May 9 17:29:47 PDT 2022 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: