Skip to content

Commit 52539ad

Browse files
committed
aks-addon/osm: remove ip and port exclusion doc an relocate content to about page
1 parent f1be909 commit 52539ad

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
@@ -40757,6 +40757,11 @@
4075740757
"redirect_url": "/azure/aks/",
4075840758
"redirect_document_id": false
4075940759
},
40760+
{
40761+
"source_path": "articles/aks/open-service-mesh-ip-port-exclusion.md",
40762+
"redirect_url": "/azure/aks/open-service-mesh-about",
40763+
"redirect_document_id": false
40764+
},
4076040765
{
4076140766
"source_path_from_root": "/articles/azure-monitor/platform/alerts-metric-create-templates.md",
4076240767
"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)