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/configure-azure-cni-dynamic-ip-allocation.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ This article shows you how to use Azure CNI networking for dynamic allocation of
30
30
> [!NOTE]
31
31
> When using dynamic allocation of IPs, exposing an application as a Private Link Service using a Kubernetes Load Balancer Service isn't supported.
32
32
33
-
* Review the [prerequisites](./configure-azure-cni.md#prerequisites) for configuring basic Azure CNI networking in AKS, as the same prerequisites apply to this article.
34
-
* Review the [deployment parameters](./configure-azure-cni.md#deployment-parameters) for configuring basic Azure CNI networking in AKS, as the same parameters apply.
33
+
* Review the [prerequisites][azure-cni-prereq] for configuring basic Azure CNI networking in AKS, as the same prerequisites apply to this article.
34
+
* Review the [deployment parameters][azure-cni-deployment-parameters] for configuring basic Azure CNI networking in AKS, as the same parameters apply.
35
35
* AKS Engine and DIY clusters aren't supported.
36
36
* Azure CLI version `2.37.0` or later.
37
37
@@ -56,7 +56,7 @@ All other guidance related to configuring the maximum pods per node remains the
56
56
57
57
## Deployment parameters
58
58
59
-
The [deployment parameters](./configure-azure-cni.md#deployment-parameters)for configuring basic Azure CNI networking in AKS are all valid, with two exceptions:
59
+
The [deployment parameters][azure-cni-deployment-parameters]for configuring basic Azure CNI networking in AKS are all valid, with two exceptions:
60
60
61
61
* The **subnet** parameter now refers to the subnet related to the cluster's nodes.
62
62
* An additional parameter **pod subnet** is used to specify the subnet whose IP addresses will be dynamically allocated to pods.
@@ -151,7 +151,7 @@ Set the variables for subscription, resource group and cluster. Consider the fol
151
151
152
152
4. To view the metrics on the cluster, go to Workbooks on the cluster page in the Azure portal, and find the workbook named "Subnet IP Usage". Your view will look similar to the following:
153
153
154
-
:::image type="content" source="media/configure-azure-cni-dynamic-ip-allocation/ip-subnet-usage.png" alt-text="A diagram of the Azure portal's workbook blade is shown, and metrics for an AKS cluster's subnet IP usage are displayed.":::
154
+
:::image type="content" source="media/configure-azure-cni-dynamic-ip-allocation/ip-subnet-usage.png" alt-text="A diagram of the Azure portal's workbook blade is shown, and metrics for an AKS cluster's subnet IP usage are displayed.":::
155
155
156
156
## Dynamic allocation of IP addresses and enhanced subnet support FAQs
157
157
@@ -189,3 +189,5 @@ Learn more about networking in AKS in the following articles:
Copy file name to clipboardExpand all lines: articles/aks/kubernetes-service-principal.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ Check the expiration date of your service principal credentials using the [`az a
233
233
az ad app credential list --id <app-id> --query "[].endDateTime" -o tsv
234
234
```
235
235
236
-
The default expiration time for the service principal credentials is one year. If your credentials are older than one year, you can [reset the existing credentials](update-credentials.md#reset-the-existing-service-principal-credentials) or [create a new service principal](update-credentials.md#create-a-new-service-principal).
236
+
The default expiration time for the service principal credentials is one year. If your credentials are older than one year, you can [reset the existing credentials][reset-credentials] or [create a new service principal][new-service-principal].
237
237
238
238
**General Azure CLI troubleshooting**
239
239
@@ -284,7 +284,9 @@ For information on how to update the credentials, see [Update or rotate the cred
0 commit comments