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
21
21
## Deploy the Infrastructure
22
22
23
23
```
24
- ./infrasctucture /setup.sh
24
+ ./infrastructure /setup.sh
25
25
```
26
26
27
27
## Deploy EKS
@@ -41,6 +41,7 @@ helm repo add eks https://aws.github.io/eks-charts
41
41
```
42
42
43
43
```
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**.
44
45
kubectl create ns appmesh-system
45
46
helm upgrade -i appmesh-controller eks/appmesh-controller \
46
47
--namespace appmesh-system
@@ -81,14 +82,15 @@ aws --profile backend ram accept-resource-share-invitation \
81
82
## Deploy the App Mesh Controller on our Backend Cluster
82
83
83
84
```
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
85
86
```
86
87
87
88
```
88
89
helm repo add eks https://aws.github.io/eks-charts
89
90
```
90
91
91
92
```
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**.
92
94
kubectl create ns appmesh-system
93
95
helm upgrade -i appmesh-controller eks/appmesh-controller \
94
96
--namespace appmesh-system
@@ -152,4 +154,4 @@ kubectl apply -f yelb/resources_frontend.yaml
152
154
153
155
```
154
156
./cleanup.sh
155
- ```
157
+ ```
You can’t perform that action at this time.
0 commit comments