cockroach-operator icon indicating copy to clipboard operation
cockroach-operator copied to clipboard

add nodeAntiaffinities

Open arminfelder opened this issue 4 years ago • 2 comments

all cockroach nodes should run with "preferredDuringSchedulingIgnoredDuringExecution"

e.g.

...
 affinity:
    podAntiAffinity:
      preferredDuringSchedulingIgnoredDuringExecution:
      - weight: 1
        preference:
          matchExpressions:
          - key: another-node-label-key
            operator: In
            values:
            - another-node-label-value

arminfelder avatar Feb 17 '21 13:02 arminfelder

You can add this affinity rule in the CR if you like.

chrislovecnm avatar Mar 01 '21 17:03 chrislovecnm

This is missing in the API currently. @udnay found the issue.

chrislovecnm avatar Jun 15 '21 19:06 chrislovecnm