k8s-merge-robot
071fd28442
Merge pull request #19272 from cmluciano/cmluciano-cml/dockermachine
...
Auto commit by PR queue bot
2016-01-04 19:06:35 -08:00
k8s-merge-robot
6bb728f1b8
Merge pull request #19236 from doriordan/doriordan-scala-client
...
Auto commit by PR queue bot
2016-01-04 14:43:28 -08:00
k8s-merge-robot
236683fe29
Merge pull request #18357 from gmarek/expose-master-components
...
Auto commit by PR queue bot
2016-01-04 14:32:17 -08:00
Nikhil Jindal
ad68688a52
Merge pull request #18864 from nikhiljindal/updateCPDoc
...
Adding instructions to run versionize-docs in cherrypick doc
2016-01-04 14:30:45 -08:00
Christopher M. Luciano
2af2e72659
Replace boot2docker references with docker-machine
2016-01-04 10:51:38 -05:00
Ravi Sankar Penta
a9b0696166
Update auto generated docs for kubelet
...
Add node-ip flag to know-flags.txt
2016-01-03 10:18:58 -08:00
David O'Riordan
eef05d8bd2
Add Scala to client library list
2016-01-03 14:37:15 +00:00
k8s-merge-robot
4f65f68a12
Merge pull request #19182 from thockin/kube-proxy-conntrack-max
...
Auto commit by PR queue bot
2016-01-02 02:36:18 -08:00
Justin Santa Barbara
f9a6ac077e
Ubernetes Lite: Volumes can dictate zone scheduling
...
For AWS EBS, a volume can only be attached to a node in the same AZ.
The scheduler must therefore detect if a volume is being attached to a
pod, and ensure that the pod is scheduled on a node in the same AZ as
the volume.
So that the scheduler need not query the cloud provider every time, and
to support decoupled operation (e.g. bare metal) we tag the volume with
our placement labels. This is done automatically by means of an
admission controller on AWS when a PersistentVolume is created backed by
an EBS volume.
Support for tagging GCE PVs will follow.
Pods that specify a volume directly (i.e. without using a
PersistentVolumeClaim) will not currently be scheduled correctly (i.e.
they will be scheduled without zone-awareness).
2015-12-31 12:27:01 -05:00
Tim Hockin
da0ac31182
Set conntrack params in kube-proxy
...
Add flags to control max connections (set to 256k vs 64k default) and TCP
established timeout (set to 1 day vs 5 day default). Flags can be set to 0 to
mean "don't change it".
This is only set at startup, and not wrapped in a rectifier loop.
Tested manually.
2015-12-30 15:46:40 -08:00
k8s-merge-robot
356487c951
Merge pull request #18101 from brendandburns/kubectl6
...
Auto commit by PR queue bot
2015-12-29 12:43:42 -08:00
k8s-merge-robot
fec5206f1a
Merge pull request #13840 from nelcy/master
...
Auto commit by PR queue bot
2015-12-28 23:55:32 -08:00
k8s-merge-robot
d5b936d699
Merge pull request #19074 from yifan-gu/rkt_doc
...
Auto commit by PR queue bot
2015-12-28 13:17:18 -08:00
k8s-merge-robot
500493a3ac
Merge pull request #18925 from caesarxuchao/refactor-registration
...
Auto commit by PR queue bot
2015-12-24 15:19:36 -08:00
k8s-merge-robot
e340cce2ed
Merge pull request #15423 from hurf/convert_cleanup
...
Auto commit by PR queue bot
2015-12-24 00:34:37 -08:00
Chao Xu
2b5b708b70
Refactor the API registration and installation
2015-12-23 22:44:25 -08:00
k8s-merge-robot
e185b1028a
Merge pull request #18909 from ncdc/force-image-pulls-admission
...
Auto commit by PR queue bot
2015-12-23 14:53:31 -08:00
Chakravarthy Nelluri
fa76de79e5
Add support for flex volume. Flex volume adds support for thirdparty(vendor)
...
volumes and custom mounts.
2015-12-23 14:11:38 -08:00
Yifan Gu
0baf4ba188
docs/rkt: Update the docs to reflect the requirement of rkt api service.
2015-12-23 13:58:03 -08:00
k8s-merge-robot
68cb50e7e4
Merge pull request #18983 from davidxia/fix-doc-typo
...
Auto commit by PR queue bot
2015-12-23 03:29:07 -08:00
gmarek
a4202cbee9
Scheduler and ControllerManager listens on 0.0.0.0
2015-12-23 08:33:25 +01:00
hurf
763edd3011
Clean up standalone conversion tool
...
Remove kube-version-change for all its functionalities are covered
by kubectl convert command. Also changed the related docs.
2015-12-23 10:31:08 +08:00
Brendan Burns
4123a61df7
Add the client side bits of kubectl export
2015-12-22 10:41:59 -08:00
Brendan Burns
4ca66d2aef
Merge pull request #18047 from caesarxuchao/munger-tag-new
...
Stop munger produce the link to a release version doc if it doesn't exit in the release branch
2015-12-22 10:35:20 -08:00
Andy Goldstein
f175a22443
Add admission controller to force image pulls
...
Add an admission controller that forces every container's image pull policy to
Always when a pod is created.
2015-12-22 10:32:40 -05:00
Ed Costello
f968c593e3
Copy edits for typos
2015-12-22 09:30:48 -05:00
HaiyangDING
d9f3607292
Implement multi-scheduler:
...
1. Name default scheduler with name `kube-scheduler`
2. The default scheduler only schedules the pods meeting the following condition:
- the pod has no annotation "scheduler.alpha.kubernetes.io/name: <scheduler-name>"
- the pod has annotation "scheduler.alpha.kubernetes.io/name: kube-scheduler"
update gofmt
update according to @david's review
run hack/test-integration.sh, hack/test-go.sh and local e2e.test
2015-12-22 10:49:40 +08:00
David Xia
ac80a09e24
Fix typo in user guide docs
2015-12-21 15:36:41 -05:00
k8s-merge-robot
c59fad149b
Merge pull request #18941 from smarterclayton/document_typed_ints
...
Auto commit by PR queue bot
2015-12-21 12:16:47 -08:00
Chao Xu
2b2f285777
run hack/update-generated-docs.sh
2015-12-21 10:41:30 -08:00
Clayton Coleman
13ee817310
Document lowercase filenames
2015-12-20 14:38:34 -05:00
Clayton Coleman
a79dc07e07
Document that int32 and int64 must be used in external types
2015-12-20 14:36:34 -05:00
k8s-merge-robot
7a8b9e64bd
Merge pull request #18932 from luxas/dns_docker_guide
...
Auto commit by PR queue bot
2015-12-20 08:29:16 -08:00
k8s-merge-robot
2eea4c0e8f
Merge pull request #18819 from wojtek-t/flag_gate_second_etcd
...
Auto commit by PR queue bot
2015-12-20 00:36:58 -08:00
k8s-merge-robot
1562d84c96
Merge pull request #18628 from mikedanese/expose-master-count
...
Auto commit by PR queue bot
2015-12-19 12:42:05 -08:00
k8s-merge-robot
1bd7f72070
Merge pull request #18764 from quinton-hoole/2015-12-16-issue-priority-definitions
...
Auto commit by PR queue bot
2015-12-19 10:51:03 -08:00
Lucas Käldström
6ab098ec56
Add the default dns options to kubelet when running inside docker and document it
2015-12-19 17:36:36 +02:00
k8s-merge-robot
3c3a24e1d4
Merge pull request #18694 from thockin/airplane_validation_pt7
...
Auto commit by PR queue bot
2015-12-19 03:57:53 -08:00
k8s-merge-robot
9e8233fc3c
Merge pull request #17398 from janetkuo/deployment-controller-informer
...
Auto commit by PR queue bot
2015-12-18 19:13:32 -08:00
k8s-merge-robot
977854b8de
Merge pull request #17983 from nikhiljindal/updateDocsDoc
...
Auto commit by PR queue bot
2015-12-18 15:40:43 -08:00
nikhiljindal
1560696108
Add instructions to run versionize-docs in cherrypick doc
2015-12-18 15:14:57 -08:00
nikhiljindal
37d09ca717
Adding a doc to explain the process of updating release docs
2015-12-18 14:29:51 -08:00
Mike Danese
a09d85bd83
expose master count configuration in a cli option on apiserver
2015-12-18 13:10:41 -08:00
k8s-merge-robot
3700036f95
Merge pull request #18847 from caesarxuchao/release-doc
...
Auto commit by PR queue bot
2015-12-18 10:38:25 -08:00
k8s-merge-robot
ae2fbc6daf
Merge pull request #18777 from erictune/image-doc-fix
...
Auto commit by PR queue bot
2015-12-18 10:37:19 -08:00
k8s-merge-robot
60c26c850f
Merge pull request #18184 from amygdala/docs
...
Auto commit by PR queue bot
2015-12-18 10:34:44 -08:00
Tim Hockin
43ed74748e
Clean up and document validation strings
...
Also add a detail string for Required and Forbidden. Fix tests.
2015-12-18 09:40:50 -08:00
Wojciech Tyczynski
0209792f7b
Update docs about etcd for events
2015-12-18 12:11:42 +01:00
Janet Kuo
32d153093e
Fix deployment tests failures; change ResyncPeriod
2015-12-17 19:29:54 -08:00
Eric Tune
33f1d73967
Update image docs to use .docker/config.json
...
Documents changes in #12717
2015-12-17 17:28:07 -08:00