John Howard

Results 1677 comments of John Howard

The doc says: "This can also be achieved with Istio ServiceEntry, rather than Kubernetes Service. However, a ServiceEntry does not configure the Kubernetes DNS server. This means that DNS will...

Currently these do not do periodic reporting, only on close. cc @zirain @kyessenov

I'm probably just not understanding something but if the connection is closed how could envoy deliver the data?

Ok actually I see what you are saying. Thanks. I think this is probably caused by https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#automatic-protocol-selection. I see the following behavior: * With sniffing: client never _opens a connection...

Meta helm question. Respecting `global` seems to be a layer violation. The child chart needs to be aware that it might be composed by a higher level chart. Is that...

That is dumb. It should merge for you. Lame. How do we decide what to bloat with `global`support vs not? Is it just tag and hub

> That is dumb. It should merge for you. Lame. Can we just do the merge our selves? We already do effectively with profiles and defaults etc?

I mean so no part of the chart has to change at all, we don't have to special case a few flags, and we don't need `global` to show up...

Other very very popular charts like https://artifacthub.io/packages/helm/prometheus-community/prometheus do not have `global` anywhere in them, so I am not super convinced this is our only option.. (they do have a `global`...

btw was looking around and found https://mikemybytes.com/2020/11/25/isolation-issues-with-helm-umbrella-charts/. SEems like we do have some duplicated template definitions - at least `core`, I think that is the only one