Clive Cox
Clive Cox
It true that Proto's don't preserve zero valued fields. @RafalSkolasinski don't we have separate paths for Proto requests and REST requests now?
The version access has always been problematic in the Kubernetes scenario as it would be preferred to defined separate vesions via the Resources themselves rather than opaquely via models loaded...
Can you show the curl you are using? Maybe also add debug mode for your wrapper and add debug in your predict method.
Duplicate of https://github.com/SeldonIO/seldon-core/issues/2609
So we need to update the sidecar to allow the correct Prometheus scrape path? Is it an http/https issue?
Closing. Please reopen if still an issue.
There are various options depending on what you want. 1. You can log requests not directly to the outlier detector but another component that does a preprocessing step and then...
In this case only option 1 is presently available. Managing asynchronous components such as outlier and drift is presently something we are investigating for an updated higher level inference CRD...
IS this related to the fixes in https://github.com/SeldonIO/seldon-core/pull/4043
Thanks for the info. Can you validate if the [v1 emissary chart](https://github.com/emissary-ingress/emissary/tree/release/v1.14/charts/ambassador) also is not valid for k8s 1.22+? For full support, we would need to update seldon core to...