Skip to content

Commit f22ebc8

Browse files
committed
moving stuff around
1 parent 4ed5d9d commit f22ebc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -723,9 +723,6 @@ It may take a few minutes to update your AKS cluster depending on the node pool
723723
> [!WARNING]
724724
> You must install the CLI preview extension 0.4.43 or greater to use the public IP per node feature.
725725

726-
> [!Important]
727-
> The Azure Instance Metadata Service doesn't currently support public IP addresses for the standard tier VM SKU. Due to this limitation, you can't use kubectl commands to display the public IPs assigned to the nodes. However, the IPs are assigned and function as intended.
728-
729726
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. A 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).
730727

731728
To install and update the latest aks-preview extension, use the following Azure CLI commands:
@@ -765,7 +762,10 @@ For existing AKS clusters, you can also add a new node pool, and attach a public
765762
az aks nodepool add -g MyResourceGroup2 --cluster-name MyManagedCluster -n nodepool2 --enable-node-public-ip
766763
```
767764

768-
You can find the public IPs for your nodes in various ways. The public IPs for your nodes are attached to the instances in your Virtual Machine Scale Set.
765+
> [!Important]
766+
> During preview, the Azure Instance Metadata Service doesn't currently support retrieval of public IP addresses for the standard tier VM SKU. Due to this limitation, you can't use kubectl commands to display the public IPs assigned to the nodes. However, the IPs are assigned and function as intended. The public IPs for your nodes are attached to the instances in your Virtual Machine Scale Set.
767+
768+
You can locate the public IPs for your nodes in various ways:
769769

770770
* Use the Azure CLI command [az vmss list-instance-public-ips][az-list-ips]
771771
* Use [PowerShell or Bash commands][vmss-commands].

0 commit comments

Comments
 (0)