Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Xiaoming WangXiaoming WangReporter
Xiaoming WangXiaoming WangPriority
MajorFix versions
Pull Request URL
Details
Details
Components
Assignee
Xiaoming Wang
Xiaoming WangReporter
Xiaoming Wang
Xiaoming WangPriority
Fix versions
Pull Request URL
Created April 22, 2020 at 1:19 PM
Updated June 29, 2020 at 2:26 PM
Resolved June 29, 2020 at 2:26 PM
AWS doesn't has a out of box storageClass for network shared filesystem like azurefile (samba). Although using storageClass "gp2" (EBS) we can deploy HPCC cluster on AWS EKS but it can't scale due to no dynamic volume support for "Deployment" deployment type.
To has a similar azurefiles network filesystem storageclass we can add Elastic File Systems (fast NFS on AWS) support. This will include:
1) Setup a EFS
2) Add a EFS subchart under hpcc/charts/
3) Add a dependency in hpcc/Chart.yaml
4) Modify values.schema.json values.yaml for EFS entries
5) Modify templates/dali.yaml, datastorage-pvc.yaml anddllserver-pvc.yaml for EFS