Files
kubernetes/pkg/kubelet
Kubernetes Submit Queue 02818ed092 Merge pull request #63912 from luxas/move_rotatecerts_kubelet
Automatic merge from submit-queue (batch tested with PRs 59851, 64114, 63912, 64156, 64191). 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>.

kubelet: Move RotateCertificates to the KubeletConfiguration struct

**What this PR does / why we need it**:
Moves `.RotateCertificates` to the `KubeletConfiguration` struct, so it can be configured via the Config file smoothly.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes https://github.com/kubernetes/kubernetes/issues/63878
Fixes https://github.com/kubernetes/kubernetes/issues/61653

**Special notes for your reviewer**:
Pretty similar to https://github.com/kubernetes/kubernetes/pull/62352

**Release note**:

```release-note
The kubelet certificate rotation feature can now be enabled via the `.RotateCertificates` field in the kubelet's config file. The `--rotate-certificates` flag is now deprecated, and will be removed in a future release.
```
@kubernetes/sig-node-pr-reviews @kubernetes/sig-cluster-lifecycle-pr-reviews
2018-05-23 09:06:15 -07:00
..
2018-05-23 00:19:21 +03:00
2018-03-27 09:29:35 -07:00
2018-05-19 08:14:37 +10:00
2018-05-17 13:36:37 +02:00
2018-05-17 11:37:35 +02:00
2018-01-29 15:07:51 -05:00
2018-04-30 14:57:26 -04:00
2018-05-11 14:39:07 +08:00
2018-04-11 09:26:02 -07:00
2018-02-16 13:43:01 -08:00
2018-05-17 11:37:35 +02:00
2018-04-11 18:35:24 +02:00
2018-05-17 12:18:14 +02:00
2018-04-18 09:55:57 -07:00
2018-02-24 17:39:21 +08:00
2018-05-16 10:59:32 +02:00
2018-04-18 09:55:57 -07:00
2018-05-17 11:37:35 +02:00
2018-02-20 10:38:41 -05:00
2018-01-29 21:44:54 -08:00