umagnus
3b545ee1f9
add snapshot doc
2023-12-04 01:52:35 +00:00
umagnus
e454cd638a
clean up parm in func
2023-11-20 09:10:57 +00:00
umagnus
b89d93887d
upgrade golangci/golangci-lint-action to v1.54
2023-11-20 09:05:40 +00:00
andyzhangx
e0c7569564
test: fix ut and add e2e test
2023-11-08 14:16:09 +00:00
Navratan Lal Gupta
e819966385
feat: archive pv subdir on delete
...
fix: failed to archive subdirectory: no such file or dir
fix: failed to rename archive pvc
archived-pvc-1234
fix: volume name
doc: include archive on delete in doc
2023-11-08 14:16:09 +00:00
andyzhangx
8d6a60748b
test: fix DeletePodAndWait failure
2023-10-03 14:55:11 +00:00
andyzhangx
938abb306f
test: use ginko/v2 lib in e2e test
2023-10-03 06:41:42 +00:00
andyzhangx
6c32316f44
chore: fix golint
2023-10-03 04:01:25 +00:00
andyzhangx
b458e3a53f
test: test framework change due to k8s 1.26 lib upgrade
2023-10-03 03:47:33 +00:00
andyzhangx
3196a6d209
chore: upgrade k8s lib to 1.26
2023-10-03 03:31:38 +00:00
andyzhangx
2327af89eb
test: fix test failure
2023-07-15 05:40:47 +00:00
andyzhangx
1e35718f83
test: verify snapshot install script
2023-05-14 12:48:10 +00:00
Sean McGinnis
f03e8377d4
Use dl.k8s.io instead of hardcoded GCS URIs
...
The `storage.googleapis.com/kubernetes-release` URL is a hard coded path
to a GCS bucket location. To allow redirecting and spreading the load
across multiple hosting locations, the `dl.k8s.io` URL has been
introduced.
Signed-off-by: Sean McGinnis <stmcg@amazon.com>
2023-05-11 14:20:45 +00:00
Jan Wozniak
1302b43696
feat: add csi-snapshotter sidecar and external-snapshotter
...
$ helm package charts/latest/csi-driver-nfs -d charts/latest/
2023-04-03 16:05:50 +02:00
andyzhangx
53b850ec68
chore: refine onDelete sub dir feature
2023-04-02 14:14:40 +00:00
Jan Wozniak
61a6301ff9
test: execute datasource e2e tests
2023-03-13 11:19:59 +01:00
andyzhangx
b01c9f8628
fix: buildx issue with provenance disabled
2023-02-09 02:49:57 +00:00
andyzhangx
34d0e6d84d
feat: support pv/pvc metadata in subDir parameter
...
fix
fix
2022-06-19 11:13:47 +00:00
andyzhangx
cc729e9b0e
test: add subDir e2e test
2022-06-12 12:26:23 +00:00
andyzhangx
16c442ad78
feat: add subDir in storage class parameters
...
fix subdir
internal mount fix
mount subdir in NodePublishVolume
fix golint
fix
fix
setKeyValueInMap
2022-06-12 11:27:44 +00:00
andyzhangx
7c06c6b5d3
feat: add affinity, nodeselector, runOnControlPlane in chart config
...
update chart
fix
2022-06-04 11:24:58 +00:00
andyzhangx
4cf7f7d688
fix: incorrect runOnMaster config
...
run on master for e2e test
2022-05-29 01:09:29 +00:00
andyzhangx
a3bdf03e0c
test: skip one external e2e test
2022-05-07 14:58:25 +00:00
andyzhangx
7006f52e94
test: run k8s 1.24 external e2e test
2022-05-07 14:12:39 +00:00
andyzhangx
90cc83fdbd
feat: skip chmod if mountPermissions is 0
...
fix
2022-05-04 08:53:21 +00:00
andyzhangx
da26b07bed
test: run external inline volume tests
...
test: enable inline volume in external e2e tests
fix inline volume tests
fix format
shared
2022-04-10 13:26:06 +00:00
andyzhangx
07735614ff
test: disable one external test
2022-04-09 14:15:48 +00:00
andyzhangx
06fa7db8ff
test: switch to v1.23.5 external tests
2022-04-09 13:11:26 +00:00
andyzhangx
60cf03bdfb
test: fix external test config
2022-04-09 07:08:29 +00:00
andyzhangx
4ecb457aa6
test: enable external slow tests
2022-04-09 03:48:03 +00:00
andyzhangx
9b0aa0e203
doc: add nconnect mount option in nfs example
2022-03-18 07:39:44 +00:00
andyzhangx
14275e0be0
feat: add mountPermissions parameter in storage class
2022-03-05 13:23:45 +00:00
andyzhangx
143e068b9a
chore: fix shellcheck issues
2022-02-12 05:16:16 +00:00
andyzhangx
09e579235e
doc: fix code spelling issues
2022-02-12 05:06:11 +00:00
andyzhangx
0768b140af
cleanup: remove snapshot dependency
2022-02-06 13:51:39 +00:00
andyzhangx
f0b51f9f06
feat: upgrade to csi-provisioner v3.1.0
...
fix lint
2022-01-21 14:16:51 +00:00
andyzhangx
e86dc68c2a
feat: add mountOptions parameter for inline volume
...
fix test failure
2022-01-11 13:54:21 +00:00
andyzhangx
60285578cf
feat: add inline volume support
...
fix yaml
refine tests
fix example
fix test
2022-01-06 11:34:56 +00:00
andyzhangx
405a69cf24
feat: add workingMountDir in chart config
...
fix tests
sudo
fix
test: fix test failure
fix test
install go 1.17
fix ut
fix test
fix test
fix test
fix tests
fix workingMountDir
2022-01-04 13:43:06 +00:00
andyzhangx
498e837370
test: add e2e test for mountOptions support in DeleteVolume
2022-01-03 02:07:02 +00:00
andyzhangx
0e3ede5a21
feat: add node.mountPermissions in chart
...
fix controller
update chart
fix chart
update chart
update chart
fix mountPermissions
2021-12-20 08:01:06 +00:00
andyzhangx
aab43558bc
fix: driver version print in logging
2021-12-07 07:44:12 +00:00
andyzhangx
9a89d25b41
test: disable GetCapabilities test temporalily
2021-09-20 03:13:00 +00:00
andyzhangx
fd5bac4692
feat: ReadWriteOncePod support
...
update controller cap
add node cap
fix test
2021-09-20 03:04:57 +00:00
andyzhangx
46046fdab5
test: upgrade csi-provisioner to v3.0.0 in external e2e test
2021-09-06 12:49:25 +00:00
andyzhangx
958efd92ca
feat: support alternative driver name
...
fix driver name
2021-07-10 12:33:55 +00:00
andyzhangx
010cd3bd42
test: run example tests
2021-07-05 04:01:55 +00:00
andyzhangx
5df685273d
feat: support fsGroupPolicy feature
...
update chart file
fix chart file
fix helm options
fix Makefile
2021-05-29 08:24:32 +00:00
andyzhangx
485a98a111
test: run externel tests with 1.21 suites
2021-05-24 04:47:52 +00:00
andyzhangx
61fca129a0
test: run external e2e test using 1.20 suites
...
run on 1.20
run on 1.21
run on 1.20
2021-05-24 03:04:25 +00:00