Goutham Sekar

Results 29 comments of Goutham Sekar
trafficstars

``` apiVersion: v1 data: mesh: |- extensionProviders: - name: "oidc-auth-provider" envoyExtAuthzHttp: service: "authservice.istio-system.svc.cluster.local" port: "8080" includeHeadersInCheck: ["authorization", "cookie", "x-auth-token"] headersToUpstreamOnAllow: ["kubeflow-userid"] accessLogFile: /dev/stdout defaultConfig: discoveryAddress: istiod.istio-system.svc:15012 proxyMetadata: {} tracing: {}...

I had to remove the authn-filter Envoy filter. This RBAC access denied i think seems to be triggered by the global deny auth policy. Not too sure though.

@juliusvonkohout It was actually just more of a 'is it possible scenario' to bypass auth, ideally not recommended off course. And the changes we had to do were at auth,...

Hi @rainest thanks for responding. The below is the situation we are facing. When a new pod of the deployment comes up the endpoint IP of the affected Service do...

Further analysing the logs on the KIC we are seeing the below, and these logs are seen continuously. `time="2023-04-06T16:00:24Z" level=error msg="could not update kong admin" error="1 errors occurred:\n\tfailed to sync...

Hi We have not faced the issue after we added the --proxy-timeout-seconds flag to the ingress-controller container. We set this flag to 180 seconds and things are good now.

I know it;s a closed issue but does normal kserve serving runtime have the option of injecting version like mlserver had? Currently am using MlServe. So just wanted to know...

Hi, Sorry could not reply back, so I think the issue is that the metrics that are getting scrapped from the kserve deployments are getting considered as active calls happening...

> Can you provide the yaml and what are the configurations are ? I am assuming you want to have a look at the Inference Yaml? ``` apiVersion: serving.kserve.io/v1beta1 kind:...