seldon-core
seldon-core copied to clipboard
An MLOps framework to package, deploy, monitor and manage thousands of production machine learning models
Inside my cluster, the clusterDomain has been modified, But the default clusterDomain is still displayed when viewing SeldonDeployment resources through describe. https://github.com/SeldonIO/seldon-core/blob/50145a471f1ae3d68816c099f7301ece5626ac70/operator/controllers/seldondeployment_controller.go#L127
I hope to add request-id (or SeldonPUID) to tracing tags when seldon executor starts a span, so that I can correlate the request log with the trace information together. Currently...
**What this PR does / why we need it**: Services created for each node in the inference graph were using the same label key which means only 1 per pod...
## Describe the bug When installing Seldon as a namespaced operator in multiple namespaces the SeldonDeployment objects deployed in the second namespace will be managed and deployed by the operator...
This is to inform that the documentation of JAEGER is outdated. https://docs.seldon.io/projects/seldon-core/en/v1.13.1/graph/distributed-tracing.html The JAEGER instructions in [link provided in docs](https://www.jaegertracing.io/docs/1.18/operator/) don't work today and the team is recommending to upgrade...
## Describe the bug When gRPC protocol is used for the invocation of Seldon executor together with TLS, it doesn't work as expected due to missing support for [ALPN](https://datatracker.ietf.org/doc/html/rfc7301) during...
## Describe the bug As described in the [doc](https://github.com/SeldonIO/seldon-core/blob/master/doc/source/analytics/analytics.md#metrics-endpoints) > Note: we do not use prometheus.io/port annotation in this configuration. But Istio Sidecar will overwrite the `annotations` which related to...
Model metadata of a seldondeployment [https://docs.seldon.io/projects/seldon-core/en/latest/reference/apis/metadata.html#deployment-metadata](https://docs.seldon.io/projects/seldon-core/en/latest/reference/apis/metadata.html#deployment-metadata) allows us to set type and shape of inputs when we deploy a model. I am thinking why not use `inputs` specified in metadata...
Currently the github action for security scans has references to the latest image tags, but the release.py script does not cover this file when performing releases, and hence has to...
## Describe the bug Our clients deployed a triton deployment using SeldonDeployment. their inference pipeline uses `tritonclient[http]` python library. it seems that `seldon-engine` doesn't supports binary data (which is sent...