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

[operator] Add pdb #521

Merged
merged 9 commits into from
Sep 7, 2024
Merged

[operator] Add pdb #521

merged 9 commits into from
Sep 7, 2024

Conversation

kevinliu24
Copy link
Contributor

@kevinliu24 kevinliu24 commented Aug 22, 2024

What type of PR is this?

  • bug
  • feature
  • enhancement

What problem(s) does this PR solve?

Issue(s) number:

Description:

How do you solve it?

Special notes for your reviewer, ex. impact of this fix, design document, etc:

@kevinliu24 kevinliu24 requested a review from MegaByte875 August 22, 2024 08:07
@kevinliu24 kevinliu24 self-assigned this Aug 22, 2024
@kevinliu24 kevinliu24 requested a review from MegaByte875 August 24, 2024 06:53
Copy link
Contributor

@MegaByte875 MegaByte875 left a comment

Choose a reason for hiding this comment

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

LGTM

@MegaByte875 MegaByte875 merged commit 2ed7bd3 into release-1.8 Sep 7, 2024
1 check passed
@kevinliu24 kevinliu24 deleted the add-pdb branch September 16, 2024 21:21
kevinliu24 added a commit that referenced this pull request Sep 16, 2024
* Add pod disruption budget feature (pdb)

* Fix bugs and refactor pdb template

* Fix issue with range statement in pdbs.yaml

* Fix error message

* Fix pdbs.yaml

* Revert refactor for pdbs.yaml so pdb can be for 2 components at the same time.

* Fix bug for maxUnavailable

* Handle percentage for min available correctly in pdb

* Add default value for max unavailable
MegaByte875 pushed a commit that referenced this pull request Sep 18, 2024
* [operator] Add pdb (#521)

* Add pod disruption budget feature (pdb)

* Fix bugs and refactor pdb template

* Fix issue with range statement in pdbs.yaml

* Fix error message

* Fix pdbs.yaml

* Revert refactor for pdbs.yaml so pdb can be for 2 components at the same time.

* Fix bug for maxUnavailable

* Handle percentage for min available correctly in pdb

* Add default value for max unavailable

* Coredump management (#524)

* Add pv and pvc for coredump management

* Add coredump preservation to helm chart crd

* Fix bug in pvc provisioning

* Fix flag for coredump volume

* Add coredump management container

* Add script to manage old coredumps

* update default value for amount of time coredump is kept

* fix issues in coredump management script

* Fix issues in coredump logging and make it less spammy.

* Fix shell script

* Fix bug in expiration time and fix default value

* fix go mod and go sum

* update go mod and go sum

* fix go mod and go sum

* fix go mod and go sum

* Fix compatibility issues with go 1.22
@kevinliu24 kevinliu24 linked an issue Oct 31, 2024 that may be closed by this pull request
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.

Support Pod Disruption Budget for Statefulset
2 participants