Skip to content

Commit 00681b8

Browse files
committed
Addressing the comment
1 parent 0281ac0 commit 00681b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/service/annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ Load balancer access can be controlled via following annotations:
452452
```
453453
service.beta.kubernetes.io/aws-load-balancer-internal: "true"
454454
```
455-
- <a name="security-groups">`service.beta.kubernetes.io/aws-load-balancer-security-groups`</a> specifies the securityGroups you want to attach to NLB.
455+
- <a name="security-groups">`service.beta.kubernetes.io/aws-load-balancer-security-groups`</a> specifies the frontend securityGroups you want to attach to NLB.
456456

457457
!!!note ""
458458
When this annotation is not present, the controller will automatically create one security group, the security group will be attached to the LoadBalancer and allow access from `inbound-cidrs` to the `listen-ports`.

0 commit comments

Comments
 (0)