Chao Xu
dd6c121d7f
massive changes
2015-09-11 17:31:47 -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
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
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
gmarek
e1e3101e75
Add a sleep in resize_nodes test to allow NodeController's Watch to catch up
2015-09-07 15:04:59 +02:00
k8s-merge-robot
06b251e7cd
Merge pull request #13600 from quinton-hoole/2015-08-04-deflake-service-endpoints-latency-e2e
...
Auto commit by PR queue bot
2015-09-07 05:17:14 -07:00
Dai Zuozhuo
2e2ef3e830
change -o template to -o go-template=...
2015-09-05 22:30:47 +08:00
Chao Xu
9fc79e9d99
refactor testapi and test scripts to prepare for multiple API groups.
2015-09-04 18:01:32 -07:00
Quinton Hoole
4f5fdfb08b
Increase service latency 99th percentile limit from 40s to 50s
2015-09-04 11:45:52 -07:00
Andy Goldstein
c83786979c
Various exec fixes
...
If stdin is noninteractive, the io.Copy from stdin to remoteStdin will
unblock when it finishes reading from stdin. In this case, make sure to
close remoteStdin so the server knows the client won't be sending any
more data. This ensures that the remote process terminates. For example:
echo foo | kubectl exec -i <pod> -- cat
Without this change, the `cat` process never terminates and `kubectl
exec` hangs.
Fix interactive exec sessions hanging after you type 'exit'.
Add e2e test to cover noninteractive stdin: `echo a | kubectl exec -i <pod>
cat`
Add e2e test to cover psuedo-interactive stdin: `kubectl exec -i <pod> bash`
Prep for sending multiple data frames over multiple streams in remote command
test, which is more likely to find flakes (requires bump of spdystream
once an issue with the frame worker queues not being fully drained when
a goaway frame is received).
2015-09-04 10:40:53 -04:00
Piotr Szczesniak
cbce3a1ab8
Merge pull request #13315 from quinton-hoole/2015-08-27-speed-up-e2e
...
Create fewer pods in Scheduler Predicates e2e test to speed things up.
2015-09-04 13:47:18 +02:00
Piotr Szczesniak
e724a5210a
Merge pull request #13243 from socaa/dynamic-cpu-consumption
...
Dynamic cpu consumption
2015-09-04 09:43:36 +02:00
Amy Unruh
3574999fa3
Use GCR images from 'google-samples' project; allow switch on whether dns service is
...
supported, or to use env vars to get service host info.
Test change to reflect php filename change.
2015-09-03 19:14:24 -07:00
Abhi Shah
380d7d9591
Merge pull request #13564 from a-robinson/beta
...
Switch from `gcloud beta container` to just `gcloud container`.
2015-09-03 13:09:25 -07:00
k8s-merge-robot
5d8a6049be
Merge pull request #12848 from wojtek-t/private_watch_cache
...
Auto commit by PR queue bot
2015-09-03 13:06:18 -07:00
Alex Robinson
edf692622c
Switch from `gcloud beta container` to just `gcloud container`.
2015-09-03 18:19:25 +00:00
Abhi Shah
473c51593a
Merge pull request #13502 from jszczepkowski/e2e-clustersize
...
e2e test function waitForClusterSize waits for not-ready nodes to go out.
2015-09-03 11:15:54 -07:00
Ewa Socala
4f282efb11
Added autoscaling utils for dynamic consumption of CPU
2015-09-03 09:15:12 +02:00
Brendan Burns
2df5010834
Merge branch 'sdminonne-container_sidecar'
2015-09-02 10:42:08 -07:00
Brendan Burns
74ef517097
Merge pull request #6649 from rootfs/wip-cephfs
...
add Ceph FS volume plugin
2015-09-02 09:48:15 -07:00
Marcin Wielgus
3e9932557d
Merge pull request #13052 from pmorie/podip-fix
...
Fix race condition for consuming podIP via downward API
2015-09-02 16:04:01 +02:00
Wojciech Tyczynski
4d702d2fd5
Fix scalability test suite
2015-09-02 11:53:37 +02:00
Jerzy Szczepkowski
1d450ad3d1
Fixed e2e test waitForClusterSize function to wait for not-ready nodes to go out.
...
Fixed e2e test waitForClusterSize function to wait for not-ready nodes to go out. Fixes #13440 .
2015-09-02 10:55:59 +02:00
k8s-merge-robot
0a062c5b24
Merge pull request #11942 from ironcladlou/rolling-update-availability
...
Auto commit by PR queue bot
2015-09-01 16:51:13 -07:00
Salvatore Dario Minonne
f4dc0653aa
adding downward api volume plugin
2015-09-01 22:23:03 +02:00
Derek Carr
a7e47cada2
Merge pull request #12963 from smarterclayton/enable_graceful
...
Enable graceful deletion of pods (7/7)
2015-09-01 15:07:29 -04:00
Huamin Chen
fe559f2726
implement Ceph FS volume plugin and add to e2e volume test
...
Signed-off-by: Huamin Chen <hchen@redhat.com>
2015-09-01 14:05:17 -04:00
Dan Mace
da5e4d7bd5
Rolling updater availability enhancements
...
Enhance the rolling updater to support maintaining minimum pod
availability for the duration of the update process.
2015-09-01 12:54:08 -04:00
Paul Morie
4ff66bd70a
Fix race exposing pod IP via downward API
2015-08-31 19:18:58 -04:00
Wojciech Tyczynski
e202f9c797
Add resource version to Store Replace params.
2015-08-31 09:49:12 +02:00