Lucian Carata
Lucian Carata
Introduce the ability to declaratively specify, via an ansible-playbook extra vars file, sets of components that should be built locally from the workdir and pushed into kind. The kind Seldon...
This PR introduces a new tracing provider, enabling dynamic attachment of native (BPF, Systemtap) probes at runtime. The goal of the provider is to allow correlation between MLServer-specific events and...
This fixes a dataflow-engine bug triggered when the scheduler sends/re-sends pipeline creation messages after a restart (because it's not aware of their status across various components). Previous behaviour: Dataflow-engine, on...
This adds initial support for k8s via the `USE_KUBE_CONTROL_PLANE` environment variable: - models/pipelines/experiments in components/model.js are modified to also return CR yamls - updates functions in components/utils.js (including `setupBase(...)` and...
I'm trying to asses the opportunity for one or more pull requests that add some features to desim. Most of those are the result of my own needs for discrete...
This PR adds an easier, automated way to deploy the MMS grafana dashboard used in various demos. For an existing seldon core cluster, it is sufficient to run `ansible-playbook playbooks/setup-ecosystem.yaml...
Fix a bug where defining multiple custom secrets in an extra-vars file without explicit namespaces would add the default namespace only to the last one, and fail the playbook. **Special...
Change location where scheduler/Makefile downloads golangci-lint. Previous location name conflicts with any previously installed golangci-lint. Specifically, the Makefile used to install it in `${GOPATH}/bin/golangci-lint/[VERSION]/` however, this means that the `${GOPATH}/bin/golangci-lint`...
New dashboard showing: * Filter-able to a given set of models/inference server pods: - per (model, inference server pod) throughput and average latency - aggregated per model throughput - aggregated...
------- **What this PR does / why we need it**: The new path becomes consistent with the one used by [core]/scheduler and no longer conflicts with the default go `golangci-lint`...