File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
website/docs/examples/aws Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ The controllers are using the IAM controller to create the necessary roles for t
6868 ```
69696 . Install the combined instance:
7070
71- All contollers are enable by default.
71+ All controllers are enable by default.
7272
7373 ```
7474 kubectl apply -f instance.yaml
Original file line number Diff line number Diff line change 7878 enabled: true
7979 access: write
8080 ingress:
81- enabled: true # this will expose unathenticated alb
81+ enabled: true # this will expose unauthenticated alb
8282 service: {}`</pre >
8383
8484Apply the ` webstack/instance.yaml `
@@ -125,7 +125,7 @@ Expected result:
125125
126126### Troubleshoot
127127
128- If you get the folling error:
128+ If you get the following error:
129129
130130```
131131Error connecting to S3:...
Original file line number Diff line number Diff line change 2626 iamRole :
2727 maxSessionDuration : integer | default=3600
2828 oidcProvider : string | required=true
29- roleDescription : string | default=IRSA role for ACK EKS controller deployement on EKS cluster using kro Resource group
29+ roleDescription : string | default=IRSA role for ACK EKS controller deployment on EKS cluster using kro Resource group
3030 iamPolicy :
3131 # would prefer to add a policyDocument here, need to support multiline string here
3232 description : string | default="policy for eks controller"
You can’t perform that action at this time.
0 commit comments