Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for certificate_manager_server_ttl_seconds (0.35 sec)

  1. pkg/kubelet/certificate/kubelet.go

    	}
    	legacyregistry.RawMustRegister(compbasemetrics.NewGaugeFunc(
    		&compbasemetrics.GaugeOpts{
    			Subsystem: metrics.KubeletSubsystem,
    			Name:      "certificate_manager_server_ttl_seconds",
    			Help: "Gauge of the shortest TTL (time-to-live) of " +
    				"the Kubelet's serving certificate. The value is in seconds " +
    				"until certificate expiry (negative if already expired). If " +
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 03:07:16 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Kubelets configured to rotate client certificates now publish a `certificate_manager_server_ttl_seconds` gauge metric indicating the remaining seconds until certificate expiration. ([#91148](https://github.com/kubernetes/kubernetes/pull/91148), [@liggitt](https://github.com/liggitt)) [SIG Auth and Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.18.md

    * Kubelet cert TTL via GaugeFunc: ([#85874](https://github.com/kubernetes/kubernetes/pull/85874), [@sambdavidson](https://github.com/sambdavidson))
      * Renamed Kubelet metric certificate_manager_server_expiration_seconds to certificate_manager_server_ttl_seconds and changed to report the second until expiration at read time rather than absolute time of expiry. 
      * Improved accuracy of Kubelet metric rest_client_exec_plugin_ttl_seconds.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
Back to top