Skip to content

Commit c88fcae

Browse files
v1.9.11
Updated the Application Gateway for Containers ALB Controller version from 1.8.12 to 1.9.11 in the quickstart guide.
1 parent c575f66 commit c88fcae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/application-gateway/for-containers/quickstart-deploy-application-gateway-for-containers-alb-controller.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mbender-ms
77
ms.service: azure-appgw-for-containers
88
ms.custom: devx-track-azurecli
99
ms.topic: quickstart
10-
ms.date: 11/10/2025
10+
ms.date: 1/27/2026
1111
ms.author: mbender
1212
# Customer intent: As a Kubernetes administrator, I want to install the Application Gateway for Containers ALB Controller on my AKS cluster, so that I can efficiently manage load balancing rules and enhance application traffic handling.
1313
---
@@ -147,7 +147,7 @@ You need to complete the following tasks before deploying Application Gateway fo
147147
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_NAME
148148
helm install alb-controller oci://mcr.microsoft.com/application-lb/charts/alb-controller \
149149
--namespace $HELM_NAMESPACE \
150-
--version 1.8.12 \
150+
--version 1.9.11 \
151151
--set albController.namespace=$CONTROLLER_NAMESPACE \
152152
--set albController.podIdentity.clientID=$(az identity show -g $RESOURCE_GROUP -n azure-alb-identity --query clientId -o tsv)
153153
```
@@ -165,7 +165,7 @@ You need to complete the following tasks before deploying Application Gateway fo
165165
az aks get-credentials --resource-group $RESOURCE_GROUP --name $AKS_NAME
166166
helm upgrade alb-controller oci://mcr.microsoft.com/application-lb/charts/alb-controller \
167167
--namespace $HELM_NAMESPACE \
168-
--version 1.8.12 \
168+
--version 1.9.11 \
169169
--set albController.namespace=$CONTROLLER_NAMESPACE \
170170
--set albController.podIdentity.clientID=$(az identity show -g $RESOURCE_GROUP -n azure-alb-identity --query clientId -o tsv)
171171
```

0 commit comments

Comments
 (0)