upgrade Istio 1.11
ask: taketo957.iconhiroqn.icon
Upgrade Guide
The istiodRemote installation component now includes config cluster resources
hiroqn.icon
cluster間通信をするistiod remoteのインストールの仕方が変わった
Cluster間通信なので対応不要っぽい気がする
Host header fallback disabled by default for Prometheus metrics for all inbound traffic
hiroqn.icon
Prometheusのlabelが変わった
Prometheusやめたので関係ない気がする
EnvoyFilter match.routeConfiguration.vhost.name semantics change
EnvoyFilter matches rely on internal implementation details to match generated xDS segments, which is subject to change at any time.
In this release, the virtual host name match may have different results.
Previously, each domain name had its own virtual host. As an optimization, multiple domains may use a single virtual host. This means that an Envoy Filter previously matching a specific virtual host may now apply to more domains than in previous releases.
This optimization may be temporarily disabled by setting PILOT_ENABLE_ROUTE_COLLAPSE_OPTIMIZATION=false on the Istiod deployment.
hiroqn.icon
EnvoyFilter の match.routeConfiguration.vhost.name をつかてないので問題なさそう New hostPath added to CNI DaemonSet
istio CNIが新しいhostPathを要求するようになった
hiroqn.icon
対応不要