File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
walkthroughs/eks-app-mesh-multi-account Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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**.
4445kubectl create ns appmesh-system
4546helm 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```
8889helm 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**.
9294kubectl create ns appmesh-system
9395helm 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+ ```
You can’t perform that action at this time.
0 commit comments