You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user chooses to deploy their models with the Java engine, the operator sets the container's liveness and ready checks to be called with HTTPS. Since the engine gets exposed through HTTP, this means that it never becomes "ready" and the model never gets deployed.
In other words, the generated container for the engine, ends up with this config:
Describe the bug
When the user chooses to deploy their models with the Java engine, the operator sets the container's liveness and ready checks to be called with HTTPS. Since the engine gets exposed through HTTP, this means that it never becomes "ready" and the model never gets deployed.
In other words, the generated container for the engine, ends up with this config:
This seems to be happening in these lines:
seldon-core/operator/controllers/seldondeployment_engine.go
Lines 347 to 358 in 5b1b2b1
To reproduce
Expected behaviour
The liveness and readiness probes should be configured with HTTP.
Environment
The text was updated successfully, but these errors were encountered: