You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/walkthrough/echoserver.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -303,13 +303,13 @@ In this walkthrough, you'll
303
303
```
304
304
305
305
## 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
307
307
308
308
1. configure the proper policy
309
309
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
310
310
311
311
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:
313
313
314
314
```
315
315
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
0 commit comments