Skip to content

Commit 144186d

Browse files
committed
link
1 parent 57e51cd commit 144186d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/aks/use-multiple-node-pools.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ It may take a few minutes to update your AKS cluster depending on the node pool
724724
> You must install the CLI preview extension 0.4.43 or greater to use the public IP per node feature.
725725

726726
> [!Important]
727-
> During the preview, the Azure Instance Metadata Service does not support public IP addresses for the standard tier VM SKU. The AKS nodes will not display their public IP addresses via kubectl commands, but the IPs are assigned and function as intended.
727+
> During the preview, the Azure Instance Metadata Service [doesn't support public IP addresses][ip-limitations] for the standard tier VM SKU. The AKS nodes will not display their public IP addresses via kubectl commands, but the IPs are assigned and function as intended.
728728

729729
AKS nodes do not require their own public IP addresses for communication. However, scenarios may require nodes in a node pool to receive their own dedicated public IP addresses. An common scenario is for gaming workloads, where a console needs to make a direct connection to a cloud virtual machine to minimize hops. This scenario can be achieved on AKS by registering for a preview feature, Node Public IP (preview).
730730

@@ -827,3 +827,4 @@ To create and use Windows Server container node pools, see [Create a Windows Ser
827827
[taints-tolerations]: operator-best-practices-advanced-scheduler.md#provide-dedicated-nodes-using-taints-and-tolerations
828828
[vm-sizes]: ../virtual-machines/linux/sizes.md
829829
[use-system-pool]: use-system-pools.md
830+
[ip-limitations]: ../virtual-network/virtual-network-ip-addresses-overview-arm#standard

0 commit comments

Comments
 (0)