Edie Zhang

Results 4 comments of Edie Zhang

@jpkrohling here is the deployment. ``` apiVersion: v1 kind: Pod metadata: annotations: kubectl.kubernetes.io/restartedAt: "2021-04-16T08:10:16Z" kubernetes.io/psp: eks.privileged prometheus.io/path: /stats/prometheus prometheus.io/port: "15020" prometheus.io/scrape: "true" sidecar.istio.io/status: '{"version":"8e6e902b765af607513b28d284940ee1421e9a0d07698741693b2663c7161c11","initContainers":["istio-init"],"containers":["istio-proxy"],"volumes":["istio-envoy","istio-data","istio-podinfo","istio-token","istiod-ca-cert"],"imagePullSecrets":null}' creationTimestamp: "2021-04-16T08:10:16Z" generateName: jaeger-operator-799c7fbbb5- labels: app.kubernetes.io/name:...

I'm seeing the same problem on our deployment. I think the issue is with the IP target type, the load balancer controller registers the POD as targets directly which bypasses...

I just updated our CI server to ubuntu 20.04.2 and have noticed the same problem. A lot of our CI tests start to fail due to timeout. I checked the...

I have the same problem despite I added the below filter in the fluentd config. ``` @type grep key log pattern ^\n$ ```