Skip to content

Commit acdc3b2

Browse files
author
Jérôme Lecorvaisier
authored
docs(echoserver.md): fix typos
1 parent b42cd80 commit acdc3b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guide/walkthrough/echoserver.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,13 @@ In this walkthrough, you'll
303303
```
304304

305305
## Kube2iam setup
306-
follow below steps If you want to use kube2iam to provide the AWS credentials
306+
follow below steps if you want to use kube2iam to provide the AWS credentials
307307

308308
1. configure the proper policy
309309
The policy to be used can be fetched from https://raw.githubusercontent.com/kubernetes-sigs/aws-alb-ingress-controller/v1.1.4/docs/examples/iam-policy.json
310310

311311
1. configure the proper role and create the trust relationship
312-
You have to find which role is associated woth your K8S nodes. Once you found take note of the full arn:
312+
You have to find which role is associated with your K8S nodes. Once you found take note of the full arn:
313313

314314
```
315315
arn:aws:iam::XXXXXXXXXXXX:role/k8scluster-node
@@ -341,15 +341,15 @@ follow below steps If you want to use kube2iam to provide the AWS credentials
341341
}
342342
```
343343

344-
The new role will have the arn:
344+
The new role will have a similar arn:
345345

346346
```
347347
arn:aws:iam:::XXXXXXXXXXXX:role/k8s-alb-controller
348348
```
349349

350350
1. update the alb-ingress-controller.yaml
351351

352-
Add the annotations in the template's metadata poin
352+
Add the annotations in the template's metadata point
353353
354354
```yaml
355355
spec:

0 commit comments

Comments
 (0)