Fabio Yeon
|
b1465aee0b
|
Merge pull request #9738 from quinton-hoole/2015-06-12-fix-e2e-projects
Add missing gcloud --project flags introduced by PR #9016
|
2015-06-15 09:53:36 -07:00 |
|
Fabio Yeon
|
18a3932585
|
Merge pull request #9265 from mesosphere/upstream-k8sm-cm-and-km
Upstream Kubernetes Mesos controller manager and km binary
|
2015-06-15 09:28:12 -07:00 |
|
Jeff Mendoza
|
7540ae3cff
|
Update Wordpress and Meteor example README's
Update to be more explicit about using GCE persistent disks, and provide
a quick list of prereqs.
|
2015-06-15 09:10:04 -07:00 |
|
jhadvig
|
ad36f5d2f1
|
Making error msg for updating resource version more clear
|
2015-06-15 17:05:08 +02:00 |
|
Clayton Coleman
|
bdbf477207
|
REST Client metrics capture grows unbounded
The URLs were unique by namespace and query parameter value, which means
an infinite number of metrics counters could be created.
|
2015-06-15 11:03:20 -04:00 |
|
James DeFelice
|
f956f23d37
|
move the container name fix to NewTestPod to avoid breakage in other unit tests in the future
|
2015-06-15 14:30:48 +00:00 |
|
Marek Grabowski
|
e1a03ed737
|
Merge pull request #9797 from fgrzadkowski/fix_error_msg
Fix error message for missing imagePullPolicy
|
2015-06-15 16:29:04 +02:00 |
|
Filip Grzadkowski
|
cdc5034ce4
|
Fix error message for missing imagePullPolicy
|
2015-06-15 16:02:32 +02:00 |
|
Marek Grabowski
|
01f0eac2bd
|
Merge pull request #9714 from fgrzadkowski/debug_scalability
Fix printing deleted pods from RC during e2e tests
|
2015-06-15 13:29:59 +02:00 |
|
Dr. Stefan Schimanski
|
615e4f99a7
|
Fix mesos plugin-test race
ListWatch returned the internal list of the MockPodsListWatch object, leading
to a race. Fixes travis builds.
Fixes mesosphere/kubernetes-mesos#354
|
2015-06-15 08:18:57 +02:00 |
|
James DeFelice
|
9f53405d42
|
increase timeout for nested concurrent test that is still intermittently timing out in travis
|
2015-06-15 02:25:27 +00:00 |
|
feihujiang
|
ad4f22bf6a
|
improve kubectl error message when an object with kind not registered in versions
|
2015-06-15 09:18:28 +08:00 |
|
James DeFelice
|
5e4992aa5e
|
fix broken TestExecutorLaunchAndKillTask unit test
|
2015-06-14 03:38:29 +00:00 |
|
James DeFelice
|
eca5a2ac88
|
lower container poll freq to something more sane
|
2015-06-13 22:23:43 +00:00 |
|
James DeFelice
|
c0b686e3be
|
resolve pod readiness issue
see https://github.com/mesosphere/kubernetes-mesos/issues/342
xref #9710
|
2015-06-13 22:23:43 +00:00 |
|
David Oppenheimer
|
5e5c1d1097
|
Merge pull request #9767 from mesosphere/skip-exec-test-flake
skip flakey unit test for now
|
2015-06-13 14:31:21 -07:00 |
|
David Oppenheimer
|
a01090933c
|
Merge pull request #9775 from mesosphere/fix-flakey-proc-test
Fix flakey nested concurrent unit test in contrib/mesos/pkg/proc
|
2015-06-13 14:07:02 -07:00 |
|
James DeFelice
|
270a4875b0
|
fix intermittent deadlock w/ nested concurrent action scheduling and
give each delegate its own errOnce
|
2015-06-13 15:19:01 +00:00 |
|
Tim St. Clair
|
fd7d46e9da
|
Don't rewrite relative URLs when proxying HTTP content.
|
2015-06-12 21:30:29 -07:00 |
|
James DeFelice
|
b8b91fd169
|
skip flakey unit test for now
|
2015-06-13 04:25:19 +00:00 |
|
Brendan Burns
|
aac696d44c
|
Fix a bug where the network container could be torn down before other pods.
This can break PreStop that hits localhost in the pod.
|
2015-06-12 21:18:40 -07:00 |
|
Quinton Hoole
|
921011fc7f
|
Merge pull request #9698 from lavalamp/e2eTestFix
Add a proxy test
|
2015-06-12 19:26:00 -07:00 |
|
Quinton Hoole
|
85ade1db0a
|
Merge pull request #9592 from lavalamp/logSpam
Restore service latency test & fix bugs
|
2015-06-12 19:20:17 -07:00 |
|
Dawn Chen
|
d21ec9e9bb
|
Merge pull request #9761 from GoogleCloudPlatform/revert-9685-secure
Revert "Optionalize (default false) --insecure-registry."
|
2015-06-12 17:51:18 -07:00 |
|
Dawn Chen
|
1645c9a9b8
|
Revert "Optionalize (default false) --insecure-registry."
|
2015-06-12 17:50:38 -07:00 |
|
Mike Danese
|
64482907ab
|
cover more codepaths that hit GetNode in standalone, as well as create better error message when we actually do hit GetNode() which is likely a programmer/config error
|
2015-06-12 17:45:17 -07:00 |
|
Daniel Smith
|
e29245f710
|
add proxy tester
|
2015-06-12 17:17:43 -07:00 |
|
Daniel Smith
|
1a1307765c
|
add 'porter' test container
|
2015-06-12 17:17:43 -07:00 |
|
Abhi Shah
|
cdef8ae844
|
Merge pull request #9749 from dchen1107/podstatus
Add logging at RunInContainer for future debugging docker exec issues.
|
2015-06-12 17:10:12 -07:00 |
|
Abhi Shah
|
a6bed65f06
|
Merge pull request #9685 from brendandburns/secure
Optionalize (default false) --insecure-registry.
|
2015-06-12 17:06:32 -07:00 |
|
Abhi Shah
|
1c1428bec5
|
Merge pull request #9723 from swagiaal/fix-nfs-example-comment
nfs example: Fix document root in comment
|
2015-06-12 17:01:16 -07:00 |
|
Abhi Shah
|
1f952b05d3
|
Merge pull request #9652 from epc/epc-2015162
Copy edits for spelling errors and typos
|
2015-06-12 16:59:32 -07:00 |
|
Abhi Shah
|
4da902c72e
|
Merge pull request #9579 from doublerr/rackspace/update_flannel
simplify flannel configuration on rackspace
|
2015-06-12 16:58:36 -07:00 |
|
Abhi Shah
|
42be6db6e9
|
Merge pull request #9744 from ixdy/gcs-staging-path
Allow adding a suffix to the devel staging path for server tars on GCS.
|
2015-06-12 16:54:12 -07:00 |
|
Abhi Shah
|
3e8690c28b
|
Merge pull request #9515 from markturansky/scrub_thread_leak
Fixes thread leak from discarded watch
|
2015-06-12 16:52:21 -07:00 |
|
Abhi Shah
|
d314e3d54c
|
Merge pull request #9684 from goltermann/docs2
Update Guestbook Example to use Labels for Cleanup
|
2015-06-12 16:50:50 -07:00 |
|
Abhi Shah
|
65dca78ede
|
Merge pull request #9735 from iterion/correct-ssh-user
Update SSH User for AWS Utils
|
2015-06-12 16:45:10 -07:00 |
|
Abhi Shah
|
283fc8e883
|
Merge pull request #9727 from satnam6502/es-logging
Make Elasticsearch logging test check for node failures
|
2015-06-12 16:43:10 -07:00 |
|
Dawn Chen
|
c1d1a01087
|
Add logging at RunInContainer for future debugging docker exec issues.
|
2015-06-12 16:38:24 -07:00 |
|
Peter Novotnak
|
784fc22c7e
|
Added default allowable port range for NodePort to the docs.
|
2015-06-12 16:35:44 -07:00 |
|
Dawn Chen
|
b1bbf653ab
|
Merge pull request #9680 from mikedanese/fix-readiness-probe
Fix ReadinessProbe: seperate readiness and liveness in the code
|
2015-06-12 16:10:21 -07:00 |
|
Brendan Burns
|
15562d4c09
|
Add links to 0.19.0
|
2015-06-12 16:04:01 -07:00 |
|
Brendan Burns
|
c6a910c0b8
|
Merge pull request #9650 from hurf/podns_describe_node
display pod namespace while describe node
|
2015-06-12 15:59:46 -07:00 |
|
Ed Costello
|
05714d416b
|
Copy edits for spelling errors and typos
Signed-off-by: Ed Costello <epc@epcostello.com>
|
2015-06-12 18:47:28 -04:00 |
|
Justin Santa Barbara
|
16d6ba8a9d
|
AWS: Stop the master kubelet from registering as a node (like GCE does)
|
2015-06-12 18:33:45 -04:00 |
|
Justin Santa Barbara
|
6839ae9a44
|
AWS: delay less when creating tags
This is important because tag creation isn't atomic, and we want to minimize
the window in which we can leave 'dangling' resources around.
|
2015-06-12 18:32:55 -04:00 |
|
Justin Santa Barbara
|
1f04284508
|
AWS: Create our own route table & tag it for management
|
2015-06-12 18:32:10 -04:00 |
|
Abhi Shah
|
3ce7fe8310
|
Merge pull request #9722 from mikedanese/host-ip-spam
Fix spammy GetHostIP error log in kubelet
|
2015-06-12 15:26:54 -07:00 |
|
Abhi Shah
|
2e9509fbc7
|
Merge pull request #9647 from bprashanth/roll
Fix rolling update e2e test
|
2015-06-12 15:25:41 -07:00 |
|
Abhi Shah
|
117f550334
|
Merge pull request #9724 from brendandburns/e2e-fix
Increase timeouts for service tests.
|
2015-06-12 15:25:17 -07:00 |
|