Skip to content

Commit 8cd1f30

Browse files
KostavroTimothy-Dougherty
authored andcommitted
Update index.md (kubernetes-sigs#2959)
Make lists show up as lists as per MkDocs documentation.
1 parent 6b910a2 commit 8cd1f30

File tree

1 file changed

+6
-3
lines changed
  • docs/guide/use_cases/self_managed_lb

1 file changed

+6
-3
lines changed

docs/guide/use_cases/self_managed_lb/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ title: Externally Managed Load Balancers
77
The load balancer controller (LBC) generally creates and destroys [AWS Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/index.html) in response to Kubernetes resources.
88

99
However, some cluster operators may prefer to manually manage AWS Load Balancers. This supports use cases like:
10+
1011
- Preventing accidental release of key IP addresses.
1112
- Supporting load balancers where the Kubernetes cluster is one of multiple targets.
1213
- Complying with organizational requirements on provisioning load balancers, for security or cost reasons.
@@ -23,12 +24,14 @@ Third, a TargetGroupBinding CRD is created in a cluster. The CRD includes refere
2324

2425
## Prerequisites
2526

26-
Install:
27+
Install:
28+
2729
- [Load Balancer Controller Installed](../../../deploy/installation.md) on Cluster
2830
- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)
2931
- [Kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/)
3032

31-
Have this information available:
33+
Have this information available:
34+
3235
- Cluster [VPC](https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html) Information
3336
- ID of EKS Cluster
3437
- Subnet IDs
@@ -106,4 +109,4 @@ Wait approximately 30 seconds for the LBC to update the load balancer.
106109

107110
[View all target groups](https://console.aws.amazon.com/ec2/v2/home#TargetGroups:) in the AWS console.
108111

109-
Find the target group by the ARN noted above, and verify the appropriate instances from the cluster have been added.
112+
Find the target group by the ARN noted above, and verify the appropriate instances from the cluster have been added.

0 commit comments

Comments
 (0)