Update README.md

Signed-off-by: Ching Yi, Chan <qrtt1@infuseai.io>
This commit is contained in:
Ching Yi, Chan 2020-06-03 12:08:27 +08:00
parent bafce00b3d
commit 1387389ae6

View file

@ -21,6 +21,8 @@ apiVersion: v1
kind: Secret
metadata:
name: csi-s3-secret
# Namespace depends on the configuration in the storageclass.yaml
namespace: kube-system
stringData:
accessKeyID: <YOUR_ACCESS_KEY_ID>
secretAccessKey: <YOUR_SECRET_ACCES_KEY>
@ -66,7 +68,7 @@ csi-s3-pvc Bound pvc-c5d4634f-8507-11e8-9f33-0e243832354b 5Gi RWO
3. Create a test pod which mounts your volume:
```bash
kubectl create -f poc.yaml
kubectl create -f pod.yaml
```
If the pod can start, everything should be working.