-
Notifications
You must be signed in to change notification settings - Fork 834
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
Support PDB specifications for SeldonDeployments #2508
Milestone
Comments
Would you suggest this would be an addition to the CRD for each componentSpec alongside the HPA spec? |
I think that would be the best approach, seems like the HPA spec lays out a nice integration that the PDB addition could follow almost exactly. |
Would you be willing to look at a PR for this? |
For sure, I'll report back when I have something. |
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 1, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 1, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 1, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 2, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 2, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 2, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 2, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 2, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 2, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 4, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 7, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 7, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 8, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 14, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
groszewn
added a commit
to groszewn/seldon-core
that referenced
this issue
Oct 15, 2020
Add support for managing PDBs through the SeldonSpec. Contributes to SeldonIO#2508 Signed-off-by: Nick Groszewski <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
SeldonDeployment
resource exposes both the number of replicas and the ability to define autoscaling via an HPA. It would be nice to also have a way to specify PDBs as a way to limit the number of tolerable disruptions to a running deployment.The text was updated successfully, but these errors were encountered: