Commit Graph

6997 Commits

Author SHA1 Message Date
Rohit Jnagal
e77322a561 Merge pull request #4755 from yifan-gu/cleanup
pkg/kubelet: Fix logging.
2015-02-24 10:12:02 -08:00
Rohit Jnagal
a0722376ee Merge pull request #4760 from ddysher/kubectl-endpoint-list
kubectl print endpoint list
2015-02-24 10:11:23 -08:00
Rohit Jnagal
590a62ffe5 Merge pull request #4767 from mikedanese/kind-to-type
Rename {Node,Pod}ConditionKind -> {Node,Pod}ConditionType
2015-02-24 10:10:57 -08:00
Daniel Smith
ec58e6d78e use correct path for proxy replacements 2015-02-24 10:10:06 -08:00
Daniel Smith
78d05e5307 add URL path generation function 2015-02-24 10:10:04 -08:00
Daniel Smith
2d56547524 refactor proxy upgrade path 2015-02-24 10:10:02 -08:00
Rohit Jnagal
463dcd3ef1 Merge pull request #4694 from kazegusuri/fix-test-cmd
Fix missing command in test-cmd.sh
2015-02-24 10:07:41 -08:00
Rohit Jnagal
07cce905f5 Merge pull request #4754 from derekwaynecarr/increase_ram_vagrant
Vagrant: Kubernetes master needs more than 512MB of ram
2015-02-24 10:06:56 -08:00
Yifan Gu
1a5a842ac5 pkg/kubelet: Fix logging. 2015-02-24 09:47:10 -08:00
Daniel Smith
6241a211c8 Merge pull request #4768 from nikhiljindal/fixPrefix
APIServer: Updating special verb handlers to accept full request path rather than a trimmed one
2015-02-24 08:04:30 -08:00
Clayton Coleman
76926ec314 Merge pull request #4660 from deads2k/deads-make-default-display-yaml
fix kubectl config view to respect serialization formats
2015-02-24 07:56:57 -08:00
Victor Marmol
7f6e1dcfca Merge pull request #4592 from wojtek-t/docker_cache
Introduce DockerCache in Kubelet.
2015-02-24 07:48:25 -08:00
Brendan Burns
eefaafc214 Prompt the user to select a container if they don't provide one
and we can't infer it.
2015-02-24 06:50:22 -08:00
Subin M
a4bc05f0e0 v1beta3 api yaml files-hazelcast 2015-02-24 20:16:59 +05:30
Masahiro Sano
29aae75329 fix missing command in test-cmd.sh 2015-02-24 23:20:45 +09:00
deads2k
6358bf2e30 add example for default view serialization 2015-02-24 08:54:03 -05:00
gmarek
9996654c4c Add waiting for GCE operations to finish before proceeding in various
functions.
2015-02-24 14:32:21 +01:00
resouer
ce6d3b7ea3 Fix commands order & add guide in readme 2015-02-24 10:36:07 +00:00
nikhiljindal
905a3f7909 Updating the handlers to accept full request path rather than a trimmed one 2015-02-24 00:37:20 -08:00
Wojciech Tyczynski
dcef5e2955 Introduce DockerCache in Kubelet. 2015-02-24 09:10:07 +01:00
Mike Danese
5267127af1 api: rename conditionkind -> conditiontype 2015-02-23 22:13:21 -08:00
Mike Danese
88e1ab3cbe replace pkg/util/merge with evanphx/json-patch 2015-02-23 20:55:30 -08:00
Mike Danese
a22a133ca1 godeps: add evanphx/json-patch 2015-02-23 20:55:27 -08:00
Brendan Burns
33f6576f61 Log a better error with useful info on scheduling failures. 2015-02-23 20:36:22 -08:00
nikhiljindal
339341ea97 Updating swagger spec by running hack/update-swagger-spec.sh 2015-02-23 20:35:16 -08:00
Satnam Singh
eda8a676f4 Make a Kubernetes specific version of an Elasticsearch Docker container 2015-02-23 18:41:56 -08:00
Deyuan Deng
515314fb8a Fix kubectl print endpoint list 2015-02-23 21:20:10 -05:00
Satnam Singh
19b927ea57 Name a cluster and use it to make forwarding rules for GCE 2015-02-23 17:04:33 -08:00
Brian Grant
754a2a8305 Merge pull request #4460 from sub-mod/guestbook_ns
Adding guestbook example with latest json format for v1beta3 api
2015-02-23 16:58:20 -08:00
derekwaynecarr
883962e36b Kubernetes master needs more than 512MB of ram 2015-02-23 19:37:07 -05:00
Victor Marmol
c40a60e945 Adding image pull latency metric.
Also adding TODOs for other metrics.

