kubernetes/pkg/controller/volume
胡玮文 6b4a37194a Do not get PV for externally deleting volume
Currently, we get each released PV every 15s, and in parallel. If there are a lot of released PV and we cannot finish all the get in 15s, it will starve other request by making the queue waiting for client-side throttling very long.

Even in a normal cluster, these requests are taking majority of all get requests from KCM (58% or 470 qps) in our stress test.
2026-02-16 08:51:08 +08:00
..
attachdetach Add tombstone handling for serviceaccount and attachdetach controllers 2026-02-11 16:06:29 -05:00
common generic ephemeral volume: graduation to GA 2021-10-11 20:54:20 +02:00
ephemeral controller/volume/ephemeral: Improve goroutine mgmt 2025-11-04 23:58:15 +01:00
events hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
expand remove featureGate from PluginManager 2026-01-19 11:35:30 +08:00
persistentvolume Do not get PV for externally deleting volume 2026-02-16 08:51:08 +08:00
protectionutil Promoted API VolumeAttributesClass and VolumeAttributesClassList to storage.k8s.io/v1. 2025-07-25 01:53:59 +08:00
pvcprotection Move dump package from apimachinery to k8s.io/utils 2026-02-12 07:34:19 -05:00
pvprotection Move dump package from apimachinery to k8s.io/utils 2026-02-12 07:34:19 -05:00
selinuxwarning Use slices.Sort instead of sort.Slice. 2026-02-06 22:46:08 +01:00
vacprotection Move dump package from apimachinery to k8s.io/utils 2026-02-12 07:34:19 -05:00
OWNERS add sig/storage label for pkg/controller/volume package PR 2022-11-10 09:57:36 +08:00