remove nfs-client
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
## How to use
|
||||
This deployment exposes a `StorageClass` named `nfs-client` that can be used to create `PersistentVolumeClaim` resources:
|
||||
|
||||
|
||||
```
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: test-claim
|
||||
namespace: test-namespace
|
||||
spec:
|
||||
storageClassName: nfs-client
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Mi
|
||||
```
|
||||
|
||||
This will create a new folder in the NFS server under `<base-path>/test-namespace-test-claim` and mount it.
|
Reference in New Issue
Block a user