Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding pod anti-affinity to Kyverno #1966

Closed
RinkiyaKeDad opened this issue Jun 6, 2021 · 1 comment · Fixed by #1985
Closed

adding pod anti-affinity to Kyverno #1966

RinkiyaKeDad opened this issue Jun 6, 2021 · 1 comment · Fixed by #1985
Assignees
Labels
enhancement New feature or request

Comments

@RinkiyaKeDad
Copy link
Contributor

Anti-affinity allows us to constrain which nodes our pod is eligible to be scheduled based on labels on pods that are already running on the node rather than based on labels on nodes. We basically want multiple instances to be scheduled to different nodes.

  1. Document how to do this manually.
  2. Add it to the install.yaml (managed via Kustomize) and the Helm chart.
@RinkiyaKeDad RinkiyaKeDad added the enhancement New feature or request label Jun 6, 2021
@RinkiyaKeDad RinkiyaKeDad self-assigned this Jun 6, 2021
@chipzoller
Copy link
Member

This won't be useful until Kyverno 1.4.0 releases and is added to the list of items in this discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants