Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffcline authored Oct 25, 2023
1 parent 89a3a6f commit e2aa566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/deploy/security_groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Apply custom frontend security groups with an annotation. This disables automati

- For Ingress resources, use the [`alb.ingress.kubernetes.io/security-groups`](../guide/ingress/annotations.md#security-groups) annotation.
- For Service resources, use the [`service.beta.kubernetes.io/aws-load-balancer-security-groups`](../guide/service/annotations.md#security-groups) annotation.
- The annotation must be set to one or more security group IDs.
- The annotation must be set to one or more security group IDs or security group names.


## Backend Security Groups
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/use_cases/frontend_sg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In this example, you will restrict access to a cluster service. You will create
## Prerequisites

- [Kubernetes Cluster Version 1.22+](https://docs.aws.amazon.com/cli/latest/reference/eks/describe-cluster.html)
- [AWS Load Balancer Controller v2.5.0+](../../../deploy/installation/)
- [AWS Load Balancer Controller v2.6.0+](../../../deploy/installation/)
- [AWS CLI v2](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)

## Configure
Expand Down

0 comments on commit e2aa566

Please sign in to comment.