Commit Graph

17101 Commits

Author SHA1 Message Date
Wojciech Tyczynski
6dfe5b4b5a Refactoring of watch etcd tests. 2015-09-01 09:24:16 +02:00
Wojciech Tyczynski
9345379467 Revert "Revert "Revert "Bump cadvisor godep""" 2015-09-01 09:00:36 +02:00
feihujiang
da03746b22 Aggregate errors when validate kubectl required parameters 2015-09-01 14:34:31 +08:00
Brendan Burns
d993b8891d Addressed changes 2015-08-31 21:13:37 -07:00
Brendan Burns
855c7cedcc Address comments. 2015-08-31 21:13:37 -07:00
Brendan Burns
b196d0f84b Add support for installing custom object APIs 2015-08-31 21:13:36 -07:00
Brendan Burns
7bfc8b5f37 Add dynamic APIs 2015-08-31 21:13:07 -07:00
Brendan Burns
828e4d35a7 Add a storage implementation for thirdpartyresources. 2015-08-31 21:11:43 -07:00
He Simei
f5bdea836e specify gc 2015-09-01 10:16:20 +08:00
Janet Kuo
22ec272494 Change deprecated 'kubectl stop' to 'delete' 2015-08-31 18:04:04 -07:00
Yu-Ju Hong
13b268b378 kubelet: define the minimum housekeeping period
Before, kubelet performs global cleanup tasks every iteration. After the
PR #13003, kubelet performs the tasks on every sync internval (10 seconds).
This PR decouples the housekeeping period with the sync internval to ensure
that kubelet cleans up promptly, while not too often (no more than once every
minimum housekeeping period).
2015-08-31 17:28:20 -07:00
Tim Hockin
f0a9badd2d Don't take the proxy mutex in the traffic path
This should make throughput better on the userspace proxier.

Fixes #11977
2015-08-31 17:01:52 -07:00
Janet Kuo
94b4659b7b Enable kubectl rolling-update rc name bash completion 2015-08-31 16:37:44 -07:00
Paul Morie
4ff66bd70a Fix race exposing pod IP via downward API 2015-08-31 19:18:58 -04:00
Dan Winship
37942f16a6 Add a mockable dbus interface to pkg/util 2015-08-31 18:00:35 -04:00
Quinton Hoole
5b853a2384 Skip GCE_SKIP and GCE_FLAKY e2e tests when soak testing. 2015-08-31 14:58:50 -07:00
nikhiljindal
ac0b060e62 Adding a kubectl resource printer for deployments 2015-08-31 14:57:02 -07:00
k8s-merge-robot
2f9652c7f1 Merge pull request #13349 from nikhiljindal/daemonEtcdTest
Auto commit by PR queue bot
2015-08-31 14:54:28 -07:00
k8s-merge-robot
044e4854e1 Merge pull request #13347 from nikhiljindal/expDeployment
Auto commit by PR queue bot
2015-08-31 14:31:23 -07:00
k8s-merge-robot
aaeea87e1e Merge pull request #13317 from liggitt/recover_panics
Auto commit by PR queue bot
2015-08-31 14:07:47 -07:00
k8s-merge-robot
9379b0b7d9 Merge pull request #13124 from linzichang/master
Auto commit by PR queue bot
2015-08-31 13:39:32 -07:00
Jordan Liggitt
b5e8f7aa41 Recover panics in finishRequest, write correct API response 2015-08-31 14:55:18 -04:00
Edward Muller
63207741de go fmt these 2015-08-31 11:29:33 -07:00
Edward Muller
69da77c6b0 s:code.google.com/p:github.com/scalingdata:
Because code.google.com is going away. Probably #1 of several.
2015-08-31 11:29:33 -07:00
nikhiljindal
13ecd8a72c Adding deployment registry and exposing deployments in master 2015-08-31 10:47:04 -07:00
Sami Wagiaalla
4a33c9cb44 Add SharedCredentials Provider to AWS
This will allows authentication with the AWS API using the
~/.aws/credentials file which is created by runnign 'aws configure' on
a node.

