k3s/pkg/master
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
..
controller/crdregistration Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
ports controller-manager: add SecureServingOptions 2018-02-13 11:16:47 +01:00
reconcilers Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
tunneler Merge pull request #60068 from wojtek-t/ssl_key_longer_timeout 2018-02-21 18:09:47 -08:00
BUILD add support for /token subresource in serviceaccount registry 2018-02-21 13:16:51 -08:00
OWNERS Add enj as reviewer to OWNERS 2017-08-17 20:42:46 -04:00
client_ca_hook.go fix all the typos across the project 2018-02-11 11:04:14 +08:00
client_ca_hook_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
client_util.go Client ca post start hook now checks if the system namespace already exists 2018-01-30 16:19:33 -08:00
controller.go Client ca post start hook now checks if the system namespace already exists 2018-01-30 16:19:33 -08:00
controller_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
doc.go
import_known_versions.go Add new Events API group 2017-11-22 18:40:09 +00:00
import_known_versions_test.go Enforce use of fixed size int types in the API 2017-11-13 11:28:59 -08:00
master.go add support for /token subresource in serviceaccount registry 2018-02-21 13:16:51 -08:00
master_openapi_test.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
master_test.go Use v1beta1 VolumeAttachment 2018-01-31 18:46:11 +08:00
services.go Merge pull request #51249 from tengqm/service-ip-cidr 2018-02-24 18:43:39 -08:00