Skip to content

Commit

Permalink
feat: update removed feature gates for 1.28
Browse files Browse the repository at this point in the history
There's no nice blog post about removals, so scraped from the release
notes.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Sep 4, 2023
1 parent 69fea5b commit 44e26b3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions kubernetes/upgrade/checks.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,23 @@ func NewChecks(path *Path, state state.State, k8sConfig *rest.Config, controlPla
"DaemonSetUpdateSurge",
},
},
// https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.28.md
"1.27->1.28": {
removedFeatureGates: []string{
"AdvancedAuditing",
"DelegateFSGroupToCSIDriver",
"DevicePlugins",
"DisableAcceleratorUsageMetrics",
"EndpointSliceTerminatingCondition",
"CSIStorageCapacity",
"CSIMigrationGCE",
"KubeletCredentialProviders",
"MixedProtocolLBService",
"ServiceInternalTrafficPolicy",
"ServiceIPStaticSubrange",
"WindowsHostProcessContainers",
},
},
},
}, nil
}
Expand Down

0 comments on commit 44e26b3

Please sign in to comment.