Michael Meredith
Michael Meredith
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....
Annotations allow for advanced scaling using external metrics from the Kube Metrics Adapter (KMA). For example, querying Prometheus to calculate a metric to scale on (i.e. Requests per second per...
### 1. Issue or feature description We have a mandate that containers are not allowed to run as `root` in our clusters, however this is causing access issues when trying...
**What this PR does / why we need it**: Resolves https://github.com/SeldonIO/seldon-core/issues/4899. Loosens requirements to allow for ML frameworks to define them. **Which issue(s) this PR fixes**: Fixes #4899 **Special notes...
**Is your feature request related to a problem?** The Sagemaker controller doesn't currently support updating weights and capacities (`UpdateEndpointWeightsAndCapacities` API). Currently, to update these values, users will need to create...
**Describe the bug** Related to this issue in the CDK: https://github.com/aws/aws-cdk/issues/11594, it appears that updating an existing endpoint with a new Endpoint may require contradictory IAM permissions. Updating the `endpointConfigName`...
The crpytography package has released a new major version, which includes vulnerability fixes. Consumers of the microservice are unable to upgrade their own dependencies as it conflicts with the version...
### Feature request To allow for interoperability with different language JSON serializers, TGI should support parsing int64s from strings in addition to plain JSON numbers. i.e. `{"x": "11832514629345358488"}` would behave...
## Describe the bug Currently the V2 CLI isn't produced for ARM architectures, and therefore needs to be built locally (inlcuding for new M1 based Macs). ## To reproduce Follow...
**Is your feature request related to a problem?** We'd like to be able to specify a specific version of an S3 Object to be pulled by Sagemaker for inference. This...