Alex Mohr
0816fa2072
Add support for more than 500 results to GCE cloud provider API calls
...
for Instance.List and Routes.List which we will definitely have
more than 500 of when supporting 1000 nodes.
Add TODOs for other GCE List API calls to do similar fixes.
Add more logging to GCE's routecontroller.go when creating or deleting routes.
2016-02-26 16:03:01 -08:00
Fabio Yeon
53859b032f
Merge pull request #22067 from derekwaynecarr/ns_controller_errors
...
e2e flake fix: Namespace controller error handling improvements
2016-02-26 15:59:32 -08:00
Janet Kuo
34a97a2433
Remove all deployment e2e tests from flaky list
2016-02-26 15:54:52 -08:00
Fabio Yeon
9eed320088
Merge pull request #21740 from Random-Liu/fix-syncpod-unit-test
...
Fix error logic and leaking goroutine in docker unit test.
2016-02-26 15:51:35 -08:00
Tim St. Clair
2dd4f69e43
switch heapster addon to summary metrics api
2016-02-26 15:48:52 -08:00
Fabio Yeon
97bae1099b
Merge pull request #21661 from AdoHe/describe_container_status_optional
...
make show status in describe.DescribeContainers optional
2016-02-26 15:48:46 -08:00
Fabio Yeon
09dd0f1809
Merge pull request #21639 from jayunit100/cassandra-example-fix
...
Fix broken cassandra test: Up to date containers + RC of 2 nodes with…
2016-02-26 15:48:02 -08:00
Fabio Yeon
7d0684e9c4
Merge pull request #21628 from smarterclayton/suppress_debug_logging
...
Reduce volume of logs generated at v(3)
2016-02-26 15:47:31 -08:00
Fabio Yeon
1065f4f932
Merge pull request #21621 from jayunit100/k8bps-defaultns
...
[examples] k8petstore: connection timeouts + allow blips.
2016-02-26 15:47:00 -08:00
Fabio Yeon
d25449d58e
Merge pull request #21310 from wojtek-t/require_versioner
...
Require versioner in etcdHelper to be non-null.
2016-02-26 15:44:59 -08:00
Phillip Wittrock
0db316970c
Node e2e fix etcd compability issues across versions
2016-02-26 15:44:40 -08:00
Fabio Yeon
68ced25022
Merge pull request #20041 from quinton-hoole/2016-01-22-writing-good-e2e
...
Add document on writing good e2e tests.
2016-02-26 15:39:16 -08:00
Fabio Yeon
a4c9a7c4c0
Merge pull request #19988 from soltysh/annotate_cmd
...
Fix kubectl annotate and label to use versioned objects when operating
2016-02-26 15:38:26 -08:00
Janet Kuo
9185c05a91
When comparing timestamp of pods, kill pods with zero timestamps first
2016-02-26 15:35:06 -08:00
Janet Kuo
2b81e751e1
Better choices of what pods to kill
2016-02-26 15:35:06 -08:00
Brian Grant
f5a92cc13c
Merge pull request #21865 from piosz/cluster-autoscaling-cleanup
...
Cluster autoscaling cleanup
2016-02-26 15:25:55 -08:00
Brian Grant
b96d3be501
Merge pull request #22087 from nikhiljindal/deploymente2e
...
deployment e2e: print out the error
2016-02-26 15:19:25 -08:00
Fabio Yeon
661bfd964f
Merge pull request #22089 from kubernetes/revert-21959-terminated_pods
...
Revert "kubelet: fix duplicated status updates at pod cleanup"
2016-02-26 15:10:33 -08:00
Alex Robinson
f8965a6f41
Fix parsing of kube logs to handle logs split across lines.
...
I didn't expect glog to split single log statements onto multiple lines,
but apparently it does if they're long enough. This groups them back
together appropriately.
2016-02-26 22:58:46 +00:00
Fabio Yeon
30a9cb26bd
Merge pull request #22083 from zmerlynn/take-out-apt-get
...
configure-vm.sh: Only "apt-get update" when we need to install a package
2016-02-26 14:53:28 -08:00
k8s-merge-robot
fb1ee74e78
Merge pull request #21917 from yifan-gu/gce_coreos_cloud_config
...
Auto commit by PR queue bot
2016-02-26 14:50:15 -08:00
Fabio Yeon
a56a315d99
Revert "kubelet: fix duplicated status updates at pod cleanup"
2016-02-26 14:39:11 -08:00
Fabio Yeon
1bd3e83ce4
Merge pull request #22069 from a-robinson/keymutex-v2
...
Protect against race conditions in the service controller
2016-02-26 14:37:37 -08:00
Fabio Yeon
465934f67b
Merge pull request #21772 from matthughes/patch-1
...
Make sure etcd2 actually gets started
2016-02-26 14:36:43 -08:00
nikhiljindal
1eaf760c95
deployment e2e: print out the error
2016-02-26 14:18:56 -08:00
Quinton Hoole
c8bd3b886b
Add document on writing good e2e tests.
2016-02-26 14:15:31 -08:00
Zach Loafman
43cb32ab1c
configure-vm.sh: Only "apt-get update" when we need to install a package
...
Factors out package install and checks for package before "apt-get update"
Also fix another "echo sleep 5".
Fixes #22071
2016-02-26 13:47:36 -08:00
Fabio Yeon
ad2c79517e
Merge pull request #22082 from fabioy/fix-disk-docs
...
Fix docs for read-only PDs.
2016-02-26 13:43:59 -08:00
Fabio Yeon
c94a0856a0
Fix docs for read-only PDs.
2016-02-26 13:39:13 -08:00
Fabio Yeon
027af6359c
Merge pull request #19066 from bboreham/patch-1
...
Default VAGRANT_DEFAULT_PROVIDER when no provider found
2016-02-26 13:26:14 -08:00
Tim St. Clair
198c120036
Detect & fix backwards markdown links (of the form (foo)[bar])
2016-02-26 13:24:21 -08:00
Fabio Yeon
90fce905ce
Merge pull request #21992 from sky-uk/fix-ebs-volume-instance-lookup
...
Fix EBS when hostname is not the node name
2016-02-26 13:21:54 -08:00
Fabio Yeon
a7165042af
Merge pull request #21781 from ncdc/skip-probe-if-container-id-not-set
...
Skip probe if container ID not yet set
2016-02-26 13:20:48 -08:00
Fabio Yeon
caf7b9eba7
Merge pull request #21688 from pmorie/kubectl-describe-pod-config
...
Add describe output for ConfigMap volumes
2016-02-26 13:16:49 -08:00
Fabio Yeon
5de5ecb689
Merge pull request #21501 from swagiaal/hostname-override
...
Enable passing hostname-override through environment variable
2016-02-26 13:15:07 -08:00
Fabio Yeon
802bfc8f5e
Merge pull request #21391 from pmorie/num-nodes-default
...
Fix default for num-nodes in ginkgo-e2e.sh
2016-02-26 13:14:39 -08:00
Fabio Yeon
1460dceea4
Merge pull request #21004 from roberthbailey/gce-e2e-admission-controllers
...
Remove the SecurityContextDeny admission controller so that the testing environment matches the production environment
2016-02-26 13:13:44 -08:00
Fabio Yeon
df4529e33d
Merge pull request #21711 from sjenning/fix-flake-21640
...
increase wait_for_url defaults
2016-02-26 13:10:07 -08:00
Fabio Yeon
fedca86c75
Merge pull request #21884 from swagiaal/remove-be-formatted
...
Remove 'be formatted' from VolumeSource docs
2016-02-26 13:06:01 -08:00
Fabio Yeon
3ce28f5e0c
Merge pull request #22014 from ihmccreery/decouple-node-upgrade
...
Decouple node upgrade from master upgrade
2016-02-26 13:03:18 -08:00
Fabio Yeon
e4dd1e66fb
Merge pull request #22030 from mikedanese/ds-nil
...
fix nil pointer in dameonset controller
2016-02-26 13:01:24 -08:00
Fabio Yeon
bdfbdc72d9
Merge pull request #22057 from gmarek/register
...
Small fix to make tests pass when master node is registered
2016-02-26 13:00:27 -08:00
k8s-merge-robot
192119c2ac
Merge pull request #21610 from fejta/e2etag
...
Auto commit by PR queue bot
2016-02-26 12:52:43 -08:00
Alex Robinson
ab797d1b65
A load balancer should be updated if a service's UID has changed.
...
The load balancer's name is determined by the service's UID. If the
service's UID has changed (presumably due to a delete and recreate),
then we need to recreate the load balancer as well to avoid eventually
leaking the old one.
2016-02-26 20:26:27 +00:00
Alex Robinson
4ce5f68ed0
Protect against race conditions in the service controller.
...
Re-GET the service object when we process it rather than trusting the
delta. This will make for a lot more service get requests given that we
resync all the services every 5 minutes, but will avoid re-ordering of
updates and continually retrying stale updates, as has been described in
a few other issues and PRs.
2016-02-26 20:26:22 +00:00
k8s-merge-robot
a53bf86f40
Merge pull request #21946 from pwittrock/node-e2e-images
...
Auto commit by PR queue bot
2016-02-26 12:18:03 -08:00
Avesh Agarwal
f77bdeb75c
Fix hpa-php-apache.yaml.
2016-02-26 15:05:28 -05:00
Prashanth Balasubramanian
9be53e6319
Strip whitespace when comparing endpoints in services test.
2016-02-26 12:02:14 -08:00
Fabio Yeon
3dab166da4
Merge pull request #21776 from erictune/job-sel-gen
...
Selector generation for batch/v1 Job
2016-02-26 11:58:21 -08:00
Jeff Grafton
7adaf80cc7
Make hack/install-etcd.sh use hack/lib/etcd.sh
2016-02-26 11:54:43 -08:00