Merge pull request #123038 from alculquicondor/sched_metric

Fix deprecated version for pod_scheduling_duration_seconds
This commit is contained in:
Kubernetes Prow Robot
2024-01-30 16:49:30 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ var (
// Start with 10ms with the last bucket being [~88m, Inf).
Buckets: metrics.ExponentialBuckets(0.01, 2, 20),
StabilityLevel: metrics.STABLE,
DeprecatedVersion: "1.28.0",
DeprecatedVersion: "1.29.0",
},
[]string{"attempts"})