Skip to content

Commit c724415

Browse files
authored
Fix šŸ›: Markdown requires nested content inside a list item to be indented (#13388)
1 parent 551c0c4 commit c724415

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

ā€Ždocs/deploy/index.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -284,27 +284,29 @@ This section explains how to do that on AWS using an NLB.
284284

285285
1. Download the [deploy.yaml](https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.12.2/deploy/static/provider/aws/nlb-with-tls-termination/deploy.yaml) template
286286

287-
```console
288-
wget https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.12.2/deploy/static/provider/aws/nlb-with-tls-termination/deploy.yaml
289-
```
287+
```console
288+
wget https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.12.2/deploy/static/provider/aws/nlb-with-tls-termination/deploy.yaml
289+
```
290290

291291
2. Edit the file and change the VPC CIDR in use for the Kubernetes cluster:
292292

293-
```
294-
proxy-real-ip-cidr: XXX.XXX.XXX/XX
295-
```
293+
```
294+
proxy-real-ip-cidr: XXX.XXX.XXX/XX
295+
```
296296

297297
3. Change the AWS Certificate Manager (ACM) ID as well:
298298

299-
```
300-
arn:aws:acm:us-west-2:XXXXXXXX:certificate/XXXXXX-XXXXXXX-XXXXXXX-XXXXXXXX
301-
```
299+
```
300+
arn:aws:acm:us-west-2:XXXXXXXX:certificate/XXXXXX-XXXXXXX-XXXXXXX-XXXXXXXX
301+
```
302302

303303
4. Deploy the manifest:
304304

305-
```console
306-
kubectl apply -f deploy.yaml
307-
```
305+
```console
306+
kubectl apply -f deploy.yaml
307+
```
308+
309+
308310

309311
##### NLB Idle Timeouts
310312

0 commit comments

Comments
Ā (0)