Closed
Description
We would like to record the BinaryVersion
, EmulationVersion
and MinCompatibilityVersion
for all components in componentGlobalsRegistry
used by kube-apiserver
, kube-scheduler
, and kube-controller-manager
.
Implementation can be similar to
:- Add a
AddMetrics
method in - record the versions in a Gauge metrics with
StabilityLevel: k8smetrics.ALPHA
, in the form ofversion_info {component: kube, binary: 1.33, emulation: 1.32, min_compat:1.32} : 1
- add the metrics in
kube-apiserver
,kube-scheduler
, andkube-controller-manager
.
Metadata
Metadata
Assignees
Labels
Categorizes an issue or PR as relevant to SIG API Machinery.Categorizes an issue or PR as relevant to SIG API Machinery.Indicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.