You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "a-poluyanov (via GitHub)" <gi...@apache.org> on 2023/02/15 12:56:15 UTC

[GitHub] [superset] a-poluyanov commented on pull request #22827: feat(helm): Add ability to customize affinity per deployment

a-poluyanov commented on PR #22827:
URL: https://github.com/apache/superset/pull/22827#issuecomment-1431325725

   Hello, I want my helm-swapped superset to be evenly distributed among the nodes of my cluster and I write like this:
   ```
   # -- TopologySpreadConstrains to be added to all deployments
   topologySpreadConstraints: 
       - maxSkew: 1
         topologyKey: kubernetes.io/hostname
         whenUnsatisfiable: ScheduleAnyway
   ```
   But the pods are still not evenly distributed, does anyone have an example of how this works?
   @sergeyshevch Maybe you have an example of even distribution between nodes?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org