Skip to content

Commit 1d92a40

Browse files
authored
fix the migration docs (#1542)
1 parent 7b7cc92 commit 1d92a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/upgrade/migrate_v1_v2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ It supports existing AWS resources provisioned by AWSALBIngressController(>=v1.1
2727
* `1` as TargetGroup's port if a lexical TargetPort used.
2828
* The AWSLoadBalancerController will automatically create new TargetGroups and cleanup old TargetGroups if any.
2929

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.
3131

3232
!!!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:
3434

3535
* a managed SecurityGroup will be created and attached to ALB. This SecurityGroup will be preserved.
3636
* an inbound rule will be added to your worker node securityGroups which allow traffic from the above managed SecurityGroup for ALB.

0 commit comments

Comments
 (0)