Skip to content

Commit ee8c6b8

Browse files
committed
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 <[email protected]>
1 parent 37dd61f commit ee8c6b8

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
@@ -206,6 +206,7 @@ func NewChecks(path *Path, state state.State, k8sConfig *rest.Config, controlPla
206206
// https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.31.md
207207
"1.30->1.31": {
208208
removedFeatureGates: []string{
209+
"APIPriorityAndFairness", // https://github.com/kubernetes/kubernetes/pull/125846
209210
"CSINodeExpandSecret",
210211
"ConsistentHTTPGetHandlers",
211212
"DefaultHostNetworkHostPortsInPodTemplates",

0 commit comments

Comments
 (0)