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: PodDisruptionBudget configuration #414

Merged
merged 2 commits into from
Apr 8, 2024
Merged

Conversation

jvanz
Copy link
Member

@jvanz jvanz commented Mar 27, 2024

Description

This update introduces new settings for managing the PolicyServer's Pod Disruption Budget, along with necessary permissions for operating the controller. We've also implemented a JSON schema for basic validation of these new settings. Please note, you cannot use both settings simultaneously; only one can be set at a time.

Fix kubewarden/kubewarden-controller#692

@jvanz jvanz self-assigned this Mar 27, 2024
@jvanz jvanz requested a review from a team as a code owner March 27, 2024 19:04
This update introduces new settings for managing the PolicyServer's Pod
Disruption Budget, along with necessary permissions for operating the
controller. We've also implemented a JSON schema for basic validation of
these new settings. Please note, you cannot use both settings
simultaneously; only one can be set at a time.

Signed-off-by: José Guilherme Vanz <[email protected]>
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
@viccuad viccuad merged commit 3d8f2ed into kubewarden:main Apr 8, 2024
2 checks passed
@jvanz jvanz deleted the pod-pdb branch April 9, 2024 12:23
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.

Feature Request: allow PolicyServer to have Pod disruption budget
4 participants