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

An MLOps framework to package, deploy, monitor and manage thousands of production machine learning models

Results 519 seldon-core issues
Sort by recently updated
recently updated
newest added

**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**:

v1

[slack conversation](https://seldondev.slack.com/archives/C03DQFTFXMX/p1692295520100029) What is the behavior of seldon core v2 in the following scenario? - A single server with HPA based on 50% CPU usage which scales between 1 and...

v2

Our current Kafka setup does not support OAuth 2 security mechanism. Especially important for [OAuth for Confluent Cloud](https://docs.confluent.io/cloud/current/access-management/authenticate/oauth/overview.html).

v2

## Problem statement The [runtime chart](https://github.com/SeldonIO/seldon-core/tree/v2/k8s/helm-charts/seldon-core-v2-runtime/templates) currently create instance of `SeldonRuntime` and `seldon-rclone-gs-public` secret. This secret is implicitly required by any Servers in the standard configuration and because of that...

v2

We are facing the issue that was already reported in https://github.com/SeldonIO/seldon-core/issues/5033. As I could see, https://github.com/SeldonIO/seldon-core/pull/5034 closed that issue and the fix will be included in the **1.18.0** release (and...

bug
v1

The development installation mentioned [here](https://github.com/SeldonIO/seldon-core/tree/master/operator) results in the Seldon container getting to the `CrashLoopBackOff` when using `make deploy` for installation: ```bash k get all -n seldon-system NAME READY STATUS RESTARTS...

bug
v1

We recently upgraded Seldon-core from 1.14 to 1.16. However we found some issues with payload logging. ## Describe the bug This is our graph structure: ``` graph: children: - endpoint:...

bug
v1

## LOCAL_MODEL_FOLDER not being read correctly when using docker compose deploy Following the [Docker Installation - Local Models](https://docs.seldon.io/projects/seldon-core/en/v2/contents/getting-started/docker-installation/index.html#local-models) guide. I export the LOCAL_MODEL_FOLDER with `export LOCAL_MODEL_FOLDER=/home/seldon/models` but the Makefile reads...

bug
v2

## Describe the bug When the payload exceeds the broker's max size (i.e. `message.max.bytes`), the model gateway may print an error on the logs but then silently ignore it. Upstream,...

bug
v2

## Describe the bug **Seldon Core v1.17.0** has a few 'Critial'/'High' security vulnerabilities related to the use of `go 1.17` (https://github.com/SeldonIO/seldon-core/blob/v1.17.0/operator/go.mod#L3) (9+ CVSS score): - CVE-2023-29402 - CVE-2023-29404 - CVE-2023-29405...

bug
v1