Skip to content

add readinessGate doc into website and migration guide #1564

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/guide/upgrade/migrate_v1_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ It supports existing AWS resources provisioned by AWSALBIngressController(>=v1.1
|--------|----------|----------|---------------------------|----------------------|
|All TCP |TCP |0 - 65535 |sg-008c920b1(managed LB SG)|elbv2.k8s.aws/targetGroupBinding=shared| |

4. If you have used podReadinessGate feature, please refer [PodReadinessGate](../controller/pod_readiness_gate.md) for the guide about new readinessGate configuration.

!!!tip "old pod readinessGate"
once configured properly, AWS Load Balancer Controller will automatically inject the new format of podReadinessGates into your pods, and remove old podReadinessGates if any.

However, we still recommend you to remove the old podReadinessGates from your Deployments since it's not used.

## Upgrade steps
1. Determine existing installed AWSALBIngressController version.
```console
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ nav:
- Installation: guide/controller/installation.md
- Configurations: guide/controller/configurations.md
- Subnet Discovery: guide/controller/subnet_discovery.md
- Pod Readiness Gate: guide/controller/pod_readiness_gate.md
- Ingress:
- Annotations: guide/ingress/annotations.md
- Spec: guide/ingress/spec.md
Expand Down