Skip to content

Feature Request | Add support for topologySpreadConstraints #308

Description

@vijay-wandb

Similar to how @flamarion added support for the security context in this PR, we need to implement the same for topologySpreadConstraints

Sample block

   topologySpreadConstraints:
        - maxSkew: 1
          topologyKey: kubernetes.io/hostname
          whenUnsatisfiable: ScheduleAnyway
          labelSelector:
            matchLabels:
              control-plane: controller-manager
        - maxSkew: 1
          topologyKey: topology.kubernetes.io/zone
          whenUnsatisfiable: ScheduleAnyway
          labelSelector:
            matchLabels:
              control-plane: controller-manager

Metadata

Metadata

Labels

Priority-P2Medium priority for the request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions