Skip to content

Commit

Permalink
Removal of KubeletConfigFile feature gate: Step 3 (final)
Browse files Browse the repository at this point in the history
This PR completes the work started in
kubernetes#58760
by completely removing the KubeletConfigFile feature gate.

We stopped setting the gate in test-infra in
kubernetes/test-infra#6490.
  • Loading branch information
mtaufen committed Jan 29, 2018
1 parent 59bc6d0 commit 63c9384
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ const (
// alpha: v1.4
DynamicKubeletConfig utilfeature.Feature = "DynamicKubeletConfig"

// owner: @mtaufen
// alpha: v1.8
// This gate is now a no-op. It will be removed shortly.
KubeletConfigFile utilfeature.Feature = "KubeletConfigFile"

// owner: @pweil-
// alpha: v1.5
//
Expand Down Expand Up @@ -242,7 +237,6 @@ func init() {
var defaultKubernetesFeatureGates = map[utilfeature.Feature]utilfeature.FeatureSpec{
AppArmor: {Default: true, PreRelease: utilfeature.Beta},
DynamicKubeletConfig: {Default: false, PreRelease: utilfeature.Alpha},
KubeletConfigFile: {Default: false, PreRelease: utilfeature.Alpha}, // KubeletConfigFile is now a no-op gate on the path to removal.
ExperimentalHostUserNamespaceDefaultingGate: {Default: false, PreRelease: utilfeature.Beta},
ExperimentalCriticalPodAnnotation: {Default: false, PreRelease: utilfeature.Alpha},
Accelerators: {Default: false, PreRelease: utilfeature.Alpha},
Expand Down

0 comments on commit 63c9384

Please sign in to comment.