From ee8c6b8a5bb2c2c45e961d0f08faa5673905545c Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 16 Jul 2024 17:49:01 +0400 Subject: [PATCH] fix: add one more removed feature gate for 1.31 This is part of the latest 1.31.0-beta.0 Signed-off-by: Andrey Smirnov --- kubernetes/upgrade/checks.go | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/upgrade/checks.go b/kubernetes/upgrade/checks.go index 80c7a78..99d47d1 100644 --- a/kubernetes/upgrade/checks.go +++ b/kubernetes/upgrade/checks.go @@ -206,6 +206,7 @@ func NewChecks(path *Path, state state.State, k8sConfig *rest.Config, controlPla // https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.31.md "1.30->1.31": { removedFeatureGates: []string{ + "APIPriorityAndFairness", // https://github.com/kubernetes/kubernetes/pull/125846 "CSINodeExpandSecret", "ConsistentHTTPGetHandlers", "DefaultHostNetworkHostPortsInPodTemplates",