seldon-core icon indicating copy to clipboard operation
seldon-core copied to clipboard

Enabled configurable update strategy for Seldon Deployments

Open mwm5945 opened this issue 5 years ago • 1 comments

Currently, the update strategy for seldon deployments is RollingUpdate with pre-set MaxUnavailable and Surge values. This should be configurable either in the Seldon Deployment Spec, or in the controller config.

https://github.com/SeldonIO/seldon-core/blob/0832ddb66ae97b6b67a0325949efe9a569ddd4ed/operator/controllers/seldondeployment_controller.go#L798

mwm5945 avatar May 12 '20 14:05 mwm5945

@cliveseldon Any update about this issue? This can be a pretty critical problem when running a serving service with Seldon, and the current code doesn't seem to work properly either.

https://github.com/SeldonIO/seldon-core/blob/0832ddb66ae97b6b67a0325949efe9a569ddd4ed/operator/controllers/seldondeployment_controller.go#L798

withsmilo avatar Aug 10 '22 09:08 withsmilo