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

feat: Add support for check K8S005 for pod topology distribution #23

Merged
merged 1 commit into from
Feb 20, 2023

Conversation

bryantbiggs
Copy link
Member

Description

  • Add support for check K8S005 for pod topology distribution

Motivation and Context

  • Check K8S005 adds support for ensuring workload resources have either a podAntiAffinity set or a topologySpreadConstraints before upgrading to avoid/minimize any potential service disruption

Resolves #6

Acknowledgment

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@bryantbiggs bryantbiggs merged commit 0a4e0c2 into main Feb 20, 2023
@bryantbiggs bryantbiggs deleted the feat/pod-topology-distribution branch February 20, 2023 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[K8S005] Ensure either .spec.affinity.podAntiAffinity or .spec.topologySpreadConstraint is set
1 participant