Andy Zhang

Results 628 comments of Andy Zhang

@jamesalford can you fix the error, you need to make changes in examples/additional-volumes.yaml ``` ==== HELM v3==== Checking examples/additional-volumes.yaml failed, diff: attachment --- generated_examples/additional-volumes.yaml 2024-07-18 06:27:38.970631925 +0000 +++ /tmp/tmp.iFYEKeDvEe 2024-07-18...

just FYI. if you are already hitting this issue, use `kubectl patch pv -p '{"metadata":{"finalizers":null}}'` would clean up the PV immediately.

if `networkEndpointType` is unset, that means the csi driver would matching any account with or without `networkEndpointType`; if you only want to match `networkEndpointType: privateEndpoint` accounts, then you need to...

> > if networkEndpointType is unset, that means the csi driver would matching any account with or without networkEndpointType > > I think that's a bug. It should match an...

duplicated to issue mentioned here: https://github.com/kubernetes-sigs/azurefile-csi-driver/pull/2055#issuecomment-2295096420: the reimplemented `IsLikelyNotMountPoint` func in mount-utils would make one unit test fail, current `IsLikelyNotMountPoint` would return error on an empty dir with `not a...

fixed by https://github.com/kubernetes-sigs/azurefile-csi-driver/pull/2158