Developer story
As a WMCO developer, I want to update the kubelet feature gates so that stale invalid gates are removed.
Description
The feature gates that we have hard coded are stale and needs to be updated to match the Linux kubelet. Note that we should not blindly copy the feature gates over.
Acceptance Criteria
The kubelet has updated feature gates and we no longer see messages like:
W0322 18:34:02.108833 832 feature_gate.go:227] unrecognized feature gate: LegacyNodeRoleBehavior W0322 18:34:02.108833 832 feature_gate.go:227] unrecognized feature gate: NodeDisruptionExclusion W0322 18:34:02.108833 832 feature_gate.go:227] unrecognized feature gate: SCTPSupport W0322 18:34:02.108833 832 feature_gate.go:227] unrecognized feature gate: ServiceNodeExclusion W0322 18:34:02.108833 832 feature_gate.go:227] unrecognized feature gate: SupportPodPidsLimit
QE should run their regression test to ensure no features are broken