Skip to content

Commit 01ddad2

Browse files
authored
Merge pull request #18 from PatrickGhadban/main
Update README
2 parents afc7bea + 297e806 commit 01ddad2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ kubectl apply -k "github.com/kubernetes-sigs/aws-file-cache-csi-driver/deploy/ku
181181
Alternatively, you could also install the driver using helm:
182182

183183

184-
TODO: Add helm installation option
185184
```sh
186185
helm repo add aws-file-cache-csi-driver https://kubernetes-sigs.github.io/aws-file-cache-csi-driver/
187186
helm repo update
@@ -190,16 +189,16 @@ helm upgrade --install aws-file-cache-csi-driver --namespace kube-system aws-fil
190189

191190
### Examples
192191
Before the example, you need to:
193-
* Get yourself familiar with how to setup Kubernetes on AWS and [create Anmazon File Cache](https://docs.aws.amazon.com/fsx/latest/FileCacheGuide/getting-started.html) if you are using static provisioning.
192+
* Get yourself familiar with how to setup Kubernetes on AWS and [create Amazon File Cache](https://docs.aws.amazon.com/fsx/latest/FileCacheGuide/getting-started.html) if you are using static provisioning.
194193
* When creating Amazon File Cache, make sure its VPC is accessible from Kuberenetes cluster's VPC and network traffic is allowed by security group.
195194
* For Amazon File Cache VPC, you can either create an Amazon File Cache inside the same VPC as Kubernetes cluster or using VPC peering.
196195
* For security group, make sure port 988 is allowed for the security groups that are attached the file cache ENI.
197196
* Install Amazon File Cache CSI driver following the [Installation](README.md#Installation) steps.
198197

199198
#### Example Links
200-
* [Static provisioning](examples/kubernetes/static_provisioning/README.md)
201-
* [Dynamic provisioning](examples/kubernetes/dynamic_provisioning/README.md)
202-
* [Accessing the file cache from multiple pods](examples/kubernetes/multiple_pods/README.md)
199+
* [Static provisioning](../examples/kubernetes/static_provisioning/README.md)
200+
* [Dynamic provisioning](../examples/kubernetes/dynamic_provisioning/README.md)
201+
* [Accessing the file cache from multiple pods](../examples/kubernetes/multiple_pods/README.md)
203202

204203
## Development
205204

0 commit comments

Comments
 (0)