Raman Narasimhan

Results 9 issues of Raman Narasimhan

We recently upgraded to Seldon-core 1.12.0 and we observe that the model serving pod has this error logged repeatedly: ``` 2022-03-08 05:11:35,696 - seldon_core.gunicorn_utils:load:103 - INFO: Tracing not active 2022-03-08...

Hello, We are making our application compatible with K8s 1.22+. We are using `seldon-core` with `datawire/ambassador` Latest `datawire/ambassador` shown below uses removed/deprecated objects [See [Deprecation Guide v1.22](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22) ] ``` ❯...

Hello I am trying to rewrite an existing process for producing a tarball containing hundreds of images using `docker pull + docker save with gzip` by using `crane pull`. Sample...

question

### Describe the bug Found a very minor issue, All Env fields should be defaulted to "[]" instead of "{}'. ExtraEnv fields in values.yaml are defaulted correctly but looks like...

bug

### Pre-requisites - [X] I have double-checked my configuration - [X] I can confirm the issues exists when I tested with `:latest` - [ ] I'd like to contribute the...

area/manifests

**What happened**: I am using `gitea/gitea:1.16.7` image in my application. Version from the binary within the Image is 1.16.7 as shown below ```shell ❯ docker run -it --entrypoint bash gitea/gitea:1.16.7...

bug
false-positive

**What happened**: I have an Image that uses `ubuntu:focal-20230624` as base image that has Git installed via the system package manager apt-get. The installed version is 1:2.25.1-1ubuntu3.11. Grype reported that...

bug
false-positive

I noticed that both SeldonConfig and SeldonRuntime Custom Resources use [ v1.PodSpec](https://github.com/kubernetes/api/blob/v0.24.4/core/v1/types.go#L3050) to define podSpec for the components, and re-use the Annotations/Metadata set in the CustomResource in the Pod spec...

v2

/kind feature **Describe the solution you'd like** We are using `Kserve` in Raw Deployment mode, and all our `InferenceServices` will always be installed into the same namespace where `Kserve` is...