deads2k
acba2cbd6d
tweak defaults for recommended apiserver options
2017-02-27 07:47:19 -05:00
Kubernetes Submit Queue
8738e36c70
Merge pull request #34259 from liggitt/node-dns
...
Automatic merge from submit-queue (batch tested with PRs 41756, 36344, 34259, 40843, 41526)
add InternalDNS/ExternalDNS node address types
This PR adds internal/external DNS names to the types of NodeAddresses that can be reported by the kubelet.
will spawn follow up issues for cloud provider owners to include these when possible
```release-note
Nodes can now report two additional address types in their status: InternalDNS and ExternalDNS. The apiserver can use `--kubelet-preferred-address-types` to give priority to the type of address it uses to reach nodes.
```
2017-02-20 13:39:37 -08:00
Dr. Stefan Schimanski
0e9c1f75bf
Update bazel
2017-02-15 10:25:15 +01:00
Dr. Stefan Schimanski
5e77d01897
k8s.io/apiserver: straighten EtcdOptions, backend Config and kube RESTOptionsFactory
2017-02-15 10:24:59 +01:00
deads2k
470cb9d2c9
streamline etcd options for aggregated api server
2017-02-08 09:07:47 -05:00
Kubernetes Submit Queue
fa14198bb2
Merge pull request #41083 from deads2k/apiserver-02-audit
...
Automatic merge from submit-queue (batch tested with PRs 38796, 40823, 40756, 41083, 41105)
Add more options to the RecommendedOptions struct.
Builds on https://github.com/kubernetes/kubernetes/pull/41028
Adds `AuditOptions` to the `RecommendedOptions`
@sttts @kubernetes/sig-api-machinery-pr-reviews
2017-02-08 00:49:49 -08:00
deads2k
b410b387ee
move storage serialization type to etcd options
2017-02-07 13:56:19 -05:00
deads2k
cc75d51897
add feature enablement options to recommendedoptions
2017-02-07 13:56:19 -05:00
deads2k
226af4adc4
move --runtime-config to kubeapiserver
2017-02-07 13:43:13 -05:00
deads2k
51b5d5a51b
move auditoptions to separate struct
2017-02-07 13:03:08 -05:00
Dr. Stefan Schimanski
2f9fa55c6f
pkg/storage/etcd: cut off pkg/api scheme
2017-02-02 11:16:28 +01:00
Jordan Liggitt
ff977e5c7c
Add internal/external DNS node address types
2017-02-01 23:10:32 -05:00
deads2k
6b57489552
move apiserver options
2017-02-01 15:18:33 -05:00
deads2k
384c873914
remove unneeded storage options
2017-01-31 13:44:39 -05:00
Wojciech Tyczynski
dae29625da
Enable protobufs in etcd by default
2017-01-30 20:14:06 +01:00
deads2k
b511741df7
remove pkg/feature dependency from genericapiserver.
2017-01-26 14:53:05 -05:00
Dr. Stefan Schimanski
a6b2ebb50c
pkg/flag: make feature gate extensible and split between generic and kube
2017-01-24 20:56:03 +01:00
Dr. Stefan Schimanski
3d9449a353
genericapiserver: fix imports
2017-01-19 13:06:47 +01:00
Kubernetes Submit Queue
73c900b598
Merge pull request #38272 from xingzhou/kube-38143
...
Automatic merge from submit-queue
Added validation for API server's 'apiserver-count' flag.
Added validation for API server's 'apiserver-count' flag. The value of this flag should be a positive number, otherwise, will cause error while reconciling endpoints in MasterCountEndpointsReconciler.
Fixed #38143
2017-01-16 19:14:40 -08:00
deads2k
6a4d5cd7cc
start the apimachinery repo
2017-01-11 09:09:48 -05:00
Kubernetes Submit Queue
addc6cae4a
Merge pull request #38212 from mikedanese/kubeletauth
...
Automatic merge from submit-queue (batch tested with PRs 38212, 38792, 39641, 36390, 39005)
Generate a kubelet CA and kube-apiserver cert-pair for kubelet auth.
cc @cjcullen
2017-01-10 19:48:09 -08:00
Jeff Grafton
20d221f75c
Enable auto-generating sources rules
2017-01-05 14:14:13 -08:00
Dr. Stefan Schimanski
f96fa748d8
Move apiserver cloudprovider dep into kubeapiserver
2017-01-05 09:40:03 +01:00
CJ Cullen
d0997a3d1f
Generate a kubelet CA and kube-apiserver cert-pair for kubelet auth.
...
Plumb through to kubelet/kube-apiserver on gci & cvm.
2017-01-03 14:30:45 -08:00
Mike Danese
161c391f44
autogenerated
2016-12-29 13:04:10 -08:00
deads2k
ab1b77673f
decouple genericapiserver from non-generic authenticator
2016-12-22 07:48:08 -05:00
deads2k
a3564c0aa8
start kubeapiserver package for sharing between kubeapiserver and federation
2016-12-22 07:43:42 -05:00
Xing Zhou
2ae4ab4b7d
Added validation for API server's 'apiserver-count' flag.
...
--apiserver-count should be a positive number, otherwise will cause
errors when reconciling endpoints in MasterCountEndpointsReconciler.
2016-12-19 02:04:38 +00:00
Dr. Stefan Schimanski
7adaac79ca
Update bazel
2016-12-16 17:49:23 +01:00
Dr. Stefan Schimanski
aa81e1d51d
pkg/apiserver: move validation.go into pkg/registry
2016-12-16 17:49:22 +01:00
Dr. Stefan Schimanski
5e8ca29a76
Clean up apiserver and federation defaulting and validation
2016-12-16 17:23:43 +01:00
Dr. Stefan Schimanski
7267299c3c
genericapiserver: move MasterCount and service options into master
2016-12-16 17:23:43 +01:00
Mike Danese
c87de85347
autoupdate BUILD files
2016-12-12 13:30:07 -08:00
deads2k
ca2b5f136e
split authorization from main options struct
2016-11-29 10:59:43 -05:00
deads2k
7c0e48f544
split out authentication options
2016-11-29 10:59:43 -05:00
deads2k
56b7a8b02b
remove some options from mega-struct
2016-11-29 10:59:43 -05:00
deads2k
a9af8206cb
split generic etcdoption out of main struct
2016-11-29 10:59:42 -05:00
Jordan Liggitt
1a7f7c5399
Allow apiserver to choose preferred kubelet address type
2016-10-31 16:02:38 -04:00
Dr. Stefan Schimanski
ab3ce27f01
Make master+federation ServerRunOptions embeddings explicit
2016-10-31 11:04:58 +01:00
Dr. Stefan Schimanski
b798527793
Rename master/options/{APIServer -> ServerRunOptions}
2016-10-31 10:55:19 +01:00
Mike Danese
3b6a067afc
autogenerated
2016-10-21 17:32:32 -07:00
Jordan Liggitt
3c92eb75b3
Enable service account signing key rotation
2016-10-04 14:16:38 -04:00
Jordan Liggitt
6333d8fd86
Add ECDSA support
2016-09-27 12:44:54 -04:00
Clayton Coleman
acb4c00b39
EnableGarbageCollection should be a struct member on RESTOptions
...
Not a global. Now that we have RESTOptions this was an easy change.
2016-09-15 00:09:28 -04:00
Chao Xu
f7a1ef8189
enable gc by default
2016-08-19 10:42:05 -07:00
mksalawa
a806351cc3
Extract etcd options from genericapiserver.
2016-08-09 13:35:53 +02:00
k8s-merge-robot
411c32bc98
Merge pull request #27520 from olegshaldybin/format-apiserver-options
...
Automatic merge from submit-queue
Format apiserver options
Trivial change, code formatting only: it was hard to read long lines, and my editor was really slow when scrolling through them.
2016-07-19 19:58:01 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Oleg Shaldybin
e722a41c40
Format apiserver options
...
Trivial change, code formatting only: it was really hard to read
apiserver options definition, formatted to follow the same pattern
throughout.
2016-06-28 12:34:22 -07:00
Chao Xu
1665546d2d
add finalizer logics to the API server and the garbage collector; handling DeleteOptions.OrphanDependents in the API server
2016-05-24 13:07:28 -07:00