Skip to content

Commit 14bbbcf

Browse files
M00nF1shTimothy-Dougherty
authored andcommitted
add readinessGate doc into website and migration guide (kubernetes-sigs#1564)
1 parent a602cd6 commit 14bbbcf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/guide/upgrade/migrate_v1_v2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ It supports existing AWS resources provisioned by AWSALBIngressController(>=v1.1
5151
|--------|----------|----------|---------------------------|----------------------|
5252
|All TCP |TCP |0 - 65535 |sg-008c920b1(managed LB SG)|elbv2.k8s.aws/targetGroupBinding=shared| |
5353

54+
4. If you have used podReadinessGate feature, please refer [PodReadinessGate](../controller/pod_readiness_gate.md) for the guide about new readinessGate configuration.
55+
56+
!!!tip "old pod readinessGate"
57+
once configured properly, AWS Load Balancer Controller will automatically inject the new format of podReadinessGates into your pods, and remove old podReadinessGates if any.
58+
59+
However, we still recommend you to remove the old podReadinessGates from your Deployments since it's not used.
60+
5461
## Upgrade steps
5562
1. Determine existing installed AWSALBIngressController version.
5663
```console

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ nav:
1010
- Installation: guide/controller/installation.md
1111
- Configurations: guide/controller/configurations.md
1212
- Subnet Discovery: guide/controller/subnet_discovery.md
13+
- Pod Readiness Gate: guide/controller/pod_readiness_gate.md
1314
- Ingress:
1415
- Annotations: guide/ingress/annotations.md
1516
- Spec: guide/ingress/spec.md

0 commit comments

Comments
 (0)