Mike Danese
|
fbd03e5b90
|
fix variable shadowing bug where provided RootCA would always be a nil byte slice
|
2015-06-25 11:40:48 -07:00 |
derekwaynecarr
|
954f7777e7
|
Update doc to reflect that only kubelet is installed directly
|
2015-06-25 14:34:48 -04:00 |
Maxwell Forbes
|
5bd928fed0
|
Merge pull request #10336 from thockin/update-skydns-msg-dep
Update skydns/msg dep
|
2015-06-25 11:11:56 -07:00 |
Maxwell Forbes
|
ba10e3bf15
|
Merge pull request #10342 from marekbiskup/tldr-for-dns-example
tldr for dns example; rename kubectl log to logs
|
2015-06-25 11:00:30 -07:00 |
Maxwell Forbes
|
f6a66c2a50
|
Merge pull request #10015 from marekbiskup/allow-networking-test-on-one-node
enable networking test on a one-node local cluster
|
2015-06-25 10:58:38 -07:00 |
Maxwell Forbes
|
a526e6ddb4
|
Merge pull request #10332 from dchen1107/cleanup
Include PodStatus.Message and PodStatus.Reason when kubectl describe …
|
2015-06-25 10:57:31 -07:00 |
Maxwell Forbes
|
866779cbb2
|
Merge pull request #10302 from erictune/node_reserve
Document node capacity.
|
2015-06-25 10:57:10 -07:00 |
Maxwell Forbes
|
d90895adfd
|
Merge pull request #10221 from feihujiang/addSourceForErrorFromServerMessage
Add source in “error from server” message when using kubectl
|
2015-06-25 10:56:46 -07:00 |
Maxwell Forbes
|
d0eeb98e27
|
Merge pull request #10215 from ZJU-SEL/enhance-testContainerOutput
Enhance test api to support test cases involved multiple containers
|
2015-06-25 10:56:13 -07:00 |
Tim Hockin
|
ff91fef26b
|
Hopefully make NodePort docs clearer
|
2015-06-25 10:46:15 -07:00 |
Maxwell Forbes
|
bc1930927d
|
Merge pull request #10347 from justinsb/vagrant_no_cidr_on_master
Salt: don't assume that master => cbr-cidr
|
2015-06-25 10:23:59 -07:00 |
Maxwell Forbes
|
1904d4e1ce
|
Merge pull request #10330 from brendandburns/addon
Use the namespace of the pod when creating the mirror.
|
2015-06-25 10:04:25 -07:00 |
Maxwell Forbes
|
8b0efe8b85
|
Merge pull request #10345 from wojtek-t/increase_rc_timeout
Increase timeout for waiting for pods running in load test
|
2015-06-25 10:00:05 -07:00 |
Maxwell Forbes
|
655179dcfb
|
Merge pull request #10264 from mikedanese/ca-token
add ca cert to token controller and all service accounts
|
2015-06-25 09:56:35 -07:00 |
Maxwell Forbes
|
fc349fdd47
|
Merge pull request #10060 from nikhiljindal/scopeParamPath
Updating the path param name to "namespace" instead of "namespaces"
|
2015-06-25 09:56:15 -07:00 |
Maxwell Forbes
|
2bb4cf3f8f
|
Merge pull request #10266 from ArtfulCoder/kubelet_resolv
update docker's resolv.conf file with options ndots:5
|
2015-06-25 09:54:36 -07:00 |
Steve Kuznetsov
|
d581d1f6c0
|
Fixed typo in gce-specific kube-up script
|
2015-06-25 12:51:34 -04:00 |
Karl Isenberg
|
32a09cfcee
|
Use Ginkgo Skip() to avoid failing when tests are skipped
- Added util methods: Skipf, SkipUnlessNodeCountIsAtLeast, SkipIfProviderIs,
and SkipUnlessProviderIs
|
2015-06-25 09:50:25 -07:00 |
Karl Isenberg
|
57f62976c5
|
Update Ginkgo
- Adds support for Skip()
|
2015-06-25 09:39:26 -07:00 |
Justin Santa Barbara
|
a0ae1d90ba
|
Salt: don't assume that master => cbr-cidr
In particular, this is required for vagrant
|
2015-06-25 09:17:00 -04:00 |
Marek Biskup
|
7855d99bfd
|
Merge pull request #10173 from marekbiskup/doc-links-update
add missing document links
|
2015-06-25 13:28:40 +02:00 |
Wojciech Tyczynski
|
c151f6bc1f
|
Increase timeout for waiting for RC in load test
|
2015-06-25 12:11:01 +02:00 |
Marek Biskup
|
cb96649582
|
tldr for dns example; rename log to logs
|
2015-06-25 10:56:45 +02:00 |
Marek Biskup
|
76e6f39095
|
add missing document links
|
2015-06-25 08:38:09 +02:00 |
Abhishek Shah
|
23caf446ae
|
update docker's resolv.conf file with options ndots:5
|
2015-06-24 23:33:58 -07:00 |
feihujiang
|
b41b53122a
|
Add source in “error from server” message when using kubectl
|
2015-06-25 14:20:09 +08:00 |
Dawn Chen
|
0a369fead6
|
Include PodStatus.Message and PodStatus.Reason when kubectl describe pods
|
2015-06-24 23:07:20 -07:00 |
Tim Hockin
|
f0861b9eec
|
Update skydns/msg dep
Using the exact v2.5.1a commit.
|
2015-06-24 23:02:06 -07:00 |
Tim Hockin
|
2803b86a42
|
Merge pull request #10154 from viirya/fix_mangen_deps
Fix broken mangen deps for cmd/genman
|
2015-06-24 22:24:47 -07:00 |
Brendan Burns
|
c669fe300c
|
Use the namespace of the pod when creating the mirror.
|
2015-06-24 21:49:40 -07:00 |
Brendan Burns
|
d2334d60c8
|
Merge pull request #10328 from dchen1107/cleanup
Add dependencies on docker and kubelet service when copying master co…
|
2015-06-24 21:32:35 -07:00 |
Dawn Chen
|
e7d217d941
|
Add dependencies on docker and kubelet service when copying master components manifests
to /etc/kubernetes/manifest
|
2015-06-24 21:15:08 -07:00 |
He Simei
|
912e54789e
|
Enhance test api to support test cases involved multiple containers
|
2015-06-25 09:29:19 +08:00 |
Maxwell Forbes
|
3afda5d566
|
Merge pull request #10312 from dchen1107/cleanup
Take 2: Fix the race between configuring cbr0 and restarting static pods
|
2015-06-24 17:59:50 -07:00 |
Maxwell Forbes
|
66752bfb93
|
Merge pull request #10310 from nikhiljindal/local
Updating local-cluster-up to v1
|
2015-06-24 17:56:45 -07:00 |
Maxwell Forbes
|
28946766a3
|
Merge pull request #9807 from krousey/container_manifest
Removing ContainerManifest
|
2015-06-24 17:55:29 -07:00 |
Chao Xu
|
15ecf413c6
|
update getting-started-guides/coreos to v1
|
2015-06-24 17:42:51 -07:00 |
Dawn Chen
|
710fb4e413
|
add iptables rule for MASQUERADE for egress
|
2015-06-24 17:19:57 -07:00 |
Maxwell Forbes
|
e44f61993b
|
Merge pull request #9304 from jsdir/master
Show resource limits with describe
|
2015-06-24 16:44:53 -07:00 |
Maxwell Forbes
|
e71d162e9a
|
Merge pull request #9922 from justinsb/aws_resize_tests
AWS: Enable resize tests
|
2015-06-24 16:43:37 -07:00 |
Maxwell Forbes
|
d1301d2b2a
|
Merge pull request #10314 from mikedanese/dont-sigkill-over-and-over
remove repeat failure command option and increase timeouts in etcd failure e2e
|
2015-06-24 16:30:52 -07:00 |
Maxwell Forbes
|
6e3b9097c4
|
Merge pull request #10279 from marekbiskup/apiv1-in-addon-update-test
port Addon update test to v1 api
|
2015-06-24 16:10:09 -07:00 |
Maxwell Forbes
|
4488778bef
|
Merge pull request #10276 from ddysher/access-api-doc
Do not use outdated flags in accessing_the_api.md
|
2015-06-24 16:05:47 -07:00 |
Justin Santa Barbara
|
4461daa218
|
AWS: Enabling resize tests
|
2015-06-24 19:01:42 -04:00 |
Justin Santa Barbara
|
831114d918
|
Add github.com/aws/aws-sdk-go/service/autoscaling to Godeps (for AWS)
|
2015-06-24 19:01:00 -04:00 |
Mike Danese
|
5d8ffbaad9
|
remove repeat failure command option and increase timeouts in etcd failure test
|
2015-06-24 16:00:26 -07:00 |
Satnam Singh
|
4d5eee828e
|
Update guestbook-go example
|
2015-06-24 15:36:15 -07:00 |
Mike Danese
|
5760fe1957
|
use ca.crt as client certificate authority for inClusterConfig
|
2015-06-24 15:10:20 -07:00 |
Mike Danese
|
56bde3342a
|
add ca to token controller and all service accounts
|
2015-06-24 15:10:20 -07:00 |
Maxwell Forbes
|
befe545033
|
Merge pull request #10253 from yifan-gu/log
kubelet/status_manager: Small logging fix.
|
2015-06-24 15:01:40 -07:00 |