kubernetes/pkg/controller/volume
dntosas 6b51169005 Fix buckets initialization
This metrics is measured in seconds so it makes no sense starting from
1000 as init value. This breaks also the scheduler e2e metric thus make
users unable to compute, for example, their SLO for the scheduler.
Even if this metric is deprecated, it should behave correctly until it is
completely removed to avoid user confusion.

For example, for each volume created, the minimum value exposed
as a metric is 16.6min (1000sec/60) which is obviously wrong as logic.

In this commit, we migrate bucket creation to start from reasonable
numbers, copying the incrementation from the conventions that the
scheduler follows itself.

Signed-off-by: dntosas <ntosas@gmail.com>
2021-08-23 11:55:33 +03:00
..
attachdetach Fix race in attachdetach tests 2021-07-03 11:26:14 +02:00
common GenericEphemeralVolume: initial implementation 2020-07-09 23:29:24 +02:00
ephemeral GenericEphemeralVolume: initial implementation 2020-07-09 23:29:24 +02:00
events Merge pull request #91455 from cofyc/fix88229 2020-06-02 18:11:36 -07:00
expand Do not assume storageclass is still in-tree after csi migration 2020-10-20 13:17:56 +03:00
persistentvolume Deflake TestControllerSync 2020-08-03 11:56:14 -04:00
protectionutil Move protection common func to protectionutil 2019-03-17 22:24:42 +08:00
pvcprotection GenericEphemeralVolume: initial implementation 2020-07-09 23:29:24 +02:00
pvprotection Run hack/update-vendor.sh 2020-05-16 07:54:33 -04:00
scheduling Fix buckets initialization 2021-08-23 11:55:33 +03:00
OWNERS Add SIG storage owner aliases 2020-07-07 10:26:16 -04:00