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