Commit Graph

5626 Commits

Author SHA1 Message Date
Alex Robinson
a31cc679bf Merge pull request #4059 from brendandburns/rel10
Rel10
2015-02-03 11:28:00 -08:00
Alex Robinson
793677e8e2 Merge pull request #4062 from dchen1107/image
Upgrade to container-vm-v20150129 image
2015-02-03 10:50:28 -08:00
Filipe Brandenburger
a3f946e249 Merge pull request #4061 from GoogleCloudPlatform/smarterclayton-patch-1
Add self as local-up-cluster maintainer
2015-02-03 10:37:56 -08:00
Alex Robinson
8fa46750ad Merge pull request #4054 from kargakis/docs
Add links to logging libraries in question
2015-02-03 09:50:27 -08:00
Brian Grant
4eb41b2330 Merge pull request #3592 from brendandburns/cli
Add a service generator and a command to easily expose services.
2015-02-03 09:07:05 -08:00
Brian Grant
6040cabf11 Merge pull request #4045 from smarterclayton/remove_logging
Remove logging on apiserver startup
2015-02-03 09:05:42 -08:00
Clayton Coleman
2a6296c1c6 Add self as local-up-cluster maintainer 2015-02-03 12:04:16 -05:00
Satnam Singh
bcbf264190 Merge pull request #4060 from zmerlynn/fix_kube_up_echo
Reinstate cluster logging URLs to the end of kube-up.sh
2015-02-03 08:48:02 -08:00
Brendan Burns
dbbdaaaf6d Kubernetes version v0.10.0-dev 2015-02-03 08:30:19 -08:00
Brendan Burns
71e26cbeb9 Kubernetes version v0.10.0 2015-02-03 08:30:13 -08:00
Zach Loafman
ae27f29c56 Reinstate cluster logging URLs to the end of kube-up.sh
Adds labels to the services, waits for them to be created (which
should be instant, but just in case), query the forwarding rules like
as we did before.

