You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* JIRA:task/OKE-22216 Add mount option support to FSS CSI driver
* Make lb flex shape value formats consistent for all lb shape related annotations
* cherrypick 2d9a7ba
* Rebase with latest code from 1.24
* Removed MockMounter as it has been replace by FakeMounter
* Fixed incorrect commit introduce during merge
* JIRA: OKE-17462 Add dynamic provisioning support for FSS in CSI
commit aa4d9710adccbf12b83a922c0a30a973a8b36a49
Author: Vijay Bhargav Eshappa <[email protected]>
Date: Sat Aug 27 16:11:33 2022 +0530
Add provisioner for FSS dynamic provisioning
commit 067b4352b395a9b94df13cdb3d66b2fb6bc4cc8d
Author: mpagnis <[email protected]>
Date: Fri Aug 19 17:06:27 2022 +0530
JIRA: OKE-22216 Add mount option support to FSS CSI driver. Add e2e
commit 1cb90812ae03e783afaf02cafaa93ebdd2b75f4e
Author: mpagnis <[email protected]>
Date: Fri Aug 19 16:34:44 2022 +0530
JIRA: OKE-22216 Add mount option support to FSS CSI driver
1.24 provisioner changes
* OKE-24022 : Enable publishing CSI metrics in 1.22 - 1.24 clusters
* task/OKE-22696 Improve logging with storage plugins code
* OKE-20995 : Return suitable error message when volumeMode is set to block
* OKE-23391 - Immediate Volume Binding mode is not working as expected in kubernetes 1.25
* Update Kubernetes dependencies to v1.25.4
* cherrypick "check if there are in-progress work requests for lb & nlb and send service to exponential backoff if present
* OKE-24203: Emit new metrics CTX_TIMEOUT when AwaitWorkRequest context times out
OKE-24203: Treat context deadline exceeded as retryable error
Unit Tests for LB & NLB AwaitWorkRequest
* JIRA: OKE-24691 CSI driver PV attachment regex bug fix
* fixed go.mod and cherrypick errors
* fixed go.mod -2
* fixed go.mod -3
* fixed go.mod -4
* made changes to release workflow
* made changes to release workflow
* changed manifests for testing
* Changed image to 1.25.0, removed commented code and reverted release workflow.
* Changed image tag to latest
* Changed image tag to latest 2
* Added CSIDriver for bv with fsGroupPolicy: File
---------
Co-authored-by: Vijay Bhargav Eshappa <[email protected]>
Co-authored-by: Anish <[email protected]>
Co-authored-by: mpagnis <[email protected]>
Co-authored-by: Akarsh Ellore Sreenath <[email protected]>
Co-authored-by: Pranav Sriram <[email protected]>
Co-authored-by: l-technicore <[email protected]>
VolumeNamePrefix: *flag.String("csi-volume-name-prefix", "pvc", "Prefix to apply to the name of a created volume."),
71
+
FssVolumeNamePrefix: *flag.String("fss-csi-volume-name-prefix", "pvc", "Prefix to apply to the name of a volume created for FSS."),
58
72
VolumeNameUUIDLength: *flag.Int("csi-volume-name-uuid-length", -1, "Truncates generated UUID of a created volume to this length. Defaults behavior is to NOT truncate."),
RetryIntervalStart: *flag.Duration("csi-retry-interval-start", time.Second, "Initial retry interval of failed provisioning or deletion. It doubles with each failure, up to retry-interval-max."),
0 commit comments