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

Make Pod Disruption Budgets Configurable #497

Closed
Prabhaker24 opened this issue Jan 20, 2021 · 0 comments · Fixed by #499
Closed

Make Pod Disruption Budgets Configurable #497

Prabhaker24 opened this issue Jan 20, 2021 · 0 comments · Fixed by #499

Comments

@Prabhaker24
Copy link
Contributor

Description

Current Pravega poddisruption budgets prevent segmentstore and controller pods from evicting if number of segmentstore or controller are greater than number of nodes.

Cannot evict pod as it would violate the pod's disruption budget.\nerror when evicting pod \"nautilus-pravega-segment-store-5\" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget.\

Cannot evict pod as it would violate the pod's disruption budget.\nerror when evicting pod \"nautilus-bookie-3\" (will retry after 5s): Cannot evict pod as it would violate the pod's disruption budget

Importance

nice_to_have

Location

controller.go and segmentstore.go files

Suggestions for an improvement

Make the PDB configurable i.e allow updation of maxUnavailable for both controller and segment store

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 a pull request may close this issue.

1 participant