Skip to content

Commit 0f62a7e

Browse files
committed
feat: add one more deprecation/removal for v1.32
See #20 (comment) Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 87d2e8e commit 0f62a7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kubernetes/upgrade/checks.go

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ func NewChecks(path *Path, state state.State, k8sConfig *rest.Config, controlPla
235235
"AllowServiceLBStatusOnNonLB", // https://github.com/kubernetes/kubernetes/pull/126786
236236
"CloudDualStackNodeIPs", // https://github.com/kubernetes/kubernetes/pull/126840
237237
"DRAControlPlaneController", // https://github.com/kubernetes/kubernetes/pull/128003
238+
"HPAContainerMetrics", // https://github.com/kubernetes/kubernetes/pull/126862
238239
"KMSv2", // https://github.com/kubernetes/kubernetes/pull/126698
239240
"KMSv2KDF", // https://github.com/kubernetes/kubernetes/pull/126698
240241
"LegacyServiceAccountTokenCleanUp", // https://github.com/kubernetes/kubernetes/pull/126839

0 commit comments

Comments
 (0)