Xiaopeng Han
Xiaopeng Han
In link https://istio.io/latest/docs/tasks/traffic-management/locality-load-balancing/, the `topology.istio.io/subzone` link does not exist. And to help us figure out who should review this PR, please put an X in all the areas that this...
**Please provide a description of this PR:** Fix https://github.com/istio/istio/issues/36160 This fix is consistent with the old `ApplyContent` logic. /cc @therealmitchconnors
**Please provide a description of this PR:** Checking only `NamespaceSelector ` leads to duplicate namespaces, since there are two webhooks with exact same `NamespaceSelector`. Before filtering, we have dup namespaces...
**Please provide a description of this PR:** Fix https://github.com/istio/istio/issues/38299
**Please provide a description of this PR:** Originally https://github.com/istio/istio/issues/37938 was resolved in https://github.com/istio/istio/pull/38236. However it broke all `--help` commands, see https://github.com/istio/istio/pull/38236#pullrequestreview-1106554433. This PR addresses the problem, and organizes all the...
**Please provide a description of this PR:** `create-remote-secret` has been moved out of x
**Please provide a description of this PR:** MeshConfig is nil if injector exists. Set it to default proxyconfig to avoid of nil pointer panic.
Commit Message: fix wasm network filter config example Additional Description: N/A Risk Level: N/A Testing: N/A Docs Changes: Wasm Network Filter Release Notes: N/A Platform Specific Features: N/A [Optional Runtime...
Istio already supports otel tracing. It will be great to add a task in the doc site about the integration.
**Please provide a description of this PR:** The logs are output to stdout, which could result in incorrect command results. This modifies the log to be sent to stderr.