Fixes #3893
2015-02-03 08:27:02 -08:00
Brendan Burns
70449f16fe Merge pull request #4058 from brendandburns/rel10
fix build on non-linux hosts.
2015-02-03 08:14:27 -08:00
Brendan Burns
ab0acae7d3 fix build on non-linux hosts. 2015-02-03 08:13:09 -08:00
Tim Hockin
1469f69235 Merge pull request #4049 from chrishiestand/patch-1
minor typo/spelling correction
2015-02-03 07:56:25 -08:00
Clayton Coleman
e9bf484f17 Merge pull request #4051 from mnagy/add_todo_for_update_patching
Add TODO comment for kubectl update patching
2015-02-03 10:23:57 -05:00
Filipe Brandenburger
e14157c399 Merge pull request #3942 from rrati/ginkgo-pods-3941
Moved pod_update to a pod ginkgo test suite. #3941
2015-02-03 07:17:13 -08:00
Robert Rati
3a562b18a7 Moved TestPodHasServiceEnvVars into the pods test suite and deleted the
original file #3941
2015-02-03 09:17:14 -05:00
Robert Rati
da2594710a Converted TestPodHasServiceEnvVars to native ginkgo syntax #3941 2015-02-03 09:17:14 -05:00
Robert Rati
eb5d340851 Added a submit/remove test to pods #3941 2015-02-03 09:17:14 -05:00
Robert Rati
e47b98db29 Converted TestPodUpdate to native ginkgo syntax #3941 2015-02-03 09:17:12 -05:00
kargakis
4e567546e4 Add links to logging libraries in question 2015-02-03 15:09:46 +01:00
Robert Rati
44510e11ac Renamed the pod_update file to pods #3941 2015-02-03 08:50:46 -05:00
Martin Nagy
e18fc8e840 Add TODO comment for kubectl update patching 2015-02-03 13:56:39 +01:00
Chris Hiestand
3867d02f94 minor typo/spelling correction
s/considerined/considered
2015-02-03 00:41:42 -08:00
Clayton Coleman
9263a8f627 Remove logging on apiserver startup
Now that we return errors on startup there's not much value in the
startup log for anyone except a few developers.  Nuke
2015-02-03 00:02:07 -05:00
Alex Robinson
2ac6bbb7eb Merge pull request #4032 from ddysher/remove-ip-cache
Remove ip cache, use node status cache instead.
2015-02-02 18:58:49 -08:00
Brian Grant
2903fce2b8 Merge pull request #4031 from jbeda/hyperkube-kubelet
Convert kubelet and proxy to hyperkube
2015-02-02 18:08:59 -08:00
Brian Grant
747cb67da5 Merge pull request #4037 from brendandburns/master
Update docs to reflect reality.
2015-02-02 17:15:55 -08:00
Alex Robinson
449e4b2cab Merge pull request #4038 from enisoc/apiserver-proxy-rewrite
Fix apiserver proxy path rewriting.
2015-02-02 17:07:18 -08:00
Dawn Chen
f919b3e9c6 Upgrade to container-vm-v20150129 image 2015-02-02 16:57:43 -08:00
Alex Robinson
a5a5302517 Merge pull request #4039 from GoogleCloudPlatform/brendandburns-patch-1
Add a missing header...
2015-02-02 16:46:13 -08:00
Brendan Burns
fa970106c6 Add a missing header... 2015-02-02 16:39:53 -08:00
Brendan Burns
cbd87b375a Update docs to reflect reality. 2015-02-02 16:34:20 -08:00
Tim Hockin
1ee1702be0 Merge pull request #3808 from brendandburns/master
Add a mounter that uses google's safe_format_and_mount.
2015-02-02 16:29:10 -08:00
Brendan Burns
ac21ac24fa Add a mounter that uses google's safe_format_and_mount. 2015-02-02 16:16:20 -08:00
Alex Robinson
4b0e4a111e Merge pull request #4035 from brendandburns/webtest
Fix contrib webserver so that it compiles.
2015-02-02 16:08:44 -08:00
Tim Hockin
ac399fb354 Merge pull request #3967 from brendandburns/fixer
Be a little more careful when removing mount points.
2015-02-02 15:46:18 -08:00
Brendan Burns
8bce2ef61c Fix contrib webserver so that it compiles. 2015-02-02 15:20:28 -08:00
Alex Robinson
a5fa19e792 Merge pull request #4033 from kargakis/docs
Refine services doc
2015-02-02 14:30:01 -08:00
kargakis
76365af42c Refine services doc 2015-02-02 23:16:37 +01:00
Deyuan Deng
31991f82c6 Remove ip cache, use node status cache instead. 2015-02-02 17:08:36 -05:00
Joe Beda
638069b879 Convert proxy server to hyperkube 2015-02-02 14:03:13 -08:00
Joe Beda
76df5471b5 Covert the kubelet binary to hyperkube.
This leaves `pkg/kubelet/server/server.go` looking a little ugly as there is an extra layer of "config" structs that isn't needed.  This is left as a TODO for now.
2015-02-02 14:03:13 -08:00
Joe Beda
d96afdd645 Move 'pkg/standalone' package to 'pkg/kubelet/server'.
This paves the way to hyperkube for the kubelet.
2015-02-02 14:03:13 -08:00
Anthony Yeh
695b08885b Fix apiserver proxy path rewriting.
1) Absolute paths without a hostname were being rewritten relative to
   the current page, rather than relative to the current host.
   e.g. When viewing /some/page.html, it would rewrite:
       /other/page.html => proxyPrepend/some/other/page.html
   Instead, it should rewrite:
       /other/page.html => proxyPrepend/other/page.html

2) Trailing slashes were being stripped from all rewritten URLs.
   This is because path.Join() always calls path.Clean() as well:
   http://golang.org/pkg/path/#Join
2015-02-02 13:01:46 -08:00
Brian Grant
0474c49b07 Merge pull request #4025 from ironcladlou/replica-annotations
Backport annotations to PodTemplateSpec
2015-02-02 12:54:23 -08:00
Alex Robinson
9992abdfcf Merge pull request #3997 from smarterclayton/make_master_index_optional
Make master index optional when master is used in other contexts
2015-02-02 12:45:18 -08:00
Brendan Burns
7f06fbb081 Be a little more careful when removing mount points. 2015-02-02 12:35:24 -08:00
Brian Grant
efd71793f3 Merge pull request #3998 from jbeda/hyperkube-servers2
Convert scheduler and controller-manager to hyperkube
2015-02-02 12:33:55 -08:00
Dan Mace
3d7f5cc642 Backport annotations to PodTemplateSpec
Backport annotation support to v1beta1 and v1beta2 PodTemplateSpec. This
allows ReplicationController users to specify annotations for Pods in
addition to labels.
2015-02-02 15:26:32 -05:00