Skip to content

Commit 2e367cc

Browse files
committed
updates
1 parent 1843d09 commit 2e367cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -721,21 +721,21 @@ It may take a few minutes to update your AKS cluster depending on the node pool
721721
## Assign a public IP per node for your node pools (preview)
722722

723723
> [!WARNING]
724-
> You must install the CLI preview extension 0.4.43 to use the *Standard Load Balancer SKU in AKS*. The Standard Load Balancer also provides support for Windows agents and using a public IP per node.
724+
> You must install the CLI preview extension 0.4.43 or greater to use the public IP per node feature.
725+
726+
> [!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, but the IPs are assigned and function as intended.
725728

726729
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).
727730

728731
To install and update the latest aks-preview extension, use the following Azure CLI commands:
729732

730733
```azurecli
731734
az extension add --name aks-preview
732-
az extension list
733-
```
734-
735-
```azurecli
736735
az extension update --name aks-preview
737736
az extension list
738737
```
738+
739739
Register for the Node Public IP feature with the following Azure CLI command:
740740

741741
```azurecli-interactive

0 commit comments

Comments
 (0)