Skip to content

Commit

Permalink
fix: add one more removed feature gate for 1.31
Browse files Browse the repository at this point in the history
This is part of the latest 1.31.0-beta.0

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Jul 16, 2024
1 parent 37dd61f commit ee8c6b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes/upgrade/checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ee8c6b8

Please sign in to comment.