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 pdb and topologySpreadConstraints to helm chart #651

Merged
merged 3 commits into from
Sep 24, 2024

Conversation

kimxogus
Copy link
Contributor

What type of PR is this?
Add PDB and topologySpreadConstraints to helm chart

Which issue does this PR fix:

What does this PR do / Why do we need it:
To ensure High Availability of gateway controller deployment, this PR adds PDB and topologySpreadConstraints.

If an issue # is not available please add repro steps and logs from aws-gateway-controller showing the issue:

Testing done on this change:
Deployed in my eks cluster.

Automation added to e2e:

Will this PR introduce any new dependencies?:
No

Will this break upgrades or downgrades. Has updating a running cluster been tested?:

Does this PR introduce any user-facing change?:

Add PDB and topologySpreadConstraints to helm chart.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@erikfuller erikfuller self-assigned this Sep 17, 2024
Copy link
Contributor

@erikfuller erikfuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good, thanks for putting this PR together. I also tested specifying and omitting the different values and everything lines up the way it should.

I just saw the one namespacing issue, also please get up to date with the main branch and we should be good.

helm/values.yaml Show resolved Hide resolved
helm/templates/pdb.yaml Show resolved Hide resolved
@kimxogus kimxogus requested a review from erikfuller September 20, 2024 07:12
Copy link
Contributor

@erikfuller erikfuller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for putting this PR together!

@erikfuller erikfuller merged commit 6b3f146 into aws:main Sep 24, 2024
2 checks passed
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.

2 participants