Skip to content

Commit 2458db1

Browse files
(AzureCXP) resolves MicrosoftDocs/azure-docs#45463
modified the link
1 parent 1ace12c commit 2458db1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/aks/private-clusters.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The API server end point has no public IP address. Consequently, users will need
108108
* select the virtual network on the right pane. Virtual network name will be in the form aks-vnet-*.
109109
* select Peerings on the left pane
110110
* click on Add and add the Virtual network of the VM and create the peering.
111-
* Go to the Vnet where you have the VM and then click on peerings and select the AKS Virtual network and create the peering. If the address ranges on the AKS Virtual network and the VM's virtual network clashes, Then peering will fail. Refer to this [document](https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview) for more information about virtual network peering.
111+
* Go to the Vnet where you have the VM and then click on peerings and select the AKS Virtual network and create the peering. If the address ranges on the AKS Virtual network and the VM's virtual network clashes, Then peering will fail. Refer to this [document][virtual-network-peering] for more information about virtual network peering.
112112
* SSH into the VM
113113
* Install Kubectl tool and run kubectl commands
114114

@@ -133,3 +133,5 @@ The API server end point has no public IP address. Consequently, users will need
133133
[az-extension-add]: /cli/azure/extension#az-extension-add
134134
[az-extension-update]: /cli/azure/extension#az-extension-update
135135
[private-link-service]: https://docs.microsoft.com/azure/private-link/private-link-service-overview
136+
[virtual-network-peering]: ../virtual-network/virtual-network-peering-overview.md
137+

0 commit comments

Comments
 (0)