Skip to content

Commit 60e2a19

Browse files
committed
Update docs
Signed-off-by: nshankar <[email protected]>
1 parent 47b3c52 commit 60e2a19

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

articles/aks/istio-about.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,12 @@ Istio-based service mesh add-on for AKS currently has the following limitations:
5252
* 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.
5353
* The add-on doesn't yet support multi-cluster deployments.
5454
* 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`.
5656
* 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.
5757
* 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.
5858

5959
## Next steps
6060

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-
6561
* [Deploy Istio-based service mesh add-on][istio-deploy-addon]
6662
* [Troubleshoot Istio-based service mesh add-on][istio-troubleshooting]
6763

@@ -73,7 +69,6 @@ You can provide feedback or create feature requests for the add-on on [AKS GitHu
7369
[istio-meshconfig]: ./istio-meshconfig.md
7470
[istio-ingress]: ./istio-deploy-ingress.md
7571
[istio-troubleshooting]: /troubleshoot/azure/azure-kubernetes/extensions/istio-add-on-general-troubleshooting
76-
[aks-gh-issues]: https://github.com/Azure/AKS/issues
7772
[istio-meshconfig-support]: ./istio-meshconfig.md#allowed-supported-and-blocked-values
7873

7974
[istio-deploy-addon]: istio-deploy-addon.md

articles/aks/istio-deploy-addon.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,6 @@ az group delete --name ${RESOURCE_GROUP} --yes --no-wait
240240

241241
## Next steps
242242

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-
247243
* [Deploy external or internal ingresses for Istio service mesh add-on][istio-deploy-ingress]
248244
* [Scale istiod and ingress gateway HPA][istio-scaling-guide]
249245

@@ -262,4 +258,3 @@ You can provide feedback or create feature requests for the add-on on [AKS GitHu
262258
[az-aks-mesh-get-revisions]: /cli/azure/aks/mesh#az-aks-mesh-get-revisions(aks-preview)
263259
[bicep-aks-resource-definition]: /azure/templates/microsoft.containerservice/managedclusters
264260
[istio-scaling-guide]: istio-scale.md#scaling
265-
[aks-gh-issues]: https://github.com/Azure/AKS/issues

0 commit comments

Comments
 (0)