Skip to content

Commit c8f0b71

Browse files
Dedicated bootstrap pod no longer used
1 parent dfb6d0a commit c8f0b71

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/application-gateway/for-containers/troubleshooting-guide.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: mbender-ms
66
ms.service: azure-appgw-for-containers
77
ms.topic: troubleshooting
8-
ms.date: 3/31/2025
8+
ms.date: 7/21/2025
99
ms.author: mbender
1010
# Customer intent: As a cloud platform administrator, I want to troubleshoot issues with Application Gateway for Containers, so that I can ensure the service operates smoothly and effectively resolves any deployment or configuration problems.
1111
---
@@ -27,7 +27,6 @@ Example output:
2727
| NAME | READY | UP-TO-DATE | AVAILABLE | AGE | CONTAINERS | IMAGES | SELECTOR |
2828
| ------------------------ | ----- | ---------- | --------- | ---- | ----------------------- | ------------------------------------------------------------------------------- | -------- |
2929
| alb-controller | 2/2 | 2 | 2 | 18d | alb-controller | mcr.microsoft.com/application-lb/images/alb-controller:**1.5.2** | app=alb-controller |
30-
| alb-controller-bootstrap | 1/1 | 1 | 1 | 18d | alb-controller-bootstrap | mcr.microsoft.com/application-lb/images/alb-controller-bootstrap:**1.5.2** | app=alb-controller-bootstrap |
3130

3231
In this example, the ALB controller version is **1.5.2**.
3332

@@ -54,11 +53,10 @@ Logs can be collected from the ALB Controller by using the _kubectl logs_ comman
5453
| ---------------------------------------- | ----- | ------- | -------- | ---- |
5554
| alb-controller-6648c5d5c-sdd9t | 1/1 | Running | 0 | 4d6h |
5655
| alb-controller-6648c5d5c-au234 | 1/1 | Running | 0 | 4d6h |
57-
| alb-controller-bootstrap-6648c5d5c-hrmpc | 1/1 | Running | 0 | 4d6h |
5856

5957
ALB controller uses an election provided by controller-runtime manager to determine an active and standby pod for high availability.
6058

61-
Copy the name of each alb-controller pod (not the bootstrap pod, in this case: `alb-controller-6648c5d5c-sdd9t` and `alb-controller-6648c5d5c-au234`) and run the following command to determine the active pod.
59+
Copy the name of each alb-controller pod (in this case: `alb-controller-6648c5d5c-sdd9t` and `alb-controller-6648c5d5c-au234`) and run the following command to determine the active pod.
6260

6361
# [Linux](#tab/active-pod-linux)
6462

0 commit comments

Comments
 (0)