srinathmatti
a3c0d6374a
Update csi-nfs-controller.yaml
...
Host network is needed for controller as the controller pod initial tries to mount it to nfs to create a directory structure. And for this it wont be able to access the rpc.statd on the underlying host.
Mounting command: mount
Mounting arguments: -t nfs -o hard,nfsvers=3 192.168.125.3:/FS-SDC-U-TB4-01 /tmp/pvc-aacf7ffe-922b-4aae-aed6-2828e0234d87
Output: mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
2021-01-18 13:16:41 +05:30
andyzhangx
473a7d3911
doc: change master branch image address
2020-12-27 03:21:44 +00:00
andyzhangx
a1b1a49a9a
doc: format yaml files
2020-12-26 14:06:58 +00:00
Jiaxun Song
6e0d293e7e
fix: limit node server to deploy only on Linux nodes
2020-12-17 16:10:13 -08:00
Jiaxun Song
1fed4f3cd8
doc: improve documentations following SMB driver repo
2020-11-20 21:10:46 +00:00
andyzhangx
b85c0aafd7
chore: change port num
2020-11-19 03:40:11 +00:00
Jiaxun Song
bfdc82f398
fix: make verify checks
2020-11-18 19:02:49 +00:00
Kubernetes Prow Robot
357da107fd
Merge pull request #92 from songjiaxun/add_more_e2e_test
...
test: add more test cases for e2e test
2020-11-16 22:34:04 -08:00
Jiaxun Song
1ad86af1ac
test: add more test cases for e2e test
2020-11-17 03:30:55 +00:00
andyzhangx
5e3a680165
doc: use quay images
2020-11-17 02:47:50 +00:00
Mayank Shah
69478752a9
CI: Add static checks in GH Actions
...
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-16 12:04:50 +05:30
Jiaxun Song
25d0e476c4
doc: add install instructions
2020-11-14 00:51:09 +00:00
Jiaxun Song
f1a4963364
fix: update livenessprobe version from v1.1.0 to v2.0.0
2020-11-06 20:42:32 -08:00
Kubernetes Prow Robot
108aef3ed2
Merge pull request #53 from mayankshah1607/mayank/create-volume
...
feat: implement `CreateVolume`
2020-10-18 07:48:13 -07:00
Kubernetes Prow Robot
0b20e81f96
Merge pull request #61 from andyzhangx/nfs-example
...
doc: update NFS provisioner example
2020-10-15 17:21:25 -07:00
andyzhangx
8a1b143ead
doc: update NFS provisioner example
...
fix comments
fix comments
2020-10-15 03:24:26 +00:00
Mayank Shah
93523b272c
feat: implement CreateVolume and DeleteVolume
...
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-10-14 21:39:57 +05:30
Mayank Shah
639d1aab5e
Add manifest for installing driver controller and install docs
...
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-10-11 15:48:25 +05:30
andyzhangx
4008fe5487
fix: deployment script/doc issues
...
fix test error
set kube-system namespace
2020-09-13 14:50:12 +00:00
Michelle Au
b039aa07c6
Remove hostnetwork from plugin in order to support nfs servers via K8s service dns name, and clean up examples
...
Change-Id: Id16bd5478413a4a626add9b5fe473cda7ada06ce
2020-07-28 17:45:20 -07:00
Kubernetes Prow Robot
c197f2ae07
Merge pull request #27 from wozniakjan/issue3/update_readme
...
Add basic info to README about the plugin compatibility and features
2020-03-25 12:34:25 -07:00
Jan Wozniak
1104130753
Prepare for v2.0.0 release
2020-03-25 10:09:02 +01:00
Jan Wozniak
2d36f5333e
Rename driver to follow CSI plugin naming conventions
2020-03-15 13:01:35 +01:00
Jan Wozniak
50d5f44d9c
Remove csi-attacher
2020-03-05 16:47:34 +01:00
Jan Wozniak
4dc9f66be3
Fix deprecated API group for StatefulSet
2020-02-28 15:08:25 +01:00
prateekpandey14
cb7d61a49d
Update deployment files and Dockerfile
...
Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
2019-02-07 19:53:29 +05:30
prateekpandey14
d5b0215f63
Move nfs csi-driver to its own repo 'csi-driver-nfs'
...
Signed-off-by: prateekpandey14 <prateekpandey14@gmail.com>
2019-02-07 14:48:27 +05:30