k3s/cmd/kubelet
Kubernetes Submit Queue 5792214647
Merge pull request #58760 from mtaufen/kc-remove-kubeletconfigfile-gate
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Removal of KubeletConfigFile feature gate: Step 1

This feature gate was redundant with the `--config` flag, which already
enables/disables loading Kubelet config from a file.

Since the gate guarded an alpha feature, removing it is not a violation
of our API guidelines.

Some stuff in `kubernetes/test-infra` currently sets the gate,
so removing will be a 3 step process:
1. This PR, which makes the gate a no-op.
2. Stop setting the gate in `kubernetes/test-infra`.
3. Completely remove the gate (this PR will get the release note).

```release-note
NONE
```
2018-01-26 14:35:25 -08:00
..
app Merge pull request #58760 from mtaufen/kc-remove-kubeletconfigfile-gate 2018-01-26 14:35:25 -08:00
BUILD make the kubelet cobra command complete 2018-01-18 10:14:34 -05:00
OWNERS Update OWNERS 2017-01-18 15:18:04 -08:00
kubelet.go make the kubelet cobra command complete 2018-01-18 10:14:34 -05:00