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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ It supports existing AWS resources provisioned by AWSALBIngressController(>=v1.1
27
27
* `1` as TargetGroup's port if a lexical TargetPort used.
28
28
* The AWSLoadBalancerController will automatically create new TargetGroups and cleanup old TargetGroups if any.
29
29
30
-
3. If [security-groups](../../guide/ingress/annotations.md#security-groups) annotation used, the SecurityGroup rule on worker node's SecurityGroup that allow LoadBalancer traffic should be manually adjusted post migration.
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.
31
31
32
32
!!!tip "details"
33
-
when [security-groups](../../guide/ingress/annotations.md#security-groups) annotation used:
33
+
when [security-groups](../../guide/ingress/annotations.md#security-groups) annotation isn't used:
34
34
35
35
* a managed SecurityGroup will be created and attached to ALB. This SecurityGroup will be preserved.
36
36
* an inbound rule will be added to your worker node securityGroups which allow traffic from the above managed SecurityGroup for ALB.
0 commit comments