Skip to content

Commit 558a0a8

Browse files
committed
updates for broken links
1 parent 6b854cc commit 558a0a8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

articles/aks/concepts-network-cni-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ There are several requirements and considerations to keep in mind when planning
131131

132132
<!-- LINKS - Internal -->
133133
[aks-network-nsg]: ../virtual-network/network-security-groups-overview.md
134-
[azure-cni-nodesubnet]: concepts-network-legacy-cni.md#azure-cni-nodesubnet
134+
[azure-cni-nodesubnet]: concepts-network-legacy-cni.md#azure-cni-node-subnet
135135
[azure-cni-overlay]: concepts-network-azure-cni-overlay.md
136136
[azure-cni-podsubnet]: concepts-network-azure-cni-podsubnet.md
137137
[delegated-subnet]: ../virtual-network/subnet-delegation-overview.md

articles/aks/concepts-network-legacy-cni.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ When you create an AKS cluster, the following parameters are configurable for Az
5252
- Must not overlap with any on-premises IPs.
5353
- Must not be within the ranges `169.254.0.0/16`, `172.30.0.0/16`, `172.31.0.0/16`, or `192.0.2.0/24`.
5454

55-
While it's possible to specify a service address range within the same virtual network as your cluster, we don't recommend it. Overlapping IP ranges can result in unpredictable behavior. For more information, see the [FAQ](#faq). For more information on Kubernetes services, see [Services][services] in the Kubernetes documentation.
55+
While it's possible to specify a service address range within the same virtual network as your cluster, we don't recommend it. Overlapping IP ranges can result in unpredictable behavior. For more information, see the [FAQ](#azure-CNI-pod-subnet-frequently-asked-questions). For more information on Kubernetes services, see [Services][services] in the Kubernetes documentation.
5656

5757
**Kubernetes DNS service IP address**: The IP address for the cluster's DNS service. This address must be within the *Kubernetes service address range*. Don't use the first IP address in your address range. The first address in your subnet range is used for the *kubernetes.default.svc.cluster.local* address.
5858

@@ -62,7 +62,6 @@ AKS clusters use kubenet and create an Azure virtual network and subnet for you
6262

6363
You can configure the maximum pods deployable to a node at cluster creation time or when creating new node pools. If you don't specify `maxPods` when creating new node pools, you receive a default value of _110_ for kubenet.
6464

65-
6665
## Overview of kubenet networking with your own subnet
6766

6867
In many environments, you have defined virtual networks and subnets with allocated IP address ranges, and you use these resources to support multiple services and applications. To provide network connectivity, AKS clusters can use _kubenet_ (basic networking) or Azure CNI (_advanced networking_).

0 commit comments

Comments
 (0)