Skip to content

Commit afc7bea

Browse files
authored
Merge pull request #16 from jacobwolfaws/main
Add helm instructions
2 parents 0c1fac1 + 13c06d0 commit afc7bea

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ Alternatively, you could also install the driver using helm:
183183

184184
TODO: Add helm installation option
185185
```sh
186-
186+
helm repo add aws-file-cache-csi-driver https://kubernetes-sigs.github.io/aws-file-cache-csi-driver/
187+
helm repo update
188+
helm upgrade --install aws-file-cache-csi-driver --namespace kube-system aws-file-cache-csi-driver/aws-file-cache-csi-driver
187189
```
188190

189191
### Examples

examples/kubernetes/dynamic_provisioning/specs/storageclass.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@ parameters:
77
subnetId: subnet-074ea3b7386e4802b
88
securityGroupIds: sg-046ad64768e4cf756
99
dataRepositoryAssociations: "FileCachePath=/ns1/,DataRepositoryPath=nfs://10.0.92.69/,NFS={Version=NFS3},DataRepositorySubdirectories=[subdir1,subdir2,subdir3]"
10+
fileCacheType: "LUSTRE"
11+
fileCacheTypeVersion: "2.12"
12+
weeklyMaintenanceStartTime: "7:00:00"
13+
LustreConfiguration: "DeploymentType=CACHE_1,PerUnitStorageThroughput=1000,MetadataConfiguration={StorageCapacity=2400}"
14+
copyTagsToDataRepositoryAssociations: "true"
15+
extraTags: "Tag1=Value1,Tag2=Value2"
1016
mountOptions:
1117
- flock

0 commit comments

Comments
 (0)