Wojciech Tyczynski
59ab41c8f7
Merge pull request #6292 from jszczepkowski/scale-pool
...
Updating target pools on cloud nodes change.
2015-04-13 10:58:49 +02:00
feihujiang
7452860f30
Improve ubuntu-cluster setup scripts
...
This PR implements #6266 .
Make a copy for each of the original scripts, and modify the copies. These copies will be used as working scripts afterwards.
Improve ubuntu-cluster setup scripts
2015-04-13 15:10:14 +08:00
Wojciech Tyczynski
a7115de096
Enable Density test
2015-04-13 08:44:52 +02:00
Eric Paris
faf60a3cab
update docs using spf13/cobra generator
2015-04-12 15:04:39 -04:00
Eric Paris
263dc981db
Use spf13/cobra md generation instead of doing it outselves
2015-04-12 15:03:13 -04:00
Eric Paris
ef815836d2
Update spf13/cobra to the latest
2015-04-12 14:48:54 -04:00
Eric Paris
f96ef20e24
Include mousetrap dependancy for cobra
2015-04-12 12:04:48 -04:00
Eric Paris
96b054eb50
Update cobra.pflag
2015-04-12 12:04:43 -04:00
Gareth Rushgrove
d836762a68
Fix typo and incorrect service name in sample ubuntu default scripts
2015-04-12 14:41:03 +02:00
you-n-g
dd538464d6
Update README.md
...
The pods won't be deleted by that command
2015-04-12 15:16:53 +08:00
Young
d1a6cee15e
supplement the cleanup scripts
2015-04-12 15:12:43 +08:00
Xiang Li
233ec922f3
proxy: lower udp timeout
2015-04-11 23:51:08 -07:00
Young
e4aa1b3924
supplement the way to add a DNS for local kubernetes
2015-04-12 14:40:52 +08:00
Xiang Li
4b29947652
pkg/proxy: panic if run out of fd
...
When proxy runs out of fd, it fills the logs with error message.
From #6716 , it is better to just panic().
2015-04-11 13:09:15 -07:00
Xiang Li
cef744ecaa
pkg/kubelet: move the capabilities related code to util.go
2015-04-11 12:09:11 -07:00
Xiang Li
d24f60b5b8
pkg/kubelet: clean up status manager
2015-04-11 11:37:07 -07:00
Xiang Li
cea38a2f4e
pkg/kubelet: kill a TODO in util.go
...
Move kubelet.CapabilitiesSetup to capabilities.Setup
2015-04-11 10:55:39 -07:00
Clayton Coleman
0146e318f5
Allow client.Config to wrap the underyling Transport
2015-04-11 13:20:48 -04:00
Clayton Coleman
66e746bade
Add a transport that can simulate random network errors
2015-04-11 13:20:48 -04:00
Clayton Coleman
d9161a1f41
Update swagger spec
2015-04-11 11:20:22 -04:00
Clayton Coleman
0225d76b6a
Support subpath on GET for GetterWithOptions
...
Allows REST consumers to build paths like:
/api/v1beta3/namespaces/foo/webhookresource/<name>/<encodedsecretinurl>
Also fixes parameter exposure for subresources (was only fixed for
v1beta3).
2015-04-11 11:20:13 -04:00
Robert Bailey
d577db9987
Merge pull request #6721 from brendandburns/hyperkube
...
Update to 0.14.2 in the docker k8s instructions.
2015-04-10 23:45:36 -07:00
Abhi Shah
3fde9cd412
Merge pull request #6722 from GoogleCloudPlatform/revert-6709-apiserver-in-a-pod
...
Revert "kube-apiserver in a pod."
2015-04-10 23:29:01 -07:00
kargakis
ae960552c8
Remove deprecated call to ResourceFromArgs
...
Continuing from #6571
2015-04-11 08:14:25 +02:00
Dawn Chen
7f2f165797
Revert "kube-apiserver in a pod."
2015-04-10 22:54:52 -07:00
Brendan Burns
6217ae0242
Update to 0.14.2 in the docker k8s instructions.
2015-04-10 22:02:55 -07:00
litian54
36ef786228
Fix Rendering SLS 'base:nginx' failed if 'cloud' is not defined in minion grains
2015-04-10 18:27:22 -07:00
Daniel Smith
dd26cdf0f7
Fix comments; switch to watching nodes
2015-04-10 17:49:51 -07:00
Dawn Chen
fff6cebb5f
Merge pull request #6711 from yujuhong/container_status
...
Kubelet: surface the container creation/start failure reason
2015-04-10 17:19:32 -07:00
Dawn Chen
23c9b1a04b
Merge pull request #6709 from ArtfulCoder/apiserver-in-a-pod
...
kube-apiserver in a pod.
2015-04-10 16:34:24 -07:00
Daniel Smith
66d55e0959
Merge pull request #6546 from lavalamp/fix
...
Add to controller framework; use in scheduler
2015-04-10 16:20:17 -07:00
Victor Marmol
52d73951db
Merge pull request #6710 from rjnagal/node
...
Fix heapster config to talk to the right kubelet port.
2015-04-10 16:12:42 -07:00
Daniel Smith
395d69641e
fix race
2015-04-10 16:02:51 -07:00
Yu-Ju Hong
bb417e82d7
Kubelet: surface the container creation/start failure reason
...
Container creation/start failure cannot be reproduced by inspecting the
containers. This change caches such errors so that kubelet can retrieve it
later.
This change also extends FakeDockerClient to support setting error response
for a specific function.
2015-04-10 16:02:27 -07:00
Rohit Jnagal
013653bd58
Fix heapster config to talk to the right kubelet port.
...
The config was updated for v1bet1, but the tests are using v1beta3.
2015-04-10 22:58:38 +00:00
Abhishek Shah
2f70395396
kube-apiserver in a pod.
2015-04-10 15:46:49 -07:00
Victor Marmol
cfa5bad602
Merge pull request #6706 from eparis/kubelet-error
...
Fix printing errors from failed binary runs
2015-04-10 15:27:51 -07:00
CJ Cullen
bfa940ef1b
Merge pull request #5646 from mattf/storm-example
...
Update to storm example
2015-04-10 15:01:42 -07:00
Eric Paris
8e7d14196f
Fix printing errors from failed binary runs
...
I had the kublet die on startup and the only error was "0x401da0" Which
I assume is an address of the err.Error function. The other way to fix
this, I think, would be to use err.Error(), however that could cause
fmt.Fprintf() problems, debuging on the error message people used.
Now I get a nice clean error I can understand:
"cAdvisor.New() err = mountpoint for cpu not found"
2015-04-10 17:56:47 -04:00
Dawn Chen
c19437395b
Merge pull request #6702 from ddysher/remove-nodeinfo
...
Remove nodeinfo endpoint from kubelet
2015-04-10 14:54:16 -07:00
Dawn Chen
cf357dfa21
Merge pull request #6701 from dchen1107/podstatus
...
Fix a small regression on api server proxy after switch to v1beta3.
2015-04-10 14:22:54 -07:00
Daniel Smith
6835318d1e
switch to require 'go controller.Run()'
2015-04-10 14:05:08 -07:00
Daniel Smith
5f7715f0e9
Make scheduler not miss deletion events even in the case of a resync.
2015-04-10 14:05:08 -07:00
Daniel Smith
880f922bb6
Add easy setup for simple controller
...
Also add tests; coverage up to 86.7%
2015-04-10 14:05:07 -07:00
Daniel Smith
065a8fa454
add informational output to test
2015-04-10 14:05:07 -07:00
Tim Hockin
b67bb85a2d
Merge pull request #6435 from lavalamp/fix4
...
Add DeepCopy! Also-- optimize conversion for []byte
2015-04-10 13:53:45 -07:00
Daniel Smith
03be9a24bf
Merge pull request #6693 from derekwaynecarr/fix_local_up
...
Local-up-cluster does not have admission control
2015-04-10 13:47:26 -07:00
Tim Hockin
4a7b0eecbb
Merge pull request #5138 from justinsb/cloud_pd
...
AWS EBS volume support
2015-04-10 13:47:03 -07:00
Daniel Smith
111e796b94
Merge pull request #6692 from roberthbailey/kube-proxy-pprof
...
Enable pprof on the kube-proxy's healthz http server.
2015-04-10 13:46:48 -07:00
Daniel Smith
6a9ba0cf36
Merge pull request #6687 from ddysher/fix-doc
...
Small fix for secret doc
2015-04-10 13:44:35 -07:00