Joe Beda
|
66d287f7e4
|
Merge branch 'rename-to-kube' of https://github.com/eparis/kubernetes into eparis-rename-to-kube
* 'rename-to-kube' of https://github.com/eparis/kubernetes:
rename kube server binaries to kube-
Conflicts:
docs/salt.md
|
2014-11-17 09:52:10 -08:00 |
|
Brendan Burns
|
5fc485f0bc
|
Merge pull request #2374 from serialx/master
Add missing Kubernetes proxy daemon to AWS CloudFormation template.
|
2014-11-17 09:48:59 -08:00 |
|
Brendan Burns
|
271ed1c21e
|
Merge pull request #2394 from ddysher/random-fix
Exclude service itself when checking conflict.
|
2014-11-17 09:47:58 -08:00 |
|
Brendan Burns
|
6422b87a35
|
Merge pull request #2415 from hodduc/add-udp-ingress
Add SecurityGroupIngress on AWS CF template to allow UDP packets.
|
2014-11-17 09:47:38 -08:00 |
|
Brendan Burns
|
5d8e62c287
|
Merge pull request #2416 from darkgaro/phpclient
added php client library reference
|
2014-11-17 09:44:16 -08:00 |
|
Brendan Burns
|
403e57be09
|
Merge pull request #2404 from jbeda/fix-nogo-build
Make dockerized build work when golang isn't installed.
|
2014-11-17 09:43:08 -08:00 |
|
Brendan Burns
|
51a7e4b113
|
Merge pull request #2405 from jbeda/heapster-fixes
Fix up formatting and sed usage for heapster deploy.
|
2014-11-17 09:42:16 -08:00 |
|
Victor Marmol
|
6908c9ca4a
|
Merge pull request #2407 from eparis/cadvisor-0.5.0
Cadvisor 0.5.0
|
2014-11-17 08:53:36 -08:00 |
|
darkgaro
|
989588f015
|
added php client library reference
|
2014-11-17 16:44:36 +00:00 |
|
Joonsung Lee
|
e3ddd59344
|
Add SecurityGroupIngress on AWS CF template to allow UDP packets.
|
2014-11-17 22:11:49 +09:00 |
|
Eric Paris
|
38cb10e89d
|
update to cAdvisor 0.5.0
|
2014-11-16 21:52:08 -05:00 |
|
Eric Paris
|
630acf221c
|
alias cadvisor/client to cadvisor
cadvisor 0.5.0 changes the package from cadvisor to client. Which of
course conflicts with our own client. Alias it back to cadvisor.
|
2014-11-16 21:44:34 -05:00 |
|
Joe Beda
|
931cd3a2df
|
Merge pull request #2403 from shaicoleman/kubernetes-local-doc-fix
Added KUBERNETES_PROVIDER instructions Getting started locally
|
2014-11-16 17:34:07 -08:00 |
|
Joe Beda
|
c82bd2127f
|
Fix up formatting and sed usage for heapster deploy.
Also, 'sed -i' isn't supported well across BSD and GNU versions of sed. See http://stackoverflow.com/questions/5694228/sed-in-place-flag-that-works-both-on-mac-bsd-and-linux. And we were editing files that were checked in to git with a password. Instead, do this with class sed redirection in a temp dir.
Fixes #2400.
|
2014-11-16 17:13:02 -08:00 |
|
Joe Beda
|
894cfac765
|
Merge pull request #2399 from brendandburns/guestbook
Update guestbook to fix given recent changes.
|
2014-11-16 16:32:26 -08:00 |
|
Joe Beda
|
f18cd53687
|
Make dockerized build work when golang isn't installed.
|
2014-11-16 16:29:58 -08:00 |
|
Shai Coleman
|
ef72c4ca1d
|
Added KUBERNETES_PROVIDER instructions Getting started locally
|
2014-11-16 22:41:27 +00:00 |
|
Brendan Burns
|
c38880047d
|
Update guestbook to fix given recent changes.
|
2014-11-15 19:36:02 -08:00 |
|
Johan Euphrosine
|
ccc8bc8289
|
Merge pull request #1960 from jhadvig/podex_readme
update Podex README
|
2014-11-15 14:27:03 -08:00 |
|
Deyuan Deng
|
241f3d702b
|
Exclude service itself when checking conflict.
|
2014-11-15 10:40:40 -05:00 |
|
Tim Hockin
|
eafdc684e9
|
Merge pull request #1922 from brendandburns/guestbook
Update the services now that Services v2 has IP per service.
|
2014-11-14 21:13:19 -08:00 |
|
Tim Hockin
|
e987f11838
|
Merge pull request #2319 from brendandburns/external
Externalized services v2
|
2014-11-14 21:01:19 -08:00 |
|
Daniel Smith
|
29b73cc4b5
|
Merge pull request #2389 from satnam6502/kubectl
Make the output of kubectl.sh narrower
|
2014-11-14 17:33:20 -08:00 |
|
Dawn Chen
|
eb14ba9396
|
Merge pull request #2390 from ddysher/random-fix
Use Service.Name for validation error.
|
2014-11-14 17:27:47 -08:00 |
|
Dawn Chen
|
8a508bcce3
|
Merge pull request #2391 from lavalamp/fix3
Remove confusing function; add TODO and explanation for (nonfatal) error...
|
2014-11-14 17:24:18 -08:00 |
|
Brendan Burns
|
4a8a2b5a9f
|
Address comments.
|
2014-11-14 17:23:13 -08:00 |
|
Daniel Smith
|
e4eb6149f8
|
Merge pull request #2383 from brendandburns/fix
Fix service e2e test, by eliminating the assumption that ips are re-used
|
2014-11-14 17:22:50 -08:00 |
|
Brendan Burns
|
97001e317b
|
Fix service e2e test, by eliminating the assumption that ips are re-used.
|
2014-11-14 17:22:01 -08:00 |
|
Satnam Singh
|
fa0cb9a25e
|
Make the output kubectl.sh narrower
|
2014-11-14 17:20:01 -08:00 |
|
Daniel Smith
|
c412540cf2
|
Remove confusing function; add TODO and explanation for (nonfatal) error message in integration test.
|
2014-11-14 17:16:05 -08:00 |
|
Joe Beda
|
06d838ffb1
|
Merge pull request #2369 from jbeda/vagrant-fix
Vagrant fixes
|
2014-11-14 16:43:06 -08:00 |
|
Deyuan Deng
|
29a56c4f18
|
Use Service.Name for validation error.
|
2014-11-14 19:36:34 -05:00 |
|
Daniel Smith
|
e84ba3c184
|
Merge pull request #2388 from dchen1107/image1
If the image with :latest tag specified in spec, pull even PullIfNotPresent is set.
|
2014-11-14 16:27:43 -08:00 |
|
Dawn Chen
|
ce145545b9
|
Add unittests to test PullPolicy.
|
2014-11-14 16:09:53 -08:00 |
|
Dawn Chen
|
f729d748ac
|
If the image with :latest tag specified in Spec, kubelet should try
to pull the latest one even the policy is PullIfNotPresent.
|
2014-11-14 16:09:53 -08:00 |
|
Daniel Smith
|
4681918888
|
Merge pull request #2270 from erictune/kubelet_publish_events
Kubelet publishes events
|
2014-11-14 14:26:09 -08:00 |
|
Eric Tune
|
c770e70495
|
Factor to function.
|
2014-11-14 14:09:51 -08:00 |
|
Eric Tune
|
6430250ce8
|
Send events from kubelet.
Accept argument specifying file with kubernetes_auth file.
Make an api client in kubelet.
Send events to apiserver.
|
2014-11-14 13:37:20 -08:00 |
|
bgrant0607
|
cb8ca2d341
|
Merge pull request #2384 from lavalamp/fix3
Add events to kubectl describe
|
2014-11-14 13:29:40 -08:00 |
|
Daniel Smith
|
9430bb38b8
|
Merge pull request #2282 from bgrant0607/docgen
Automatic API generation via go-restful
|
2014-11-14 13:12:25 -08:00 |
|
Daniel Smith
|
6a5da9ee19
|
Add events to kubectl describe
|
2014-11-14 11:56:59 -08:00 |
|
Dawn Chen
|
e3d75dbdf7
|
Merge pull request #2379 from satnam6502/fluentd-ek-doc
Update logging documentation to reflect on by default logging
|
2014-11-14 11:40:33 -08:00 |
|
Brendan Burns
|
2aa52d043b
|
Add external services v2 support.
|
2014-11-14 11:32:54 -08:00 |
|
Satnam Singh
|
7441e2f39b
|
Update logging documentation to reflect on by default logging
|
2014-11-14 11:21:36 -08:00 |
|
Dawn Chen
|
aa711af39e
|
Merge pull request #2355 from brendandburns/kubelet
Add support for the a clusters cloud interface to cloud provider.
|
2014-11-14 11:14:17 -08:00 |
|
Clayton Coleman
|
c95b8694d6
|
Merge pull request #2340 from erictune/refactor_kube_auth
Refactor kube auth
|
2014-11-14 14:10:53 -05:00 |
|
Eric Tune
|
13345953e3
|
Merge pull request #2371 from dchen1107/upstream
Don't show Kubernetes username & password to console for heapster.
|
2014-11-14 10:50:36 -08:00 |
|
Brendan Burns
|
d3e48c9525
|
Add the container API to our dependencies.
Update google-api-go-client
|
2014-11-14 10:38:22 -08:00 |
|
Brendan Burns
|
aabf1c3573
|
Add a clusters interface and GCE implementation.
|
2014-11-14 10:38:03 -08:00 |
|
Eric Tune
|
0727219c83
|
New package defines .kubernetes_auth format.
Refactored common code to that package.
Subsequent PRs will load and emit these files.
|
2014-11-14 10:36:25 -08:00 |
|