Signed-off-by: Sami Wagiaalla <swagiaal@redhat.com>
2015-08-31 11:20:46 -04:00
Dan Winship
1d90c6d537 Use iptables --wait flag if available
Use iptables --wait (if available) to avoid race conditions with
util.iptables failing if it tries to modify the tables at the same
time as another process.
2015-08-31 10:00:19 -04:00
Dan Winship
6bab1adfd1 Check iptables for -C flag at construct time
Also, reorganize the code a bit in preparation for checking for
another flag as well. And, if semver.NewVersion() returns an error, it
means there's a bug in the code somewhere (we should only ever be
passing it valid version strings), so just log that error rather than
returning it to the caller.
2015-08-31 09:54:57 -04:00
Dan Winship
a41e422600 Drop the "v" from GetIptablesVersionString() output
Neither of its callers wants it
2015-08-31 09:54:57 -04:00
Dan Winship
97a2cbc6ef Fix some incorrect test debug output on error 2015-08-31 09:54:57 -04:00
Daniel Schierbeck
08eec7c6b9 Fix a typo in the documentation 2015-08-31 10:42:34 +02:00
k8s-merge-robot
cb2252b57f Merge pull request #13296 from kubernetes/revert-13248-revert-13191-cadvisor-update
Auto commit by PR queue bot
2015-08-31 01:11:43 -07:00
Wojciech Tyczynski
d318b22f65 Move WatchCache to pkg/storage 2015-08-31 09:49:12 +02:00
Wojciech Tyczynski
e202f9c797 Add resource version to Store Replace params. 2015-08-31 09:49:12 +02:00
Piotr Szczesniak
dac19e680e Fixed links in initial-resources proposal 2015-08-31 09:30:11 +02:00
Jerzy Szczepkowski
66a644b275 Merge pull request #13237 from andyzheng0831/trusty
Support kube-registry-proxy addon in trusty nodes
2015-08-31 09:21:32 +02:00
Harry Zhang
d70b565e55 Fix inconsistency path in GOPATH doc
we set up $KPATH/src/k8s.io/kubernetes directory, but ask user to `cd` into $KPATH/src/github.com/kubernetes

Close this if I made mistaken this
2015-08-31 15:19:53 +08:00
Jerzy Szczepkowski
3f1a94f48f Merge pull request #13304 from alexwlchan/patch-1
Fix typos in namespaces.md
2015-08-31 09:19:35 +02:00
Jerzy Szczepkowski
86fb79da05 Merge pull request #13314 from yujuhong/supervisor_log
e2e: collect supervisord.log
2015-08-31 09:19:03 +02:00
Jerzy Szczepkowski
431af7f714 Merge pull request #13356 from shaunparker/fix-elasticsearch-example
Bug fix for Elasticsearch Example
2015-08-31 09:18:40 +02:00
qiaolei
b7e330c7b7 Fix dead link in event_compression.md
Where `pkg/client/record/event.go` should be `pkg/client/unversioned/record/event.go`
2015-08-31 14:39:44 +08:00
James DeFelice
a5fa5673e2 rewrite Process implementation from scratch, unskip previously failing test:
- fix races in unit tests
- fix flaky singleActionEndsProcess test; further simplify Process impl
- fix flakey error handling in processAdapter
- eliminate time-based test assertions
2015-08-31 06:05:51 +00:00
k8s-merge-robot
fc5604e23f Merge pull request #13300 from soltysh/make_verify2
Auto commit by PR queue bot
2015-08-30 23:03:58 -07:00
Brendan Burns
9f3ef68ebc integrate bandwidth shaping and the kubelet. 2015-08-30 22:24:09 -07:00
k8s-merge-robot
de60651cc0 Merge pull request #12858 from MatMaul/master
Auto commit by PR queue bot
2015-08-30 21:46:50 -07:00
k8s-merge-robot
4a7115d272 Merge pull request #11955 from pedro-r-marques/flag_resolv_conf
Auto commit by PR queue bot
2015-08-30 21:03:54 -07:00
Sreekanth Pothanis
f5da6b34ce Cinder Volume Plugin 2015-08-30 19:56:27 -07:00
Clayton Coleman
e5600f7a84 Dump more pod status when an e2e test fails 2015-08-30 18:25:54 -04:00
Clayton Coleman
f9590a33fd Enable graceful deletion by enabling pods 2015-08-30 18:25:53 -04:00
k8s-merge-robot
a078eba5b3 Merge pull request #13133 from feihujiang/changePortForwardExampleWithoutPFlag
Auto commit by PR queue bot
2015-08-30 12:02:43 -07:00