Commit 1387389a authored by Ching Yi, Chan's avatar Ching Yi, Chan
Browse files

Update README.md

parent bafce00b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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.