diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2021-02-24 02:03:54 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-24 02:03:54 -0800 |
| commit | d3a71966352ab7397813c8287ed12bcbdde0680e (patch) | |
| tree | 203d48f1a043ff2863fbbe23ec692480d5993c56 /k8s/README.md | |
| parent | 7ba75e3d5a4b059f4b41797f96a0feea97eef66a (diff) | |
| parent | 02be7ea2fcbc4e3c4d36bf844e7573b65ecc27a1 (diff) | |
| download | seaweedfs-d3a71966352ab7397813c8287ed12bcbdde0680e.tar.xz seaweedfs-d3a71966352ab7397813c8287ed12bcbdde0680e.zip | |
Merge pull request #1833 from LazyDBA247-Anyvision/master
Diffstat (limited to 'k8s/README.md')
| -rw-r--r-- | k8s/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/k8s/README.md b/k8s/README.md index 36230f7b2..c5615522c 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -29,6 +29,14 @@ please set/update the corresponding affinity rule in values.yaml to an empty one ```affinity: ""``` +### PVC - storage class ### + +on the volume stateful set added support for K8S PVC, currently example +with the simple local-path-provisioner from Rancher (comes included with k3d / k3s) +https://github.com/rancher/local-path-provisioner + +you can use ANY storage class you like, just update the correct storage-class +for your deployment. ### current instances config (AIO): 1 instance for each type (master/filer+s3/volume) |
