Skip to content

Commit 9a23fe3

Browse files
authored
Create README.md
1 parent c48e87b commit 9a23fe3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

cloud/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Run on AWS EKS with AWS Academy
2+
Create a new cluster using command:
3+
4+
```eksctl create cluster -f eks-aws-academy.yaml```
5+
6+
**Notes:**
7+
- You need to change `instanceRoleARN` (in two places) and `serviceRoleARN`
8+
- Make sure [`persistence`](https://github.com/hyperflow-wms/hyperflow-k8s-deployment/blob/c48e87bb61a5f92bb178dd53ba59ecbccc74fa06/charts/hyperflow-ops/values.yaml#L21) of the NFS provisioner is disabled (otherwise the provisioner will not start)
9+
10+
To experiment with different configurations, you might change the flavor and/or the number of nodes in the `HfWorkerNodes` group.

0 commit comments

Comments
 (0)