Commit Graph

166 Commits

Author SHA1 Message Date
andyzhangx 6286cadc2c doc: cut v1.18.0 release 2025-05-12 03:18:53 +00:00
Andy Zhang 887341d3d2
Update csi-debug.md 2025-04-24 22:43:15 +08:00
Andy Zhang 475af8ac63
doc: enable hostprocess install on v1.17.0 2025-04-11 17:26:38 +08:00
andyzhangx 760cf4819f doc: cut v1.17.0 release 2025-01-23 13:59:34 +00:00
Andy Zhang ef67340e1f
Update driver-parameters.md 2024-12-11 22:32:13 +08:00
andyzhangx 35d5601d06 doc: cut v1.16.0 release 2024-09-01 13:39:41 +00:00
andyzhangx c4099a21c6 doc: cut v1.15.0 release 2024-07-18 07:01:03 +00:00
andyzhangx fc1f456066 cleanup: remove v1.15.0 release since windows image build is broken 2024-05-23 14:24:13 +00:00
andyzhangx 68781dafdb doc: cut v1.15.0 release 2024-05-14 06:14:38 +00:00
andyzhangx f68c6b6eb9 doc: fix kerberos auth doc 2024-03-13 15:07:24 +00:00
andyzhangx 7f74465a85 doc: cut v1.14.0 release 2024-01-16 12:53:54 +00:00
andyzhangx 5a1745dccd feat: support archiveOnDelete
fix typo

fix golint

fix e2e test failure

fix

fix windows test failure
2024-01-15 11:01:02 +00:00
andyzhangx 11b2bb93e7 doc: cut v1.13.0 release 2023-11-09 08:03:49 +00:00
andyzhangx 883b17ab97 doc: fix typo 2023-10-18 14:08:30 +00:00
andyzhangx ae0f65540d doc: cut v1.12.0 release 2023-08-10 13:31:48 +00:00
andyzhangx 7ac290a959 doc: cut v1.11.0 release
chore: fix release version
2023-05-29 03:20:53 +00:00
Oleksandr Ierenkov 384f709e8c Cleaning kerberos cache files on unstage phase
Extending initial support for kerberos-based ticket mounting.
Previously, cache has been written directly to the expected file - krb5cc_*.
With this change, cache is written to the base64(volumeID) file,
and then symlink krb5cc_* created pointing to the file with the cache.
During unstage phase only volumeID and mount path is available, and
having volumeID it's possible to do the cleanup with simple traversing
directory containing the caches.
2023-05-20 09:36:33 -04:00
Oleksandr Ierenkov d9aa489da5 Adding support for sec=krb5 mounting
When mounting with kerberos security, ticket cache
is expected to be set up on the host, pointing to the
/var/lib/kubelet/kubernetes/krb5cc_${uid}.
Credential cache is then taken from the creds secret and
written to the file, that is available to the host for
using.
2023-05-05 10:57:48 -04:00
andyzhangx e7627fc8e9 doc: cut v1.10.0 release 2023-02-19 10:46:20 +00:00
Andy Zhang 4f2b2ac9d8
Update driver-parameters.md 2023-01-13 17:48:20 +08:00
Andy Zhang 9d2b95a9e0
Update driver-parameters.md 2023-01-13 17:37:37 +08:00
Andy Zhang 6a12a5f6c6
Update csi-debug.md 2022-12-06 22:38:31 +08:00
Andy Zhang 1693f1a84f
Update csi-debug.md 2022-08-21 15:30:52 +08:00
Andy Zhang 602cfd990e
Update csi-debug.md 2022-08-21 15:28:27 +08:00
andyzhangx e5c63a1ad0 doc: cut v1.9.0 release 2022-08-20 02:54:02 +00:00
andyzhangx a793311710 doc: cut v1.8.0 release 2022-07-03 01:34:38 +00:00
Andy Zhang a7337357be
Update install-smb-csi-driver.md 2022-07-01 22:50:00 +08:00
Andy Zhang 013d044cca
Update driver-parameters.md 2022-06-26 19:35:05 +08:00
Andy Zhang cf4862ae12
Update driver-parameters.md 2022-06-26 19:32:40 +08:00
andyzhangx 45e7f52488 feat: support pv/pvc metadata in subDir parameter
refine
2022-06-18 14:20:34 +00:00
andyzhangx 66748bd597 feat: create subdir if not exists
fix e2e test

remove one e2e test
2022-06-12 13:42:44 +00:00
andyzhangx 483eb8083f doc: cut v1.7.0 release 2022-05-28 01:01:16 +00:00
Andy Zhang b8e368b6ea
Update csi-debug.md 2022-05-12 08:59:09 +08:00
andyzhangx 4e92c73940 chore: replace mcr images with gcr 2022-05-03 07:38:24 +00:00
andyzhangx bcddc7c4c5 doc: cut v1.6.0 release 2022-04-11 12:40:11 +00:00
andyzhangx 33213812d4 test: adjust log level for csi-proxy in test 2022-04-08 07:59:49 +00:00
Andy Zhang a65891c761
Update install-csi-driver-master.md 2022-03-02 17:29:30 +08:00
Andy Zhang 2c896ea340
Update install-csi-driver-master.md 2022-03-02 17:24:29 +08:00
andyzhangx fd162ae813 doc: fix code spelling issues
fix
2022-02-12 06:55:11 +00:00
andyzhangx f2b55ed35f doc: cut v1.5.0 release 2022-01-14 14:46:20 +00:00
andyzhangx b44c2b4a87 feat: support mountOptions in DeleteVolume
reset mountOptions

fix test
2022-01-04 13:41:29 +00:00
andyzhangx 6b92ce0b4c feat: add subDir in storage class parameters
fix test failure

fix failure

fix subdir

fix

correction

fix mount error

fix

fix windows test

refactor
2022-01-03 02:45:36 +00:00
andyzhangx 29491ec43e doc: cut v1.4.0 release 2021-11-26 07:19:38 +00:00
Andy Zhang ebeb2c1951
Update driver-parameters.md 2021-11-10 19:58:23 +08:00
Andy Zhang ec95abbc54
Update csi-debug.md 2021-11-04 19:35:20 +08:00
andyzhangx ef246f9407 doc: cut v1.3.0 release 2021-10-18 01:31:45 +00:00
Andy Zhang 62f4453b95
Update csi-debug.md 2021-10-11 10:37:10 +08:00
andyzhangx 0cc0a91fb7 feat: add windows 2022 image support 2021-09-29 03:06:10 +00:00
andyzhangx c29bb959d9 doc: cut v1.2.0 release 2021-07-18 13:15:00 +00:00
Andy Zhang 29a07ac1ed
Update csi-debug.md 2021-07-10 23:32:55 +08:00