You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/use-node-public-ips.md
+2-40Lines changed: 2 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Use instance-level public IPs in Azure Kubernetes Service (AKS)
3
3
description: Learn how to manage instance-level public IPs Azure Kubernetes Service (AKS)
4
4
ms.topic: article
5
5
ms.custom: devx-track-azurecli
6
-
ms.date: 01/23/2024
6
+
ms.date: 04/29/2024
7
7
ms.author: pahealy
8
8
author: phealy
9
9
---
@@ -71,50 +71,13 @@ You can locate the public IPs for your nodes in various ways:
71
71
az vmss list-instance-public-ips -g MC_MyResourceGroup2_MyManagedCluster_eastus -n YourVirtualMachineScaleSetName
72
72
```
73
73
74
-
## Use public IP tags on node public IPs (PREVIEW)
74
+
## Use public IP tags on node public IPs
75
75
76
76
Public IP tags can be utilized on node public IPs to utilize the [Azure Routing Preference](../virtual-network/ip-services/routing-preference-overview.md) feature.
77
77
78
-
[!INCLUDE [preview features callout](includes/preview/preview-callout.md)]
79
-
80
78
### Requirements
81
79
82
80
* AKS version 1.24 or greater is required.
83
-
* Version 0.5.115 of the aks-preview extension is required.
84
-
85
-
### Install the aks-preview Azure CLI extension
86
-
87
-
To install the aks-preview extension, run the following command:
88
-
89
-
```azurecli
90
-
az extension add --name aks-preview
91
-
```
92
-
93
-
Run the following command to update to the latest version of the extension released:
94
-
95
-
```azurecli
96
-
az extension update --name aks-preview
97
-
```
98
-
99
-
### Register the 'NodePublicIPTagsPreview' feature flag
100
-
101
-
Register the `NodePublicIPTagsPreview` feature flag by using the [`az feature register`][az-feature-register] command, as shown in the following example:
102
-
103
-
```azurecli-interactive
104
-
az feature register --namespace "Microsoft.ContainerService" --name "NodePublicIPTagsPreview"
105
-
```
106
-
107
-
It takes a few minutes for the status to show *Registered*. Verify the registration status by using the [`az feature show`][az-feature-show] command:
108
-
109
-
```azurecli-interactive
110
-
az feature show --namespace "Microsoft.ContainerService" --name "NodePublicIPTagsPreview"
111
-
```
112
-
113
-
When the status reflects *Registered*, refresh the registration of the *Microsoft.ContainerService* resource provider by using the [`az provider register`][az-provider-register] command:
114
-
115
-
```azurecli-interactive
116
-
az provider register --namespace Microsoft.ContainerService
117
-
```
118
81
119
82
### Create a new cluster using routing preference internet
120
83
@@ -152,7 +115,6 @@ Examples:
152
115
### Requirements
153
116
154
117
* AKS version 1.24 or greater is required.
155
-
* Version 0.5.110 of the aks-preview extension is required.
156
118
157
119
### Create a new cluster with allowed ports and application security groups
0 commit comments