k3s/pkg/kubeapiserver
Kubernetes Submit Queue 9714b64761
Merge pull request #51249 from tengqm/service-ip-cidr
Automatic merge from submit-queue (batch tested with PRs 59882, 59434, 57722, 60320, 51249). 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>.

Expose default service IP CIDR in apiserver

**What this PR does / why we need it**:
The `--service-cluster-ip-range` parameter of API server is very important for deploying Kubernetes on some clouds. The default CIDR "10.0.0.0/24" should be exposed at least from the API server's help message so that users have a better idea whether they need to change it.
This patch exposes this default value in API server's help message.

**Which issue this PR fixes** : fixes #51248

**Release note**:
```
NONE
```
2018-02-24 18:43:39 -08:00
..
admission Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
authenticator initialize all known client auth plugins 2018-02-23 16:02:30 +08:00
authorizer Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
options Merge pull request #51249 from tengqm/service-ip-cidr 2018-02-24 18:43:39 -08:00
server pass listener to genericapiserver 2017-11-21 11:00:15 +08:00
BUILD run update bazel and staging-godep 2018-01-22 19:10:28 +08:00
OWNERS add liggitt to kubeapiserver owners 2017-04-03 10:14:34 -04:00
default_storage_factory_builder.go Introduce PodSecurityPolicy in the policy/v1beta1 API group. 2018-02-19 20:14:28 +01:00
doc.go