seldon-core
seldon-core copied to clipboard
Enabled configurable update strategy for Seldon Deployments
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
@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