Chao Xu
55b0bf0d22
fix e2e
2015-09-17 16:14:03 -07:00
k8s-merge-robot
5fbaa05362
Merge pull request #13697 from ArtfulCoder/kube-proxy-tests
...
Auto commit by PR queue bot
2015-09-17 15:29:44 -07:00
Kris
f4ad00d9ae
Moving Status object to a common package
2015-09-17 14:09:53 -07:00
k8s-merge-robot
7cee028497
Merge pull request #13778 from smarterclayton/unready_endpoints
...
Auto commit by PR queue bot
2015-09-17 11:36:17 -07:00
Clayton Coleman
bf2decce81
Add NotReadyAddresses to Endpoints
...
In many cases clients may wish to view not ready addresses for endpoints
in order to do set membership prior to a pod being ready. For instance,
a pod that uses the service endpoints to connect to other pods under
the same service, but does not want to signal ready before it has
contacted at least a minimal number of other pods.
This is backwards compatible with old servers and clients. There is
an additional cost in size of endpoints before services ramp up, which
will add minor CPU and memory use for services that have a significant
number of pods which have not become ready.
2015-09-17 09:41:56 -04:00
Ewa Socala
997186d10c
CPU & Memory Limit added to RCConfig in autoscaling_utils.go
2015-09-17 15:19:21 +02:00
k8s-merge-robot
400e6856b0
Merge pull request #14036 from socaa/hpa-mem-tests
...
Auto commit by PR queue bot
2015-09-17 00:27:59 -07:00
Abhishek Shah
1752d6350b
kube-proxy test
2015-09-16 22:33:59 -07:00
k8s-merge-robot
5de53988e2
Merge pull request #14086 from jlowdermilk/deflake-kubectl-expose
...
Auto commit by PR queue bot
2015-09-16 20:27:31 -07:00
k8s-merge-robot
7a04c95bc5
Merge pull request #14093 from lavalamp/removeGinkgoDefer
...
Auto commit by PR queue bot
2015-09-16 20:04:11 -07:00
Daniel Smith
4d4bbab7de
Remove unnecessary GinkgoRecover() calls
2015-09-16 17:46:24 -07:00
Jeff Lowdermilk
12010e9832
Add kubectl expose to GCE_PARALLEL_FLAKY_TESTS
...
It's essentially the same as Services.*expose, just using kubectl
instead of client lib.
Fixes #14078
2015-09-16 16:26:36 -07:00
Ewa Socala
e837209f15
Memory dynamic consumption
2015-09-16 14:43:23 +02:00
Mike Danese
52ccf54dab
Add daemon reaper test to kubectl
2015-09-15 18:13:28 -07:00
Mike Danese
54b0faf39a
rebase onto head
2015-09-15 18:13:28 -07:00
gmarek
96a90f45c3
Allow disabling waiting for a service account in e2e tests
2015-09-15 12:49:49 -04:00
k8s-merge-robot
bf641078eb
Merge pull request #13785 from wojtek-t/minion_to_node_2
...
Auto commit by PR queue bot
2015-09-14 23:23:06 -07:00
Jeff Lowdermilk
e25ae7fdb2
Merge pull request #13833 from caesarxuchao/central-latest
...
[WIP] Making a generic latest package
2015-09-14 09:26:58 -07:00
k8s-merge-robot
50d805110a
Merge pull request #13716 from mesosphere/mesos-e2e-provider-independence
...
Auto commit by PR queue bot
2015-09-14 02:49:59 -07:00
Wojciech Tyczynski
53ae56f205
Replace "minion" with "node" in bunch of places.
2015-09-14 11:07:11 +02:00
k8s-merge-robot
4aa412e04d
Merge pull request #13810 from quinton-hoole/2015-09-10-banish-flaky-tests
...
Auto commit by PR queue bot
2015-09-12 21:10:49 -07:00
Mike Danese
3d9a52d8af
add e2e test for changing the labels of a node
2015-09-11 18:32:38 -07:00
Chao Xu
dd6c121d7f
massive changes
2015-09-11 17:31:47 -07:00
Mike Danese
1065872d29
rebase and resolve a huge amount of conflicts to keep this up to date (does this commit have more LOC changed than the original implementation? that would be funny...)
2015-09-11 17:04:34 -07:00
Ananya Kumar
f8e4f5aa17
Add e2e test for daemon
2015-09-11 16:56:08 -07:00
Daniel Smith
4c2adabf42
move; sed replace
2015-09-11 16:03:22 -07:00
Abhishek Shah
44ce4aa423
Create a LB for a K8S with the LB-IP provided by user.
2015-09-10 21:05:06 -07:00
k8s-merge-robot
865359d33d
Merge pull request #13481 from brendandburns/attach3
...
Auto commit by PR queue bot
2015-09-10 20:05:19 -07:00
Daniel Smith
b225c1d47a
Run gofmt (separate commit for easy rebases)
2015-09-10 17:17:59 -07:00
Daniel Smith
15b30b8b09
Move version agnostic parts of client
...
pkg/client/unversioned/cache -> pkg/client/cache
pkg/client/unversioned/record -> pkg/client/record
2015-09-10 17:17:59 -07:00
k8s-merge-robot
a34cdd1e18
Merge pull request #13793 from socaa/millicore-au
...
Auto commit by PR queue bot
2015-09-10 16:30:56 -07:00
tummychow
78ce5da988
Move util.StringSet into its own package
...
A lot of packages use StringSet, but they don't use anything else from
the util package. Moving StringSet into another package will shrink
their dependency trees significantly.
2015-09-10 12:04:15 -07:00
Quinton Hoole
72cfaf4955
Demote namespace e2e test to flaky in parallel (and fix it's name).
2015-09-10 08:55:11 -07:00
Ewa Socala
2201a3bfa8
Milicore to Millicore in autoscaling_utils.go
2015-09-10 14:36:19 +02:00
k8s-merge-robot
a535509fbe
Merge pull request #13747 from mattmoor/prefix-to-hostname
...
Auto commit by PR queue bot
2015-09-09 17:35:58 -07:00
Brendan Burns
682c68c2fb
Address comments, and fix some bugs in kubectl.
2015-09-09 11:48:04 -07:00
Brendan Burns
7f4bca80ba
Add a test for kubectl run --attach=true
2015-09-09 11:48:03 -07:00
k8s-merge-robot
c08ee6673e
Merge pull request #13741 from pmorie/downward-api-volume
...
Auto commit by PR queue bot
2015-09-09 10:26:52 -07:00
Matt Moore
4a94ce46db
Switch from gcr.io/_b_ prefix to b.gcr.io/ to designate bring-your-own-bucket pulls
2015-09-09 10:07:29 -07:00
Paul Morie
561cbcd7c9
Fix typo in downward api volume e2e
2015-09-09 11:48:11 -04:00
Dr. Stefan Schimanski
63e34e3c10
Make Mesos endpoint annotation e2e workaround cluster provider independent
2015-09-09 10:48:41 +02:00
k8s-merge-robot
c8526ad2da
Merge pull request #12497 from amygdala/gb2
...
Auto commit by PR queue bot
2015-09-08 17:59:17 -07:00
k8s-merge-robot
d6128039a5
Merge pull request #13684 from derekwaynecarr/fix_typo_in_resource_consumer
...
Auto commit by PR queue bot
2015-09-08 13:50:30 -07:00
derekwaynecarr
b05c11edac
Fix typo for milicores to millicores
2015-09-08 14:12:08 -04:00
k8s-merge-robot
68e2c3db44
Merge pull request #13665 from wojtek-t/pod_startup_time_metrics
...
Auto commit by PR queue bot
2015-09-08 07:33:43 -07:00
Wojciech Tyczynski
6cdeb7a711
Test whether pod startup latency is good enough.
2015-09-08 15:07:20 +02:00
Jerzy Szczepkowski
61a66a95a6
Merge pull request #13640 from socaa/horizontal-pod-autoscaling-test
...
Horizontal Pod Autoscaling e2e tests
2015-09-08 14:54:17 +02:00
Ewa Socala
3ddbb7d96b
Horizontal Pod Autoscaling e2e tests
2015-09-08 13:28:41 +02:00
Wojciech Tyczynski
b85d0557b4
Revert #13052
2015-09-08 09:40:12 +02:00
k8s-merge-robot
bb3e20e361
Merge pull request #13642 from gmarek/nodecontroller_race
...
Auto commit by PR queue bot
2015-09-07 13:01:59 -07:00