Skip to content

Commit d2296af

Browse files
Merge pull request #186550 from zr-msft/zr-aks-osm-addon-rm-port-range-limit
aks-addon/osm: remove ip and port exclusion doc an relocate content t…
2 parents e267afe + 52539ad commit d2296af

File tree

3 files changed

+14
-18
lines changed

3 files changed

+14
-18
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40767,6 +40767,11 @@
4076740767
"redirect_url": "/azure/aks/",
4076840768
"redirect_document_id": false
4076940769
},
40770+
{
40771+
"source_path": "articles/aks/open-service-mesh-ip-port-exclusion.md",
40772+
"redirect_url": "/azure/aks/open-service-mesh-about",
40773+
"redirect_document_id": false
40774+
},
4077040775
{
4077140776
"source_path_from_root": "/articles/azure-monitor/platform/alerts-metric-create-templates.md",
4077240777
"redirect_url": "/azure/azure-monitor/alerts/alerts-metric-create-templates",

articles/aks/open-service-mesh-about.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ OSM can be used to help your AKS deployments in many different ways. For example
4242
- Configure weighted traffic controls between two or more services for A/B testing or canary deployments.
4343
- Collect and view KPIs from application traffic.
4444

45+
## Add-on limitations
46+
47+
The OSM AKS add-on has the following limitations:
48+
49+
* [Iptables redirection][ip-tables-redirection] for port IP address and port range exclusion must be enabled using `kubectl patch` after installation. For more details, see [iptables redirection][ip-tables-redirection].
50+
* Pods that are onboarded to the mesh that need access to IMDS, Azure DNS, or the Kubernetes API server must have their IP addresses to the global list of excluded outbound IP ranges using [Global outbound IP range exclusions][global-exclusion].
4551

4652
[osm-azure-cli]: open-service-mesh-deploy-addon-az-cli.md
47-
[osm-bicep]: open-service-mesh-deploy-addon-bicep.md
53+
[osm-bicep]: open-service-mesh-deploy-addon-bicep.md
54+
[ip-tables-redirection]: https://docs.openservicemesh.io/docs/guides/traffic_management/iptables_redirection/
55+
[global-exclusion]: https://docs.openservicemesh.io/docs/guides/traffic_management/iptables_redirection/#global-outbound-ip-range-exclusions

articles/aks/open-service-mesh-ip-port-exclusion.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)