gmarek
19b7c01084
Fix monit config for etcd
2015-02-19 13:11:43 +01:00
Lénaïc Huard
ce7a993269
libvirt-coreos cluster provider
...
libvirt-coreos is a cluster provider for kubernetes that starts local VMs and
runs kubernetes on it.
Its goal is to provide a multi-machines environment to develop and test kubernetes.
The purpose is mostly the same as the vagrant provider but with a big focus on
efficiency. The vagrant cluster takes a long time to boot and consumes a huge
amount of disk space. libvirt-coreos aims at being cheaper. As a consequence,
libvirt-coreos allows to start bigger clusters with more minions than vagrant.
2015-02-19 12:44:35 +01:00
Jerzy Szczepkowski
d614fc7fcc
Fire event for pod when mount fails.
...
Implemented firing event for pod when mount of external volume fails. Fixes #4540 .
2015-02-19 11:08:36 +01:00
Wojciech Tyczynski
702ad7732f
Applied comments
2015-02-19 08:01:16 +01:00
Brendan Burns
c9657cad04
Merge pull request #4319 from justinsb/aws_fixes
...
Fixes to get AWS tests to run
2015-02-18 22:43:46 -08:00
Brendan Burns
664de16c81
Remove kubecfg from the client tools we attempt to distribute.
2015-02-18 22:26:26 -08:00
Jordan Liggitt
945616a6f9
Surface load errors when reading .kubeconfig files
2015-02-18 23:34:51 -05:00
Tim Hockin
ae0062d001
Part 2 of plural ports: make endpoints a struct
...
Includes conversions for v1b[12] and tests and fixups for call sites.
2015-02-18 19:54:15 -08:00
roberthbailey
43088bc58e
Merge pull request #4579 from brendandburns/master
...
Fix update.sh if DOCKER_HUB_USER isn't defined.
2015-02-18 19:43:39 -08:00
Brendan Burns
6e2b733d4b
Fix update.sh if DOCKER_HUB_USER isn't defined.
2015-02-18 19:38:26 -08:00
Tim Hockin
34eaa0dbd6
Part 1 of plural ports: Add protocol to Endpoints
...
This makes it easier to make the second step, which is moving endpoints
to a struct instead of a string.
2015-02-18 18:58:04 -08:00
Yu-Ju Hong
4e0deab57a
Merge pull request #4576 from ghodss/patch-5
...
Update api-conventions.md to fix heading link
2015-02-18 18:37:56 -08:00
Sam Ghods
046c11d5fd
Update api-conventions.md to fix heading link
2015-02-18 18:31:37 -08:00
Jeff Lowdermilk
46cbc700eb
Merge pull request #4573 from roberthbailey/update-sh
...
Remove the numbered shell scripts from the live update example and the update.sh e2e test.
2015-02-18 17:13:50 -08:00
Brian Grant
1ba1c1c4a8
Merge pull request #4541 from yujuhong/lies
...
Remove obsolete comments in types.go
2015-02-18 17:05:56 -08:00
Brian Grant
cf6e990723
Merge pull request #4495 from yujuhong/api_docs
...
Add a brief description on how we handle defaults
2015-02-18 17:03:55 -08:00
Robert Bailey
e0cc7b4138
Remove the numbered shell scripts from the live update example and the
...
update.sh e2e test. They were needlessly obfuscating the actual kubectl
commands being run.
2015-02-18 17:02:44 -08:00
Alex Robinson
9f10f7714b
Fix the e2e --times flag for running tests more than once. Fixes #4555 .
2015-02-18 16:59:40 -08:00
Yu-Ju Hong
48ff578f7a
Merge pull request #4572 from brendandburns/hostPort
...
Remove hostPort from several tests.
2015-02-18 16:54:05 -08:00
Jeff Lowdermilk
64d2dc772d
Merge pull request #4559 from roberthbailey/update-sh-readme
...
Cleanups to the live update example
2015-02-18 16:15:59 -08:00
Yu-Ju Hong
be4ca11f38
Remove obsolete comments in types.go
2015-02-18 16:14:30 -08:00
Brendan Burns
c83c571cc7
Remove hostPort from several tests.
2015-02-18 16:11:46 -08:00
Eric Tune
af67829eca
Merge pull request #4515 from pmorie/secrets_wip
...
Secret volume plugin iteration 1
2015-02-18 15:57:31 -08:00
Yu-Ju Hong
9e291fbfc0
Merge pull request #4547 from dchen1107/podstatus
...
Debugging message for debugging #4500
2015-02-18 15:42:24 -08:00
Alex Robinson
94161a44ee
Pass the GCE project, zone, and master name into e2e.go as flags.
2015-02-18 15:41:36 -08:00
Xiang Li
0e20f7d736
pkg/kubelet: recreate infra pod if the pod is changed
2015-02-18 15:05:16 -08:00
Dawn Chen
8022c74b55
Merge pull request #4473 from xiang90/server
...
pkg/kubelet/server.go: minor fixes
2015-02-18 14:50:51 -08:00
Yu-Ju Hong
6bbde837b8
Merge pull request #4543 from mattf/tpyo
...
fix a few typos i ran into during setup
2015-02-18 14:40:24 -08:00
Dawn Chen
34df171693
Debugging message for debugging #4500
2015-02-18 14:40:24 -08:00
Robert Bailey
972c9262cb
Removed the --zone argument when creating firewalls since it is not a valid argument.
...
See https://cloud.google.com/sdk/gcloud/reference/compute/firewall-rules/create
2015-02-18 14:40:01 -08:00
Robert Bailey
9d83973835
Replace KUBE_REPO_ROOT with KUBE_ROOT to be consistent with usage elsewhere in the repository.
2015-02-18 14:40:01 -08:00
Zach Loafman
6af6de30a8
Merge pull request #4550 from brendandburns/master
...
Add a missing implementation from GKE clusters.
2015-02-18 14:37:16 -08:00
Yu-Ju Hong
faefefc9a8
Merge pull request #4553 from a-robinson/docs
...
Combine the two documentation sections on how to use godeps
2015-02-18 14:31:56 -08:00
Alex Robinson
e752271e83
Combine the two documentation sections on how to use godeps.
2015-02-18 22:16:12 +00:00
Matthew Farrellee
2f67bd9590
unfix Godeps
2015-02-18 17:02:14 -05:00
Alex Robinson
f946aa887b
Migrate the certs.sh e2e test to ginkgo. Issue #4185 .
2015-02-18 13:45:44 -08:00
Brian Grant
079e70e210
Merge pull request #4546 from mikedanese/hook-fix
...
add descriptions to PodCondition struct tags
2015-02-18 13:41:29 -08:00
Brendan Burns
dd912936bc
Add a missing implementation from GKE clusters.
2015-02-18 13:40:00 -08:00
Mike Danese
dd1548347d
add descriptions to PodCondition struct tags
2015-02-18 13:29:56 -08:00
Paul Morie
a42ff94c8f
Add secret volume plugin and e2e test
2015-02-18 16:27:44 -05:00
Jeff Lowdermilk
8fcb47825b
Merge pull request #4488 from bprashanth/remove_utils
...
Teach kubectl to avoid local/util, since its gone.
2015-02-18 13:21:12 -08:00
Xiang Li
6b91901bd3
pkg/kubelet: minor fixes in server.go
2015-02-18 13:18:45 -08:00
Yu-Ju Hong
418f336731
Merge pull request #4322 from bprashanth/nginx_port_collision
...
Modify nginx port to avoid collision with api server
2015-02-18 13:01:29 -08:00
Victor Marmol
860c1cc93a
Merge pull request #4508 from bprashanth/handle_stats_500
...
Cadvisor interface returns richer errors to the kubelet server #4127
2015-02-18 12:59:47 -08:00
Yu-Ju Hong
69318a118c
Fix hack/verify-description.sh to actually surface the error
2015-02-18 12:56:46 -08:00
Prashanth Balasubramanian
6fb36dc0bc
Teach kubectl to avoid local/util, since its gone.
2015-02-18 12:43:20 -08:00
Matthew Farrellee
0d2d6ed61e
fix spelling of separate
2015-02-18 14:42:40 -05:00
Matthew Farrellee
b644f63a4b
fix spelling of privileged
2015-02-18 14:42:40 -05:00
Zach Loafman
bb8d4e582c
Merge pull request #4511 from ixdy/jenkins-ginkgo-exit-status
...
Jenkins e2e tests: only fail on infrastructure errors and disable colors
2015-02-18 11:42:26 -08:00
Jeff Grafton
502b95f045
Jenkins e2e tests: ignore test exit status.
...
Since Jenkins has hopefully been set up properly to read test failures
from junit*.xml files, only exit with a nonzero status when there are
infrastructure failures. If there are only test failures, the nonzero
exit status will be ignored.
Also, disable Ginkgo's colors to make the Jenkin console logs more
readable.
2015-02-18 11:32:41 -08:00