Update README.md
Signed-off-by: Ching Yi, Chan <qrtt1@infuseai.io>
This commit is contained in:
parent
bafce00b3d
commit
1387389ae6
1 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue