Greg Hanson
Greg Hanson
regarding testing the external links - what was the discussion behind removing them? I could see not running the tests on every pull request - but would it be a...
related to https://github.com/istio/istio/pull/41420
Definitely a list. A brief description would definitely help. Especially for similar sounding API's like `edsz/endpointz/endpointShardz`. For instance, any endpoints in StrictDNS envoy CDS clusters - those endpoints will not...
istioctl uses [port forwarding ](https://github.com/istio/istio/blob/master/pkg/kube/client.go#L817), not sure which is the preferred method for the docs
@hanxiaop added to the agenda for next week's community meeting - since this week's meeting is cancelled due to US holiday this week
discussion from 11/29 community call: ([notes](https://docs.google.com/document/d/1wsa06GGiq1LEGwhkiPP0FKIZJqdAiue-VeBonWAzAyk/edit?pli=1#heading=h.3lzzxgz0kjhk)) TLDR; - general approval for the promotion TODO's - verify test coverage of `x ps` - `x ps` needs to remain for N releases...
how are the ports defined for `errbit` in your K8S Service spec?
> Will locality based weighted LBs work as expected without outlier detection configured This is a limitation imposed by envoy, not istio > // Under usual circumstances, Envoy will only...
@EdisonFu are the ports in your mysql service [named appropriately](https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#explicit-protocol-selection)? The `envoy.filters.network.mysql_proxy` filter should appear if the `PILOT_ENABLE_MYSQL_FILTER` feature flag is enabled and `mysql` protocol is detected via matching against...
Any other information you can provide about the setup? Clean install? Recent upgrade? New pod deployment/re-deploy to an existing istio installation? Anything suspicious in `istioctl proxy-status` output (STALE?). Anything from...