Skip to content

Commit c94b7e8

Browse files
Indent
1 parent 4fd7422 commit c94b7e8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -230,17 +230,17 @@ If you wish to uninstall the ALB Controller, complete the following steps.
230230
231231
1. Delete the Application Gateway for Containers, you can delete the Resource Group containing the Application Gateway for Containers resources:
232232
233-
```azurecli-interactive
234-
az group delete --resource-group $RESOURCE_GROUP
235-
```
233+
```azurecli-interactive
234+
az group delete --resource-group $RESOURCE_GROUP
235+
```
236236

237237
2. Uninstall ALB Controller and its resources from your cluster run the following commands:
238238

239-
```azurecli-interactive
240-
helm uninstall alb-controller
241-
kubectl delete ns azure-alb-system
242-
kubectl delete gatewayclass azure-alb-external
243-
```
239+
```azurecli-interactive
240+
helm uninstall alb-controller
241+
kubectl delete ns azure-alb-system
242+
kubectl delete gatewayclass azure-alb-external
243+
```
244244

245245
> [!Note]
246246
> If a different namespace was used for alb-controller installation, ensure you specify the -n parameter on the helm uninstall command to define the proper namespace to be used. For example: `helm uninstall alb-controller -n unique-namespace`

0 commit comments

Comments
 (0)