Commit Graph

7278 Commits

Author SHA1 Message Date
Federico Simoncelli
eb0b6f2bcf kubelet: improve client url composition
Signed-off-by: Federico Simoncelli <fsimonce@redhat.com>
2015-03-10 10:05:19 -04:00
Tim Hockin
31be877ea7 Add a doc on making PRs easier to review 2015-03-10 06:25:40 -07:00
Justin Santa Barbara
3eab40cabd AWS support for Zones 2015-03-10 05:49:26 -07:00
Tomek Kulczynski
243a3ae315 Change field names from cidr to podCIDR in json 2015-03-10 12:48:34 +01:00
Jerzy Szczepkowski
0342ba3476 Watch support in PodInterface.
Added Watch support to PodInterface. Extended pods e2e to test watch. Resolves #4777.
2015-03-10 09:45:44 +01:00
Ilya Dmitrichenko
5deff8b2be coreos/azure: Remove workaround coreos/bugs#267 -
it turned out the issue was due to the domain lenght, so let's just
keep it short.
2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko
cc9f6b1f79 coreos/azure: Point kublet and proxy at API server instead of etcd 2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko
55b680552a coreos/azure: Ensure docs match the output in new version 2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko
cd9b30e684 coreos/azure: Version bump to 0.11.0 2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko
2510f89863 Create Azure storage account if needed 2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko
1f4474cf4b docs: Update the index of guides -
- add entry for CoreOS on Azure with Weave
- add networking column
2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko
c617699e32 docs: Kubernetes on Azure with CoreOS and Weave -
- improve the wording
- suggest next step
- remove unrelated code
- minor fix to instructions
- checkin empty dir
2015-03-10 07:32:53 +00:00
Ilya Dmitrichenko
a5915438fc Import errordeveloper/weave-demos@44f542f97b 2015-03-10 07:32:53 +00:00
Satnam Singh
2486de1287 Change Fluentd config to read from head of Docker container logs 2015-03-09 23:25:52 -07:00
Mike Danese
14f705c74c move global func into NodeController 2015-03-09 21:25:19 -07:00
Brendan Burns
5b3b330bb8 Switch some parse errors to return HTTP 400 instead of the default (500) 2015-03-09 20:42:14 -07:00
Brendan Burns
a4d871a100 Merge pull request #5227 from ghodss/fix-network-tester
Fix network tester build error
2015-03-09 20:15:07 -07:00
Sam Ghods
e0519f23f7 Fix network tester build error 2015-03-09 19:54:48 -07:00
Alex Mohr
b21b3ebe8e Merge pull request #5217 from alex-mohr/master
Update build/common.sh to include docs/getting-started-guides
2015-03-09 19:43:11 -07:00
Sam Ghods
3f0766679f Update README to include design overview 2015-03-09 19:41:18 -07:00
Mike Danese
c1b1f29bdc migrate healthz in pkg/kubelet/server.go to custom health checks 2015-03-09 19:26:07 -07:00
Mike Danese
400e7e4145 support user supplied health functions in pkg/healthz 2015-03-09 19:26:07 -07:00
Justin Santa Barbara
a3ae480acc Ignore EC2 instances that are stopped
Otherwise we pick up previous cluster instances (in EC2, stopped instances hang around for
a while - maybe 30 minutes?)
2015-03-09 19:03:46 -07:00
Eric Tune
761642a9e1 Remove unneeded --etc_servers flags.
Kubelet already has --api_servers flag.
Kube-proxy already has --master flag.
2015-03-09 18:02:51 -07:00
nikhiljindal
916ca9cc68 Changing v1beta3 field selectors to be camelCased 2015-03-09 18:01:01 -07:00
Jeff Lowdermilk
3bf0b45ea4 Merge pull request #5216 from GoogleCloudPlatform/revert-5154-kube-up
Revert "Standalone kubeconfig for gce kube-up"
2015-03-09 17:53:12 -07:00
Eric Tune
35ebf718e8 Fix CloudFormation too. 2015-03-09 17:52:05 -07:00
Alex Mohr
5ce020817d Update common.sh 2015-03-09 17:46:29 -07:00
Jeff Lowdermilk
a280e0da2d Revert "Standalone kubeconfig for gce kube-up" 2015-03-09 17:45:06 -07:00
Yifan Gu
241ef34fba Refactor pkg/kubelet/kubelet.go: shouldContainerBeRestarted().
Simplify the function signature.
2015-03-09 17:42:57 -07:00
Brendan Burns
a99f4f3e47 Add user agent and source IP logging to the httpserver logs. 2015-03-09 17:01:47 -07:00
Brian Grant
7b72d9539f Merge pull request #5054 from smarterclayton/switch_to_sub_bindings
Make Pod binding a subresource (and be generic to other types)
2015-03-09 16:41:26 -07:00
Brendan Burns
edf2ff440a Add a fork. 2015-03-09 16:41:11 -07:00
Alex Mohr
9e253170d3 Merge pull request #5201 from GoogleCloudPlatform/revert-5198-revert-5124-ex3
Revert "Revert "Deleting old sample JSON; moving those in use; updating ...
2015-03-09 16:37:39 -07:00
Satnam Singh
89bc7bbea9 Merge pull request #5154 from jlowdermilk/kube-up
Standalone kubeconfig for gce kube-up
2015-03-09 16:22:51 -07:00
Jeff Lowdermilk
4173d369aa Generate standalone kubeconfig on kube-up, clear on kube-down.
Also tweaked the ginkgo tests to pull auth directly from a kubeconfig file
instead of the legacy kubernetes_auth file.
2015-03-09 16:02:00 -07:00
Jeff Lowdermilk
67a5bec192 Utilities to create and clear kubeconfig for use by kube-up scripts 2015-03-09 16:00:23 -07:00
Deyuan Deng
58776da6a4 Add more information to node describe 2015-03-09 18:56:59 -04:00
Jeff Grafton
fb0f23d7f7 Merge pull request #5208 from alex-mohr/master
Increase KUBE_TIMEOUT from 60s to 300s in .travis.yml
2015-03-09 15:50:18 -07:00
Alex Robinson
828f9eaa7d Merge pull request #5182 from justinsb/aws_bump_goamz
Add dependency on ELB functionality of goamz
2015-03-09 15:49:59 -07:00
Daniel Smith
6de2e615cb Merge pull request #5193 from bprashanth/e2e_stop_controller
Properly reap replication controllers in e2e test
2015-03-09 15:38:26 -07:00
Alex Mohr
389bf55966 Increase KUBE_TIMEOUT from 60s to 300s in .travis.yml. Our passing coverage runs
take 30-60s, but a number of them reach the 60s timeout and are
aborted.  It seems our Travis (and Shippable?) flakiness is
self-inflicted due to too-short timeouts?
2015-03-09 15:25:50 -07:00
Eric Tune
38435db95c Doc how to ssh tunnel to master with Coreos+GCE 2015-03-09 15:06:02 -07:00
Alex Mohr
da9622a6d7 Revert "Revert "Deleting old sample JSON; moving those in use; updating referenc..." 2015-03-09 14:44:14 -07:00
Alex Mohr
56bdd94985 Merge pull request #5199 from brendandburns/master
Fix the test by using an even more bogus tld.
2015-03-09 14:35:14 -07:00
Brendan Burns
0ad6e5b48c Fix the test by using an even more bogus tld. 2015-03-09 14:31:39 -07:00
Alex Mohr
4af1fa2aaa Merge pull request #5198 from GoogleCloudPlatform/revert-5124-ex3
Revert "Deleting old sample JSON; moving those in use; updating referenc...
2015-03-09 14:18:57 -07:00
Alex Mohr
44b9b7aea5 Revert "Deleting old sample JSON; moving those in use; updating references" 2015-03-09 14:18:40 -07:00
David Oppenheimer
54a0672e0b Merge pull request #5196 from brendandburns/coverage
Delete any created load balancers in guestbook.sh
2015-03-09 14:04:58 -07:00
Alex Mohr
e9ea7a4042 Merge pull request #5170 from you-n-g/master
update the version in document
2015-03-09 13:55:32 -07:00