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-meshconfig.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This article walks through how to configure Istio-based service mesh add-on for
16
16
17
17
## Prerequisites
18
18
19
-
This guide assumes you followed the [documentation](./istio-deploy-addon.md) to enable the Istio add-on on an AKS cluster.
19
+
This guide assumes you followed the [documentation][istio-deploy-addon] to enable the Istio add-on on an AKS cluster.
20
20
21
21
## Set up configuration on cluster
22
22
@@ -85,42 +85,42 @@ Mesh configuration and the list of allowed/supported fields are revision specifi
85
85
86
86
|**Field**|**Supported**|**Notes**|
87
87
|-----------|---------------|-----------|
88
-
| proxyListenPort |false|
89
-
| proxyInboundListenPort |false|
90
-
| proxyHttpPort |false|
88
+
| proxyListenPort |false| - |
89
+
| proxyInboundListenPort |false| - |
90
+
| proxyHttpPort |false| - |
91
91
| connectTimeout |false| Configurable in [DestinationRule](https://istio.io/latest/docs/reference/config/networking/destination-rule/#ConnectionPoolSettings-TCPSettings) |
92
92
| tcpKeepAlive |false| Configurable in [DestinationRule](https://istio.io/latest/docs/reference/config/networking/destination-rule/#ConnectionPoolSettings-TCPSettings) |
93
93
| defaultConfig |true| Used to configure [ProxyConfig](https://istio.io/latest/docs/reference/config/istio.mesh.v1alpha1/#ProxyConfig) |
94
94
| outboundTrafficPolicy |true| Also configurable in [Sidecar CR](https://istio.io/latest/docs/reference/config/networking/sidecar/#OutboundTrafficPolicy) |
95
-
| extensionProviders |false|
96
-
| defaultProviders |false|
97
-
| accessLogFile |true|
98
-
| accessLogFormat |true|
99
-
| accessLogEncoding |true|
100
-
| enableTracing |true|
101
-
| enableEnvoyAccessLogService |true|
102
-
| disableEnvoyListenerLog |true|
103
-
| trustDomain |false|
104
-
| trustDomainAliases |false|
95
+
| extensionProviders |false| - |
96
+
| defaultProviders |false| - |
97
+
| accessLogFile |true| - |
98
+
| accessLogFormat |true| - |
99
+
| accessLogEncoding |true| - |
100
+
| enableTracing |true| - |
101
+
| enableEnvoyAccessLogService |true| - |
102
+
| disableEnvoyListenerLog |true| - |
103
+
| trustDomain |false| - |
104
+
| trustDomainAliases |false| - |
105
105
| caCertificates |false| Configurable in [DestinationRule](https://istio.io/latest/docs/reference/config/networking/destination-rule/#ClientTLSSettings) |
106
106
| defaultServiceExportTo |false| Configurable in [ServiceEntry](https://istio.io/latest/docs/reference/config/networking/service-entry/#ServiceEntry) |
107
107
| defaultVirtualServiceExportTo |false| Configurable in [VirtualService](https://istio.io/latest/docs/reference/config/networking/virtual-service/#VirtualService) |
108
108
| defaultDestinationRuleExportTo |false| Configurable in [DestinationRule](https://istio.io/latest/docs/reference/config/networking/destination-rule/#DestinationRule) |
109
109
| localityLbSetting |false| Configurable in [DestinationRule](https://istio.io/latest/docs/reference/config/networking/destination-rule/#LoadBalancerSettings) |
110
-
| dnsRefreshRate |false|
110
+
| dnsRefreshRate |false| - |
111
111
| h2UpgradePolicy |false| Configurable in [DestinationRule](https://istio.io/latest/docs/reference/config/networking/destination-rule/#ConnectionPoolSettings-HTTPSettings) |
112
-
| enablePrometheusMerge |true|
113
-
| discoverySelectors |true|
114
-
| pathNormalization |false|
112
+
| enablePrometheusMerge |true| - |
113
+
| discoverySelectors |true| - |
114
+
| pathNormalization |false| - |
115
115
| defaultHttpRetryPolicy |false| Configurable in [VirtualService](https://istio.io/latest/docs/reference/config/networking/virtual-service/#HTTPRetry) |
Copy file name to clipboardExpand all lines: articles/aks/istio-plugin-ca.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The add-on requires Azure CLI version 2.57.0 or later installed. You can run `az
47
47
> When rotating certificates, to control how quickly the secrets are synced down to the cluster you can use the `--rotation-poll-interval` parameter of the Azure Key Vault Secrets Provider add-on. For example:
1. Authorize the system-assigned managed identity of the add-on to have access to the Azure Key Vault resource:
50
+
1. Authorize the user-assigned managed identity of the add-on to have access to the Azure Key Vault resource:
51
51
52
52
```bash
53
53
OBJECT_ID=$(az aks show --resource-group $RESOURCE_GROUP --name $CLUSTER --query 'addonProfiles.azureKeyvaultSecretsProvider.identity.objectId' -o tsv)
@@ -56,7 +56,7 @@ The add-on requires Azure CLI version 2.57.0 or later installed. You can run `az
56
56
```
57
57
58
58
> [!NOTE]
59
-
> If you created your Key Vault with Azure RBAC Authorization, follow the instructions [here](https://learn.microsoft.com/azure/key-vault/general/rbac-guide) to create permissions for the managed identity. Add a role assignment for`Key Vault Reader`for the cluster's system-assigned managed identity.
59
+
> If you created your Key Vault with Azure RBAC Authorization, follow the instructions [here][akv-rbac-guide] to create permissions for the managed identity. Add a role assignment for`Key Vault Reader`for the cluster's system-assigned managed identity.
60
60
61
61
## Set up Istio-based service mesh addon with plug-in CA certificates
62
62
@@ -253,6 +253,7 @@ You may need to periodically rotate the certificate authorities for security or
Copy file name to clipboardExpand all lines: articles/aks/istio-upgrade.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ author: shashankbarsin
11
11
12
12
This article addresses upgrade experiences for Istio-based service mesh add-on for Azure Kubernetes Service (AKS).
13
13
14
-
New Istioadd-on releases are announced via [AKS release notes](https://github.com/Azure/AKS/releases).
14
+
Announcements about the releases of new minor revisions or patches to the Istio-based service mesh add-on are published in the [AKS release notes][aks-release-notes].
0 commit comments