Sami Wagiaalla
608012db16
Add cmd.Run error as in addition to stdout and stderr
2016-01-13 16:08:39 -05:00
Weixu Zhuang
2af68d25b8
resolve the bug when cluster CIDR is not /8
...
We will have the rigth formula to generate correct maxCIDRs now.
Previous code assume cluster CIDR is /8 which may not be true.
Now it generates maxCIDR based on the info of cluster IP.
2016-01-13 11:55:19 -08:00
Quinton Hoole
8c5edb6771
Remove accidental cruft from compute-resources.md document.
2016-01-13 11:52:01 -08:00
Hongchao Deng
c5cebf44ce
typo fix in watch_cache.go
2016-01-13 11:23:34 -08:00
k8s-merge-robot
e7f29514ab
Merge pull request #19307 from caesarxuchao/remove-namespaceifscoped
...
Auto commit by PR queue bot
2016-01-13 11:01:54 -08:00
k8s-merge-robot
905d6b63b5
Merge pull request #19121 from gtaylor/patch-4
...
Auto commit by PR queue bot
2016-01-13 10:28:10 -08:00
Daniel Smith
5c556b1b87
Merge pull request #19566 from spxtr/pod-disks-slow
...
Label the very slow pod disk tests [Slow].
2016-01-13 10:26:01 -08:00
Yu-Ju Hong
b56ed1a8c2
Support populating the runtime cache in PLEG
...
This changes does not turn on this feature (cache) for kubelet.
2016-01-13 10:19:47 -08:00
Yu-Ju Hong
032c0a4074
Add container.Cache for storing container.PodStatus
...
This cache will be used to stores the PodStatus of all pods/containers
visible on the node. This will elimiate the need for pod workers to query the
container runtime directly.
2016-01-13 10:19:47 -08:00
Chao Xu
6a104ee46c
move SwaggerSchema to DiscoveryClient
2016-01-13 10:11:53 -08:00
Chao Xu
144b5acd08
move ServerVersion to DiscoveryClient
2016-01-13 10:11:52 -08:00
k8s-merge-robot
cfd046f73f
Merge pull request #19594 from ZJU-SEL/fix-indices
...
Auto commit by PR queue bot
2016-01-13 09:15:25 -08:00
k8s-merge-robot
25c31b6cc8
Merge pull request #19588 from mikedanese/boiler
...
Auto commit by PR queue bot
2016-01-13 09:15:22 -08:00
gmarek
ba8efbddea
Add explicit start and end to JSON encoded test data for easier parsing
2016-01-13 15:57:57 +01:00
harry
080cb60dab
Fix duplicated rate limit in scheduler
...
Remove BindingRateLimiterSaturation metrics
Update generated doc
2016-01-13 20:51:55 +08:00
k8s-merge-robot
e1a71fefaa
Merge pull request #19306 from yifan-gu/kubelet_service_e2e
...
Auto commit by PR queue bot
2016-01-13 03:33:13 -08:00
He Simei
7dacd3fe61
use param indices
2016-01-13 19:23:58 +08:00
k8s-merge-robot
cf7d2af14a
Merge pull request #19086 from mikedanese/fix-build
...
Auto commit by PR queue bot
2016-01-13 02:12:44 -08:00
k8s-merge-robot
9e66a8f134
Merge pull request #18855 from deads2k/gv-stop-reverse
...
Auto commit by PR queue bot
2016-01-13 01:37:31 -08:00
k8s-merge-robot
077d1ddb61
Merge pull request #16713 from mqliang/RecreateDeployment
...
Auto commit by PR queue bot
2016-01-13 01:04:51 -08:00
Bharath Thiruveedula
c323bf6843
Add ./kubernetes to .gitignore
...
This patch avoids adding ./kubernetes to git staging
2016-01-13 12:36:20 +05:30
k8s-merge-robot
32e4696ea5
Merge pull request #18404 from janetkuo/kubectl-for-deployment
...
Auto commit by PR queue bot
2016-01-12 22:59:13 -08:00
k8s-merge-robot
c475b4ee35
Merge pull request #18611 from timstclair/allocatable-impl2
...
Auto commit by PR queue bot
2016-01-12 22:48:12 -08:00
k8s-merge-robot
a59be26fb0
Merge pull request #19347 from mikedanese/retrofit-scheduler
...
Auto commit by PR queue bot
2016-01-12 22:13:42 -08:00
Mike Danese
a6589f7d38
hack: ignore cluster/env.sh in boilerplate check
...
This is used for user configuration overrides in cluster/. We should not
enforce the boilerplate headers in this file.
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-12 22:04:33 -08:00
Mike Danese
f71657d9a6
retrofit the scheduler with the leader election client.
...
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-12 21:37:03 -08:00
k8s-merge-robot
a47c170377
Merge pull request #19356 from mikedanese/le-2
...
Auto commit by PR queue bot
2016-01-12 21:33:34 -08:00
mqliang
92798408af
implement reconcileRecreateDeployment
2016-01-13 11:27:26 +08:00
Clayton Coleman
389d5e48cb
Skip format and mount test on windows or mac
2016-01-12 21:43:50 -05:00
k8s-merge-robot
3f2e99b7e7
Merge pull request #19375 from pwittrock/retry
...
Auto commit by PR queue bot
2016-01-12 17:03:47 -08:00
Tim St. Clair
e2ffd007f7
Implement node Allocatable
...
Add `kube-reserved` and `system-reserved` flags for configuration
reserved resources for usage outside of kubernetes pods. Allocatable is
provided by the Kubelet according to the formula:
```
Allocatable = Capacity - KubeReserved - SystemReserved
```
Also provides a method for estimating a reasonable default for
`KubeReserved`, but the current implementation probably is low and needs
more tuning.
2016-01-12 17:00:43 -08:00
Janet Kuo
c492462f90
Address comments; more details about deployment versions
2016-01-12 16:26:04 -08:00
Janet Kuo
f6f0d183e0
Address comments
2016-01-12 16:26:04 -08:00
Janet Kuo
1c606b6532
Proposal for deploy in kubectl
2016-01-12 16:26:04 -08:00
Yu-Ju Hong
4ab505606b
Always overwrite items in kubelet's work queue
...
This allows kubelet to change the next sync time based on the last result.
2016-01-12 16:25:19 -08:00
Yu-Ju Hong
73a4f8225c
PLEG should report events if a container is removed
...
Currently, pleg would report a event if a container transitions from running to
exited between relisting. However, if would not report any event if a container
gets stopped and removed between relisting. This event will eventually be
handled when the pod syncs periodically, but this is undesirable. This change
ensures that we detect all such events.
2016-01-12 16:25:19 -08:00
Madhusudan.C.S
4caa8a2c1d
Move pod template hash and label adding util functions to their packages.
...
These utilities are useful outside Deployments as well, for example
in DaemonSets for DaemonSet updates. So move them to their own util
packages.
2016-01-12 16:11:00 -08:00
Isaac Hollander McCreery
8f401fb0d5
Merge pull request #19372 from ihmccreery/upgrade-jobs
...
Move upgrade jobs to version control
2016-01-12 16:03:01 -08:00
Yifan Gu
fb5ee7397b
e2e: Add support for getting kubelet logs from journald.
...
If there is any successful detection of kubelet.service,
fetch the kubelet logs using journalctl.
2016-01-12 15:52:46 -08:00
Mike Danese
bf763bba95
Merge pull request #19498 from pwittrock/nodelabels
...
Node labels: Remove node-labels-file command line option. Change --n…
2016-01-12 15:12:57 -08:00
Janet Kuo
c2463a5aef
Generalize name of expectations since they aren't only used for pods
2016-01-12 14:48:57 -08:00
Janet Kuo
e1554c0f4d
Fix flaky e2e: Use expectation model for deployment's new rc creation
2016-01-12 14:48:57 -08:00
k8s-merge-robot
6d367480f9
Merge pull request #19267 from caesarxuchao/options-client-gen
...
Auto commit by PR queue bot
2016-01-12 14:23:21 -08:00
Greg Taylor
bed707a5e2
Alphabetize user contributed libraries list.
2016-01-12 14:20:33 -08:00
k8s-merge-robot
0df7e695d4
Merge pull request #19458 from davidopp/notsclose
...
Auto commit by PR queue bot
2016-01-12 13:53:13 -08:00
Joe Finney
ce6114d5ae
Label the very slow pod disk tests [Slow].
2016-01-12 13:48:52 -08:00
k8s-merge-robot
3cf31e0291
Merge pull request #19339 from wallnerryan/flocker-docs-update
...
Auto commit by PR queue bot
2016-01-12 13:12:36 -08:00
Nikhil Jindal
0f3cf1095e
Merge pull request #19438 from nikhiljindal/apiServerLibrary
...
api server library: Extracting out code to run a http server
2016-01-12 13:11:18 -08:00
Phillip Wittrock
f1c8384ff4
Node labels: Remove node-labels-file command line option. Change --node-label format from key=value to key:value to be consitent with how the header key:value is specified on command line.
2016-01-12 12:57:12 -08:00
Random-Liu
acb74454dc
Format reconcile log with format.Pod(pod)
2016-01-12 12:03:16 -08:00