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
Yes, it should like a valid solution and we need to have some global configurations which can be changed as we dont expect to patch all the PVC with the same information (timeout).
Currently Reclaimspace requests to csi drivers use a default timeout of 3 min which can only be overridden from the cmdline args.
kubernetes-csi-addons/cmd/manager/main.go
Line 74 in b9a147c
The time taken by these cmds executed by csi drivers may vary significantly based on factors like size of the PVC, io pattern etc.
Therefore, having ability to override this timeout at reclaimspacejob CR per PVC level will be very useful.
@nixpanic @Madhu-1
The text was updated successfully, but these errors were encountered: