Skip to content

Commit 3a28c12

Browse files
Merge pull request #273768 from chasewilson/chase/ip-tagsga
[AKS] Public IP Tags GA
2 parents dff69e9 + d5fd8b4 commit 3a28c12

File tree

1 file changed

+2
-40
lines changed

1 file changed

+2
-40
lines changed

articles/aks/use-node-public-ips.md

Lines changed: 2 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use instance-level public IPs in Azure Kubernetes Service (AKS)
33
description: Learn how to manage instance-level public IPs Azure Kubernetes Service (AKS)
44
ms.topic: article
55
ms.custom: devx-track-azurecli
6-
ms.date: 01/23/2024
6+
ms.date: 04/29/2024
77
ms.author: pahealy
88
author: phealy
99
---
@@ -71,50 +71,13 @@ You can locate the public IPs for your nodes in various ways:
7171
az vmss list-instance-public-ips -g MC_MyResourceGroup2_MyManagedCluster_eastus -n YourVirtualMachineScaleSetName
7272
```
7373

74-
## Use public IP tags on node public IPs (PREVIEW)
74+
## Use public IP tags on node public IPs
7575

7676
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.
7777

78-
[!INCLUDE [preview features callout](includes/preview/preview-callout.md)]
79-
8078
### Requirements
8179

8280
* 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-
```
11881

11982
### Create a new cluster using routing preference internet
12083

@@ -152,7 +115,6 @@ Examples:
152115
### Requirements
153116

154117
* AKS version 1.24 or greater is required.
155-
* Version 0.5.110 of the aks-preview extension is required.
156118

157119
### Create a new cluster with allowed ports and application security groups
158120

0 commit comments

Comments
 (0)