We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 125410a + f90bbc3 commit c54978aCopy full SHA for c54978a
staging/src/k8s.io/apiserver/pkg/authentication/request/x509/x509.go
@@ -39,6 +39,9 @@ var clientCertificateExpirationHistogram = prometheus.NewHistogram(
39
Help: "Distribution of the remaining lifetime on the certificate used to authenticate a request.",
40
Buckets: []float64{
41
0,
42
+ (30 * time.Minute).Seconds(),
43
+ (1 * time.Hour).Seconds(),
44
+ (2 * time.Hour).Seconds(),
45
(6 * time.Hour).Seconds(),
46
(12 * time.Hour).Seconds(),
47
(24 * time.Hour).Seconds(),
0 commit comments