kubernetes-csi / csi-driver-nfs

This driver allows Kubernetes to access NFS server on Linux node.
Apache License 2.0
872 stars 252 forks source link

fix: upgrade to csi-provisioner v5.0.2 on v4.8.0 chart #750

Closed andyzhangx closed 3 months ago

andyzhangx commented 3 months ago

What type of PR is this? /kind bug

What this PR does / why we need it: fix: upgrade to csi-provisioner v5.0.2 on v4.8.0 chart

This PR upgrades csi-provisioner to v5.0.2 to avoid DeleteVolume twice this PR also disables remove-archived-volume-path by default

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

fix: upgrade to csi-provisioner v5.0.2 on v4.8.0 chart
k8s-ci-robot commented 3 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andyzhangx

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-csi/csi-driver-nfs/blob/master/OWNERS)~~ [andyzhangx] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 10598355920

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/nfs/controllerserver.go 1 6 16.67%
<!-- Total: 2 7 28.57% -->
Totals Coverage Status
Change from base Build 10588000119: -0.2%
Covered Lines: 903
Relevant Lines: 1148

💛 - Coveralls