Files
kubernetes/hack
Kubernetes Submit Queue 9a5694b4c4 Merge pull request #45908 from ncdc/kube-proxy-write-config
Automatic merge from submit-queue

kube-proxy: add --write-config-to flag

Add --write-config-to flag to kube-proxy to write the default configuration
values to the specified file location.

@deads2k suggested I create my own scheme for this, so I followed the example he shared with me. The only bit currently still referring to `api.Scheme` is where we create the event broadcaster recorder. In order to use the custom private scheme, I either have to pass it in to `NewProxyServer()`, or I have to make `NewProxyServer()` a member of the `Options` struct. If the former, then I probably need to export `Options.scheme`. Thoughts?

cc @mikedanese @sttts @liggitt @deads2k @smarterclayton @timothysc @kubernetes/sig-network-pr-reviews @kubernetes/sig-api-machinery-pr-reviews 

```release-note
Add --write-config-to flag to kube-proxy to allow users to write the default configuration settings to a file.
```
2017-05-19 09:01:04 -07:00
..
2017-03-25 12:16:50 -07:00
2017-05-16 21:29:22 +02:00
2017-02-10 17:00:28 -08:00
2017-02-01 15:18:32 -05:00
2017-04-28 18:51:34 +00:00
2017-05-02 08:43:31 -04:00
2017-05-19 00:29:50 -04:00
2017-05-17 15:46:34 -03:00
2017-04-27 15:01:34 -07:00
2017-05-02 08:43:31 -04:00
2017-03-27 09:44:10 -04:00
2017-04-27 15:01:34 -07:00
2016-12-06 13:45:10 -05:00
2017-05-18 10:39:04 -07:00
2017-05-01 16:43:50 -07:00
2016-12-14 06:03:00 -08:00