Part of #4604.
2015-02-23 16:30:29 -08:00
Rohit Jnagal
50700419ea Merge pull request #4732 from yifan-gu/cleanup
Remove outdated const.
2015-02-23 16:06:32 -08:00
Zach Loafman
9936f09b78 Merge pull request #4715 from a-robinson/gce-mount
Add the salt-overlay directory to the GCE master-pd and reserve the master's IP
2015-02-23 15:46:36 -08:00
Victor Marmol
f5beb04c53 Adding Prometheus /metrics handler. 2015-02-23 15:42:04 -08:00
Brandon Davis
a63338b73b Support other names for GNU tar
The build is only looking for GNU tar as gtar on OSX, which is the name used when installed using brew. Macports installs it as gnutar, so check for that name if gtar is not found.
2015-02-23 17:00:32 -06:00
Filipe Brandenburger
74c0dd179e Merge pull request #4744 from ixdy/travis-coveralls
Revert unit test coverage changes
2015-02-23 14:50:46 -08:00
Subin M
7d00c456d5 format all json files 2015-02-24 04:20:32 +05:30
Daniel Smith
4fb4ca605c Merge pull request #4745 from thockin/fixhead
fix head
2015-02-23 14:41:48 -08:00
Tim Hockin
0c5e421e92 fix head 2015-02-23 14:38:39 -08:00
Subin M
62cb5b875f removing name from template 2015-02-24 04:07:49 +05:30
Jeff Grafton
0f2e9dbac8 Revert "Use goveralls to report coverage results from Travis."
Revert "Produce a combined coverage report when running Go unit tests."

These caused unit tests to run very slowly, causing problems with
Travis.
2015-02-23 14:35:48 -08:00
Victor Marmol
d880be0301 Merge pull request #4738 from vmarmol/fix-pull
Remove pullLock from Kubelet.
2015-02-23 14:34:10 -08:00
Rohit Jnagal
b261d8c60a Merge pull request #4724 from mikedanese/readiness-states-cleanup
Don't lock readinessStates on concurrent reads
2015-02-23 14:29:11 -08:00
Rohit Jnagal
cbcd35539f Merge pull request #4718 from cjcullen/pdtest
Fix PD detach (fix the mount path/device name calculation).
2015-02-23 14:28:02 -08:00
Subin M
ea0a873417 removing LoadBalancer 2015-02-24 03:57:09 +05:30
Zach Loafman
f3a20bd39b Merge pull request #4739 from vishh/cadvisor
Increase the timeout on apiserver requests to fetch node stats.
2015-02-23 14:15:46 -08:00
Dawn Chen
40eec84b94 Merge pull request #4730 from radeksimko/patch-1
Fix a typo (peroid => period)
2015-02-23 14:13:32 -08:00
Alex Robinson
6a18b74fa3 Minor reordering of GCE kube-up subcommands to keep them logically grouped. 2015-02-23 13:57:09 -08:00
Daniel Smith
3dc8b7ac69 Merge pull request #4707 from thockin/balancer
Refactor RR load balancer, fix bug
2015-02-23 13:56:40 -08:00
Alex Robinson
953982f47f Add the salt-overlay and /etc/salt directories to the GCE master-pd and reserve
the master's IP upon creation to make it easier to replace the master later.

This pulls out the parts of PR #3174 that don't break anything and will
make upgrading existing clusters in the future less painful.

Add /etc/salt to the master-pd
2015-02-23 13:56:11 -08:00