You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/upgrade/migrate_v1_v2.md
+4-16Lines changed: 4 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -9,25 +9,13 @@ This document contains the information necessary to migrate from an existing ins
9
9
10
10
11
11
## Backwards compatibility
12
-
The AWSLoadBalancerController(v2.0.0) is backwards-compatible with AWSALBIngressController(>=v1.1.3).
12
+
The AWSLoadBalancerController(v2.0.1) is backwards-compatible with AWSALBIngressController(>=v1.1.3).
13
13
14
14
It supports existing AWS resources provisioned by AWSALBIngressController(>=v1.1.3) for Ingress resources with below caveats:
15
15
16
16
1. The AWS LoadBalancer resource created for your Ingress will be preserved.
17
-
18
-
2. If a numeric TargetPort is used in your service, the AWS TargetGroups created for your Ingress will be re-created.
19
-
20
-
!!!warning "downtimes"
21
-
This would cause downtimes to your service during targets registration into new TargetGroups created.
22
-
23
-
!!!tip "details"
24
-
* The AWSALBIngressController always used `1` as TargetGroup's port.
25
-
* The AWSLoadBalancerController will use
26
-
* the actual numeric TargetPort as TargetGroup's port if a numeric TargetPort used.
27
-
* `1` as TargetGroup's port if a lexical TargetPort used.
28
-
* The AWSLoadBalancerController will automatically create new TargetGroups and cleanup old TargetGroups if any.
29
17
30
-
3. If [security-groups](../../guide/ingress/annotations.md#security-groups) annotation isn't used, the SecurityGroup rule on worker node's SecurityGroup that allow LoadBalancer traffic should be manually adjusted post migration.
18
+
2. If [security-groups](../../guide/ingress/annotations.md#security-groups) annotation isn't used, the SecurityGroup rule on worker node's SecurityGroup that allow LoadBalancer traffic should be manually adjusted post migration.
31
19
32
20
!!!tip "details"
33
21
when [security-groups](../../guide/ingress/annotations.md#security-groups) annotation isn't used:
@@ -51,7 +39,7 @@ It supports existing AWS resources provisioned by AWSALBIngressController(>=v1.1
4. If you have used podReadinessGate feature, please refer [PodReadinessGate](../controller/pod_readiness_gate.md) for the guide about new readinessGate configuration.
42
+
3. If you have used podReadinessGate feature, please refer [PodReadinessGate](../controller/pod_readiness_gate.md) for the guide about new readinessGate configuration.
55
43
56
44
!!!tip "old pod readinessGate"
57
45
once configured properly, AWS Load Balancer Controller will automatically inject the new format of podReadinessGates into your pods, and remove old podReadinessGates if any.
0 commit comments