You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/istio-about.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,16 +52,12 @@ Istio-based service mesh add-on for AKS currently has the following limitations:
52
52
* The add-on doesn't yet support the sidecar-less Ambient mode. Microsoft is currently contributing to Ambient workstream under Istio open source. Product integration for Ambient mode is on the roadmap and is being continuously evaluated as the Ambient workstream evolves.
53
53
* The add-on doesn't yet support multi-cluster deployments.
54
54
* Istio doesn't support Windows Server containers.
55
-
* Customization of mesh through the following custom resources is blocked for now - `ProxyConfig, WorkloadEntry, WorkloadGroup, Telemetry, IstioOperator, WasmPlugin`.
55
+
* Customization of mesh through the following custom resources is blocked for now - `ProxyConfig, WorkloadEntry, WorkloadGroup, Telemetry, IstioOperator, WasmPlugin, EnvoyFilter`.
56
56
* For `EnvoyFilter`, the add-on only supports customization of Lua filters (`type.googleapis.com/envoy.extensions.filters.http.lua.v3.Lua`). Note that this EnvoyFilter is allowed but any issue arising from the Lua script itself is not supported (to learn more about our support policy and distinction between "allowed" and "supported" configurations, see [the following section][istio-meshconfig-support]). Other `EnvoyFilter` types are currently blocked. other `EnvoyFilter` types are currently blocked.
57
57
* Gateway API for Istio ingress gateway or managing mesh traffic (GAMMA) are currently not yet supported with Istio addon. It's planned to allow customizations such as ingress static IP address configuration as part of the Gateway API implementation for the add-on in future.
58
58
59
59
## Next steps
60
60
61
-
### Feedback and feature requests
62
-
63
-
You can provide feedback or create feature requests for the add-on on [AKS GitHub repository][aks-gh-issues] by creating a new issue with the `mesh` label.
64
-
65
61
*[Deploy Istio-based service mesh add-on][istio-deploy-addon]
66
62
*[Troubleshoot Istio-based service mesh add-on][istio-troubleshooting]
67
63
@@ -73,7 +69,6 @@ You can provide feedback or create feature requests for the add-on on [AKS GitHu
Copy file name to clipboardExpand all lines: articles/aks/istio-deploy-addon.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,10 +240,6 @@ az group delete --name ${RESOURCE_GROUP} --yes --no-wait
240
240
241
241
## Next steps
242
242
243
-
### Feedback and feature requests
244
-
245
-
You can provide feedback or create feature requests for the add-on on [AKS GitHub repository][aks-gh-issues] by creating a new issue with the `mesh` label.
246
-
247
243
*[Deploy external or internal ingresses for Istio service mesh add-on][istio-deploy-ingress]
248
244
*[Scale istiod and ingress gateway HPA][istio-scaling-guide]
249
245
@@ -262,4 +258,3 @@ You can provide feedback or create feature requests for the add-on on [AKS GitHu
0 commit comments