Saad Ali
|
9a764b764b
|
Merge pull request #9941 from marekbiskup/doc-api
correction: lastState.termination renamed to lastState.terminated
|
2015-06-17 13:19:00 -07:00 |
markturansky
|
0a6b7b61ec
|
Changed PVClaimVolumeSource name to match other volume names
|
2015-06-17 16:17:49 -04:00 |
Saad Ali
|
5610db025a
|
Merge pull request #9948 from jlowdermilk/fix-ubuntu
Add missing source to ubuntu/util.sh
|
2015-06-17 13:16:42 -07:00 |
Dawn Chen
|
32d5f463d2
|
Add a sanity check to memory limit for /docker-daemon, and allocate
at least 150Mi at least.
|
2015-06-17 12:51:11 -07:00 |
Huamin Chen
|
0280dac6b1
|
check IsNotExist error when validating mountpoint
Signed-off-by: Huamin Chen <hchen@redhat.com>
|
2015-06-17 15:25:15 -04:00 |
Saad Ali
|
0f3740501b
|
Merge pull request #9908 from justinsb/aws_ssh_getsigner
AWS: e2e: Add support for getSigner for AWS
|
2015-06-17 11:40:33 -07:00 |
Dawn Chen
|
ca95eb75e9
|
Configured resource-only container /docker-daemon with 70% of node memory
capacity. This is a workaround to docker memory leakage issue.
|
2015-06-17 11:40:30 -07:00 |
Saad Ali
|
56083489e3
|
Merge pull request #9884 from brendandburns/gcr
Switch to loading busybox from gcr.
|
2015-06-17 11:38:24 -07:00 |
Saad Ali
|
641f8d47d3
|
Merge pull request #9828 from caesarxuchao/remove-testdata-v1beta1
remove pkg/api/validation/testdata/v1beta1/*
|
2015-06-17 11:36:03 -07:00 |
Saad Ali
|
f8e58f7efe
|
Merge pull request #9827 from timstclair/html-rewrite
Html rewrite
|
2015-06-17 11:35:30 -07:00 |
Saad Ali
|
b25de6e273
|
Merge pull request #9916 from caesarxuchao/streamer
remove string "v1beta1" from streamer_test.go
|
2015-06-17 11:33:34 -07:00 |
Saad Ali
|
ddf6fa70ad
|
Merge pull request #9923 from justinsb/e2e_polish
Minor fixes & TODOs for e2e tests
|
2015-06-17 11:32:58 -07:00 |
Saad Ali
|
6dbc377763
|
Merge pull request #9748 from caesarxuchao/k8petstore-nodeport
add k8petstore-nodeport.sh for examples/k8petstore
|
2015-06-17 11:32:35 -07:00 |
Saad Ali
|
64731986dd
|
Merge pull request #9774 from liggitt/admission_error
Make admission errors clearer
|
2015-06-17 11:31:47 -07:00 |
Saad Ali
|
d5e00d3990
|
Merge pull request #9523 from bprashanth/kl_stats
Scrape /metrics of kubelets from e2e tests
|
2015-06-17 11:30:28 -07:00 |
Saad Ali
|
609406d00a
|
Merge pull request #9186 from gmarek/latency
Add startup latency e2e "test"
|
2015-06-17 11:29:37 -07:00 |
Saad Ali
|
991998c9be
|
Merge pull request #9701 from justinsb/aws_instance_types_m4
AWS: Define new m4 instance types
|
2015-06-17 11:28:53 -07:00 |
Jeff Lowdermilk
|
822fcacce4
|
Add missing source to ubuntu/util.sh
|
2015-06-17 09:21:38 -07:00 |
RichieEscarez
|
eb44b3c830
|
Qualified all references to "controller" so that references to "replication controller" are clear. fixes #9404
Also ran hacks/run-gendocs.sh
|
2015-06-17 08:48:59 -07:00 |
gmarek
|
c2c1045e09
|
Add startup latency e2e "test"
|
2015-06-17 17:40:07 +02:00 |
Marek Biskup
|
555aabc0b5
|
correction: lastState.termination renamed to lastState.terminated
|
2015-06-17 16:32:58 +02:00 |
derekwaynecarr
|
2518d8c0fc
|
Add LimitRange range validation
|
2015-06-17 10:24:31 -04:00 |
Marek Biskup
|
0260c808b4
|
fix links in accessing-the-cluster.md
|
2015-06-17 16:12:45 +02:00 |
Piotr Szczesniak
|
2b19c002cb
|
Migrated kubectl cluster-info to v1.
Addresses #7018
Also fixed the case when kubernetes.io/name label is not defined
(another fix for #9875)
|
2015-06-17 15:21:05 +02:00 |
Marcin Wielgus
|
b33b881bc2
|
Add missing --project in GCE kube-down and check-resources
|
2015-06-17 15:11:40 +02:00 |
Marcin Wielgus
|
3a562f1619
|
Check for existing GCE resources in kube-up
|
2015-06-17 15:04:39 +02:00 |
Marek Biskup
|
7b403edd6f
|
double dash replaced by html mdash
|
2015-06-17 12:36:27 +02:00 |
Marcin Wielgus
|
49af3209f8
|
Lower cpu requirements in examples (from 1 to 0.5)
|
2015-06-17 11:39:33 +02:00 |
Justin Santa Barbara
|
77e1bd3f56
|
NodeName != HostName: Fixes for contrib/mesos
|
2015-06-17 00:40:43 -04:00 |
Justin Santa Barbara
|
c89b0cd807
|
AWS: Use the instance id as the node name
The EC2 instance id is the canonical node name on EC2.
|
2015-06-17 00:40:43 -04:00 |
Justin Santa Barbara
|
efaead81dc
|
Allow cloud providers to return a node identifier different from the hostname
|
2015-06-17 00:40:43 -04:00 |
Justin Santa Barbara
|
c28cdfbd43
|
For kubelet, differentiate between the nodeName and the hostname
This will allow us to use a nodeName that is not the hostname,
for example on clouds where the hostname is not the natural identifier
for a node.
|
2015-06-17 00:40:43 -04:00 |
Justin Santa Barbara
|
b4150dc928
|
AWS: e2e: Add support for getSigner for AWS
|
2015-06-17 00:35:47 -04:00 |
Justin Santa Barbara
|
bf7946c326
|
AWS: Define new m4 instance types
|
2015-06-17 00:04:05 -04:00 |
Jordan Liggitt
|
64d61185eb
|
Re-enable ECDSA private server key use
|
2015-06-16 23:03:29 -04:00 |
Jordan Liggitt
|
a341b8f44f
|
Remove ?namespace= param handling/defaulting
|
2015-06-16 22:40:01 -04:00 |
Saad Ali
|
43889c612c
|
Merge pull request #9918 from caesarxuchao/common_test
remove references to v1beta1 in common_test.go
|
2015-06-16 18:59:19 -07:00 |
Saad Ali
|
10631592dc
|
Merge pull request #9887 from brendandburns/gcr2
switch some more images to gcr for reliability
|
2015-06-16 18:57:16 -07:00 |
Saad Ali
|
30180dbcc2
|
Merge pull request #9882 from mikedanese/fix-regexp
fix longRunningRequestRE to something that doesn't match pretty much all requests
|
2015-06-16 18:55:40 -07:00 |
Saad Ali
|
fa389a68b5
|
Merge pull request #9829 from caesarxuchao/remove-config_test
remove pkg/config/config_test.json
|
2015-06-16 18:53:18 -07:00 |
Saad Ali
|
cc5756b2fc
|
Merge pull request #9809 from bprashanth/stats_cache
Use runtime cache to serve container /stats requests
|
2015-06-16 18:51:53 -07:00 |
Saad Ali
|
d076d50feb
|
Merge pull request #9796 from mesosphere/fix-flaky-executor-test
Fix flaky mesos executor test
|
2015-06-16 18:48:40 -07:00 |
Saad Ali
|
92e5992489
|
Merge pull request #9780 from amygdala/gettingstarted
gce 'getting started' cleanup.
|
2015-06-16 18:46:18 -07:00 |
Saad Ali
|
8a511a77cd
|
Merge pull request #9668 from mbruzek/fix-make
Fixing an error I saw in testing, that make clean resolves.
|
2015-06-16 18:41:14 -07:00 |
Saad Ali
|
a77353532f
|
Merge pull request #9665 from swagiaal/add-aws-ebs-example
Create an example pod for AWS EBS
|
2015-06-16 18:40:20 -07:00 |
Saad Ali
|
47a802d315
|
Merge pull request #9648 from mikedanese/cleanup-service-e2e
cleanup some of the e2e service reachability code
|
2015-06-16 18:39:25 -07:00 |
Saad Ali
|
8a2f45b0f0
|
Merge pull request #9917 from vishh/heaspter_v0.14.2
Updating heapster to v0.14.2
|
2015-06-16 18:33:12 -07:00 |
Saad Ali
|
185eb5e26a
|
Merge pull request #9912 from justinsb/loadbalancer_logic
servicecontroller: last state applied to LB vs last state seen
|
2015-06-16 18:32:56 -07:00 |
Justin Santa Barbara
|
3912ab29d8
|
e2e test polishing
Some typo fixes; some clearer messages on failed assertions;
some TODOs on deeper problems.
|
2015-06-16 21:15:11 -04:00 |
Jordan Liggitt
|
2b840279d9
|
Validate service account name in pod spec
|
2015-06-16 21:09:01 -04:00 |