Skip to content

Commit d00bef0

Browse files
oliviassssTimothy-Dougherty
authored andcommitted
fix installation.md rendering (kubernetes-sigs#3127)
1 parent ab155ba commit d00bef0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/deploy/installation.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
The AWS Load Balancer controller (LBC) provisions AWS Network Load Balancer (NLB) and Application Load Balancer (ALB) resources. The LBC watches for new `service` or `ingress` Kubernetes resources and configures AWS resources.
44

5-
The LBC is supported by AWS. Some clusters may be using the legacy "in-tree" functionality to provision AWS load balancers. The AWS Load Balancer Controller should be installed instead.
5+
The LBC is supported by AWS. Some clusters may be using the legacy "in-tree" functionality to provision AWS load balancers. The AWS Load Balancer Controller should be installed instead.
66

77
!!!question "Existing AWS ALB Ingress Controller users"
88
The AWS ALB Ingress controller must be uninstalled before installing the AWS Load Balancer Controller.
99
Please follow our [migration guide](upgrade/migrate_v1_v2.md) to do a migration.
1010

11-
## Supported Kubernetes versions
11+
## Supported Kubernetes versions
1212
* AWS Load Balancer Controller v2.0.0~v2.1.3 requires Kubernetes 1.15+
1313
* AWS Load Balancer Controller v2.2.0~v2.3.1 requires Kubernetes 1.16-1.21
1414
* AWS Load Balancer Controller v2.4.0+ requires Kubernetes 1.19+
@@ -50,7 +50,7 @@ The reference IAM policies contain the following permissive configuration:
5050
},
5151
```
5252

53-
We recommend further scoping down this configuration based on the VPC ID or cluster name resource tag.
53+
We recommend further scoping down this configuration based on the VPC ID or cluster name resource tag.
5454

5555
Example condition for VPC ID:
5656
```
@@ -92,7 +92,7 @@ Example condition for cluster name resource tag:
9292
curl -o iam-policy.json https://raw.githubusercontent.com/kubernetes-sigs/aws-load-balancer-controller/v2.4.7/docs/install/iam_policy.json
9393
```
9494
95-
3. Create an IAM policy named `AWSLoadBalancerControllerIAMPolicy`. If you downloaded a different policy, replace `iam-policy` with the name of the policy that you downloaded.
95+
3. Create an IAM policy named `AWSLoadBalancerControllerIAMPolicy`. If you downloaded a different policy, replace `iam-policy` with the name of the policy that you downloaded.
9696
```
9797
aws iam create-policy \
9898
--policy-name AWSLoadBalancerControllerIAMPolicy \
@@ -111,7 +111,7 @@ Example condition for cluster name resource tag:
111111
--region <region-code> \
112112
--approve
113113
```
114-
114+
115115
### Option B: Attach IAM policies to nodes
116116
If you're not setting up IAM roles for service accounts, apply the IAM policies from the following URL at a minimum.
117117
```
@@ -145,9 +145,9 @@ The following IAM permissions subset is for those using `TargetGroupBinding` onl
145145
146146
## Network configuration
147147
148-
Review the [worker nodes security group](https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) docs. Your node security group must permit incoming traffic on TCP port 9443 from the Kubernetes control plane. This is needed for webhook access.
148+
Review the [worker nodes security group](https://docs.aws.amazon.com/eks/latest/userguide/sec-group-reqs.html) docs. Your node security group must permit incoming traffic on TCP port 9443 from the Kubernetes control plane. This is needed for webhook access.
149149
150-
If you use [eksctl](https://eksctl.io/usage/vpc-networking/), this is the default configuration.
150+
If you use [eksctl](https://eksctl.io/usage/vpc-networking/), this is the default configuration.
151151
152152
## Add controller to cluster
153153
@@ -175,7 +175,7 @@ We recommend using the Helm chart to install the controller. The chart supports
175175
The `helm install` command automatically applies the CRDs, but `helm upgrade` doesn't.
176176
177177
178-
Helm install command for clusters with IRSA:
178+
Helm install command for clusters with IRSA:
179179
```
180180
helm install aws-load-balancer-controller eks/aws-load-balancer-controller -n kube-system --set clusterName=<cluster-name> --set serviceAccount.create=false --set serviceAccount.name=aws-load-balancer-controller
181181
```
@@ -187,8 +187,8 @@ We recommend using the Helm chart to install the controller. The chart supports
187187
188188
189189
190-
=== "YAML manifests"<p>
191-
190+
=== "YAML manifests"
191+
192192
### Install `cert-manager`
193193
194194
```

0 commit comments

Comments
 (0)