mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Revert "Bump DynamicKubeConfig metric deprecation to 1.23"
This commit is contained in:
parent
1367cca8fd
commit
b35c500541
@ -371,7 +371,7 @@ var (
|
|||||||
Subsystem: KubeletSubsystem,
|
Subsystem: KubeletSubsystem,
|
||||||
Name: AssignedConfigKey,
|
Name: AssignedConfigKey,
|
||||||
Help: "The node's understanding of intended config. The count is always 1.",
|
Help: "The node's understanding of intended config. The count is always 1.",
|
||||||
DeprecatedVersion: "1.23.0",
|
DeprecatedVersion: "1.22.0",
|
||||||
StabilityLevel: metrics.ALPHA,
|
StabilityLevel: metrics.ALPHA,
|
||||||
},
|
},
|
||||||
[]string{ConfigSourceLabelKey, ConfigUIDLabelKey, ConfigResourceVersionLabelKey, KubeletConfigKeyLabelKey},
|
[]string{ConfigSourceLabelKey, ConfigUIDLabelKey, ConfigResourceVersionLabelKey, KubeletConfigKeyLabelKey},
|
||||||
@ -382,7 +382,7 @@ var (
|
|||||||
Subsystem: KubeletSubsystem,
|
Subsystem: KubeletSubsystem,
|
||||||
Name: ActiveConfigKey,
|
Name: ActiveConfigKey,
|
||||||
Help: "The config source the node is actively using. The count is always 1.",
|
Help: "The config source the node is actively using. The count is always 1.",
|
||||||
DeprecatedVersion: "1.23.0",
|
DeprecatedVersion: "1.22.0",
|
||||||
StabilityLevel: metrics.ALPHA,
|
StabilityLevel: metrics.ALPHA,
|
||||||
},
|
},
|
||||||
[]string{ConfigSourceLabelKey, ConfigUIDLabelKey, ConfigResourceVersionLabelKey, KubeletConfigKeyLabelKey},
|
[]string{ConfigSourceLabelKey, ConfigUIDLabelKey, ConfigResourceVersionLabelKey, KubeletConfigKeyLabelKey},
|
||||||
@ -394,7 +394,7 @@ var (
|
|||||||
Subsystem: KubeletSubsystem,
|
Subsystem: KubeletSubsystem,
|
||||||
Name: LastKnownGoodConfigKey,
|
Name: LastKnownGoodConfigKey,
|
||||||
Help: "The config source the node will fall back to when it encounters certain errors. The count is always 1.",
|
Help: "The config source the node will fall back to when it encounters certain errors. The count is always 1.",
|
||||||
DeprecatedVersion: "1.23.0",
|
DeprecatedVersion: "1.22.0",
|
||||||
StabilityLevel: metrics.ALPHA,
|
StabilityLevel: metrics.ALPHA,
|
||||||
},
|
},
|
||||||
[]string{ConfigSourceLabelKey, ConfigUIDLabelKey, ConfigResourceVersionLabelKey, KubeletConfigKeyLabelKey},
|
[]string{ConfigSourceLabelKey, ConfigUIDLabelKey, ConfigResourceVersionLabelKey, KubeletConfigKeyLabelKey},
|
||||||
@ -405,7 +405,7 @@ var (
|
|||||||
Subsystem: KubeletSubsystem,
|
Subsystem: KubeletSubsystem,
|
||||||
Name: ConfigErrorKey,
|
Name: ConfigErrorKey,
|
||||||
Help: "This metric is true (1) if the node is experiencing a configuration-related error, false (0) otherwise.",
|
Help: "This metric is true (1) if the node is experiencing a configuration-related error, false (0) otherwise.",
|
||||||
DeprecatedVersion: "1.23.0",
|
DeprecatedVersion: "1.22.0",
|
||||||
StabilityLevel: metrics.ALPHA,
|
StabilityLevel: metrics.ALPHA,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user