Commit Graph

9536 Commits

Author SHA1 Message Date
Robert Bailey
39bc39315b Add documentation to help new contributors with write access
from accidentally pushing upstream.
2015-04-15 20:51:49 -07:00
Derek Carr
2823576194 Merge pull request #6892 from derekwaynecarr/fix_vagrant
Vagrant should not block on daemons that moved to pods
2015-04-15 23:18:20 -04:00
derekwaynecarr
d1668b1dfa Vagrant should not block on daemons that moved to pods 2015-04-15 23:15:34 -04:00
Kenjiro Nakayama
9a7b842d17 Replace obsolete tests option 2015-04-16 11:49:55 +09:00
BUSSY Jean-Daniel
4115d78bc8 Fixes getting started aws/cloud-configs/node.yaml
Fixes 
https://github.com/GoogleCloudPlatform/kubernetes/issues/6555
2015-04-16 11:49:03 +09:00
Alex Robinson
f390dc7918 Update the prometheus library and its dependencies to the most recent versions.
The process metrics on the master have been missing since sometime
between 0.13 and 0.14, and updating the libraries fixes them.

My hypothesis is that our switch away from using cgo to build statically
linked binaries caused the breakage by causing prometheus's process metric
collector, which had cgo-specific build logic, to be disabled. Prometheus
has since changed that logic.
2015-04-16 02:29:41 +00:00
Tim Hockin
6781441307 Merge pull request #6883 from litian54/dev
Fix Jinja render bug if 'portal_net' or 'cluster_name' is undefined
2015-04-15 17:25:53 -07:00
litian54
b5e4111234 Fix Jinja render bug if 'portal_net' or 'cluster_name' is undefined 2015-04-15 17:17:38 -07:00
Daniel Smith
835a87aed2 Merge pull request #6857 from wojtek-t/fix_scheduler_nodes
Fix listing nodes in scheduler
2015-04-15 17:05:04 -07:00
Tim Hockin
5e30997aeb Merge pull request #6871 from ironcladlou/rolling-update-refactor
Use narrowly scoped interfaces for client access
2015-04-15 17:01:58 -07:00
Jeff Grafton
43c6a5eba4 Merge pull request #6847 from quinton-hoole/2015-04-14-namespace-for-services-e2e
Move remaining tests in e2e/service.go to unique namespaces.
2015-04-15 16:02:03 -07:00
Quinton Hoole
34a2c6542a Move remaining tests in e2e/service.go to unique namespaces.
This prevents multiple runs of the same test from trampling on each other,
both serially and in parallel.
2015-04-15 15:38:55 -07:00
Brian Grant
0709dc6aa1 Merge pull request #6837 from quinton-hoole/2015-03-09-Ubernetes-RFC
Cluster Federation RFC
2015-04-15 15:13:50 -07:00
Brian Grant
8c213bb119 Merge pull request #6840 from bgrant0607/docfix
Updated API conventions and other details, per #6133.
2015-04-15 14:26:30 -07:00
Timothy St. Clair
a7fb93bb55 Disable guestbook test for non-gce|gke due to
"createExternalLoadBalancer": true
2015-04-15 16:14:48 -05:00
Victor Marmol
abab9ea31f Merge pull request #6844 from yifan-gu/cleankube
kubelet: Clean up computePodContainerChanges.
2015-04-15 13:53:21 -07:00
Dan Mace
bd7b719944 Make default impls private 2015-04-15 16:50:08 -04:00
Satnam Singh
4c0f06ec66 Convert es-image for gcr.io 2015-04-15 16:28:02 -04:00
Victor Marmol
24df692b48 Merge pull request #6872 from yujuhong/fix_lock
Fix locking issue in pod manager
2015-04-15 13:15:42 -07:00
Daniel Smith
1ea2c3ba48 Merge pull request #6754 from wojtek-t/list_with_single_element
Support List() with single-matchers
2015-04-15 12:43:47 -07:00
Yu-Ju Hong
967405f0bb Fix locking issue in pod manager 2015-04-15 11:39:57 -07:00
Alex Robinson
4e7248e47b Make client service requests use the default timeout now that external
load balancers are created asynchronously.
2015-04-15 18:37:53 +00:00
Dan Mace
312ccad3c1 Use narrowly scoped interfaces for client access
Use custom narrowly scoped interfaces for client access from the
RollingUpdater and Resizer. This allows for more flexible downstream
integration and unit testing without imposing a burden to implement
the entire client.Interface for just a handful of methods.
2015-04-15 14:28:59 -04:00
Saad Ali
6cfce2c7ee Merge pull request #6822 from derekwaynecarr/send_events_replication_controller
Replication controller gives failedCreate events
2015-04-15 11:27:23 -07:00
Victor Marmol
902e1196ac Merge pull request #6867 from pmorie/libcontainer-bug
Remove workaround for libcontainer Getfilecon bug
2015-04-15 11:02:46 -07:00
Eric Tune
3565a0861c Merge pull request #6864 from liggitt/generic_405_error
Add a more descriptive message for 405 errors
2015-04-15 10:59:17 -07:00
Quinton Hoole
7d9adad916 Merge pull request #6724 from nikhiljindal/beta1
Updating test/integration to use testapi.Version everywhere
2015-04-15 10:58:25 -07:00
Dawn Chen
d912398d07 Merge pull request #6813 from vmarmol/in-container
Run Kubelet and Kube-proxy in resource-only containers.
2015-04-15 10:37:00 -07:00
Paul Morie
68f22a40f3 Remove workaround for libcontainer Getfilecon bug
https://github.com/docker/libcontainer/issues/499 has been fixed
2015-04-15 13:29:20 -04:00
Brian Grant
775787bb4c Merge pull request #6849 from nikhiljindal/validation
Updating api/validation/schema_test to test testapi.Version rather than just v1beta1
2015-04-15 10:25:54 -07:00
Brian Grant
29e68ad392 Merge pull request #6790 from nikhiljindal/encoder
Removing references to v1beta1 from hack/ and test/
2015-04-15 10:25:33 -07:00
Yifan Gu
3b28c6262b kubelet: Clean up computePodContainerChanges.
More `continue`, less `else` to make it less indent and more readable.
2015-04-15 10:13:57 -07:00
Quinton Hoole
0609b9e71d Merge pull request #6712 from quinton-hoole/2015-04-10-remove-hostip-check-from-rc-e2e
Remove check for host IP from e2e test for replication controller
2015-04-15 10:06:03 -07:00
Robert Bailey
ad59fb5ec4 Merge pull request #6817 from timothysc/kube-e2e-shell
Disable shell test for non-gce providers
2015-04-15 09:21:46 -07:00
Tim Hockin
ce9c100cb3 Merge pull request #6865 from sandric/patch-1
Update services.md
2015-04-15 09:03:15 -07:00
sandric
f0c3f372a5 Update services.md
Fix pods docs link
2015-04-15 18:46:26 +03:00
Jordan Liggitt
dde8c7156b Add a more descriptive message for 405 errors 2015-04-15 11:28:12 -04:00
Abhi Shah
72a694b6b3 Merge pull request #6823 from ArtfulCoder/scheduler-in-a-pod
Scheduler in a pod
2015-04-15 08:27:28 -07:00
Timothy St. Clair
0df7309db2 Disable shell test for non-gce|gke providers 2015-04-15 10:15:26 -05:00
Piotr Szczesniak
e2bf59f57c Merge pull request #6861 from marekbiskup/typoFix
fixed typo in doc (secrets)
2015-04-15 15:41:41 +02:00
Marek Biskup
013a10b320 fixed typo in doc (secrets) 2015-04-15 15:32:00 +02:00
Wojciech Tyczynski
20f39cd788 Merge pull request #6836 from lavalamp/fix4
add missing syncronization
2015-04-15 15:25:43 +02:00
Wojciech Tyczynski
afb94c43b1 Fix listing nodes in scheduler 2015-04-15 14:26:25 +02:00
Filip Grzadkowski
3c0b6b55dc Merge pull request #6854 from wojtek-t/retry_density
Retry listing pods in density test in case of error
2015-04-15 12:35:46 +02:00
Wojciech Tyczynski
6feaf8ee4f Support List() single-matchers 2015-04-15 12:10:43 +02:00
Filip Grzadkowski
da999e0ff1 Merge pull request #6853 from wojtek-t/smaller_disk_in_scalability
Enable configuring size of disk of minions in e2e tests
2015-04-15 11:50:35 +02:00
Wojciech Tyczynski
79f776b92c Retry density 2015-04-15 11:22:50 +02:00
Wojciech Tyczynski
4094505f84 Enable configuring size of minion disk 2015-04-15 11:19:43 +02:00
Jeff Grafton
0ea87e4864 Merge pull request #6850 from wojtek-t/bigger_cluster
Use 100-node cluster in performance tests on Jenkins
2015-04-15 00:41:50 -07:00
Wojciech Tyczynski
586bae7948 Bigger performance test cluster 2015-04-15 09:25:35 +02:00