143 Commits

Author SHA1 Message Date
Andy Zhang
4d2d1194e6
Update README.md 2021-06-02 14:40:32 +08:00
Andy Zhang
742f7a55c0
Create README.md 2021-06-01 11:44:29 +08:00
andyzhangx
485a98a111 test: run externel tests with 1.21 suites 2021-05-24 04:47:52 +00:00
andyzhangx
92775b0d25 chore: upgrade liveness probe and registrar 2021-05-20 13:08:52 +00:00
andyzhangx
2b35ab6612 fix: remove unnecessary podInfoOnMount 2021-04-30 14:18:56 +00:00
andyzhangx
9a2fa8861b feat: upgrade node driver registrar to v2.1.0 2021-04-11 14:10:49 +00:00
Manohar Reddy
b3dd1b11da add a new node role for control plane 2021-04-07 12:28:08 +00:00
andyzhangx
c8b6bbdddb fix: increase memory limit for csi-provisioner 2021-03-16 09:39:28 +00:00
andyzhangx
f17df6e768 feat: add liveness probe helthz port 2021-03-13 12:15:49 +00:00
andyzhangx
77fb868151 feat: upgrade csi-provisioner to v2.1.0 2021-03-10 13:09:33 +00:00
andyzhangx
8a5291d9fd chore: increase memory limit of csi-provisioner 2021-03-10 13:06:38 +00:00
andyzhangx
425d715bae fix: add hostNetwork in controller 2021-02-23 06:42:49 +00:00
andyzhangx
5758c61fa5 chore: set csi-provisioner memory limt as 100Mi 2021-02-19 14:29:29 +00:00
andyzhangx
340b14a75a fix: set 200Mi limit for csi-provisioner
update chart file permission
2021-02-11 01:56:22 +00:00
Jiaxun Song
04fb648466 fix: add runOnMaster switch for helm chart 2021-02-03 00:29:05 -08:00
andyzhangx
45fa96612c chore: reduce csi sidecar container logs 2021-01-20 06:57:52 +00:00
andyzhangx
67218855ab test: refactor verify example test
fix image
2021-01-18 14:31:26 +00:00
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