k3s/cmd/kubelet
Kubernetes Submit Queue 0eb999c26a
Merge pull request #55562 from mtaufen/eject-non-gated-alpha-fields
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>.

Move 'alpha' KubeletConfiguration fields that aren't feature-gated and self-registration fields to KubeletFlags

Some of these fields are marked "alpha" in help text. They cannot be in the KubeletConfiguration object unless they are feature gated or graduated from alpha. 

Others relate to Kubelet self-registration, and given https://github.com/kubernetes/community/pull/911 I think its prudent to wait and see if these really should be in the KubeletConfiguration type.

For now we just leave them all as flags.

```release-note
NONE
```
2017-11-16 10:36:10 -08:00
..
app Merge pull request #55562 from mtaufen/eject-non-gated-alpha-fields 2017-11-16 10:36:10 -08:00
BUILD update BUILD files 2017-10-15 18:18:13 -07:00
OWNERS Update OWNERS 2017-01-18 15:18:04 -08:00
kubelet.go Mulligan: Remove deprecated and experimental fields from KubeletConfiguration 2017-10-11 09:52:39 -07:00