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
We found that kubectl-unused-volumes cannot report unused PersistentVolumeClaim created by vector, which is a StatefulSet.
The vector uses HPA to adjust replicas in StatefulSet. So when it is scaled-down, kubectl-unused-volumes shall report unused PersistentVolumeClaim. However, they are not reported.