Skip to content

Commit 1fe5afc

Browse files
authored
Merge branch 'aws:main' into k8s-load-test
2 parents 0581420 + 6384649 commit 1fe5afc

File tree

1 file changed

+5
-3
lines changed
  • walkthroughs/eks-app-mesh-multi-account

1 file changed

+5
-3
lines changed

walkthroughs/eks-app-mesh-multi-account/readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ region = us-west-2
2121
## Deploy the Infrastructure
2222

2323
```
24-
./infrasctucture/setup.sh
24+
./infrastructure/setup.sh
2525
```
2626

2727
## Deploy EKS
@@ -41,6 +41,7 @@ helm repo add eks https://aws.github.io/eks-charts
4141
```
4242

4343
```
44+
**Make sure that appmesh-controller version is not v1.7.0 as this does have bugs in supporting ARN's. so make sure of using latest version**.
4445
kubectl create ns appmesh-system
4546
helm upgrade -i appmesh-controller eks/appmesh-controller \
4647
--namespace appmesh-system
@@ -81,14 +82,15 @@ aws --profile backend ram accept-resource-share-invitation \
8182
## Deploy the App Mesh Controller on our Backend Cluster
8283

8384
```
84-
kubectl config use-context <iam_user@am-multi-account-2.<region>.eksctl.io
85+
kubectl config use-context <iam_user>@am-multi-account-2.<region>.eksctl.io
8586
```
8687

8788
```
8889
helm repo add eks https://aws.github.io/eks-charts
8990
```
9091

9192
```
93+
**Make sure that appmesh-controller version is not v1.7.0 as this does have bugs in supporting ARN's. so make sure of using latest version**.
9294
kubectl create ns appmesh-system
9395
helm upgrade -i appmesh-controller eks/appmesh-controller \
9496
--namespace appmesh-system
@@ -152,4 +154,4 @@ kubectl apply -f yelb/resources_frontend.yaml
152154

153155
```
154156
./cleanup.sh
155-
```
157+
```

0 commit comments

Comments
 (0)