Alex Robinson
|
5d9564b1cc
|
Improve GCE's implementation of UpdateTCPLoadBalancer to only make the
update calls if anything has changed.
|
2015-04-24 18:44:19 +00:00 |
|
Alex Robinson
|
6ae8e40d3d
|
Move the logic for reconciling the host targets of external load balancers
from the node controller to the service controller before impending changes
to the node controller make it not fit there anymore.
|
2015-04-24 18:44:04 +00:00 |
|
Steve Milner
|
1acbfba576
|
Added basic apiserver authz tests.
|
2015-04-24 14:38:34 -04:00 |
|
Brian Grant
|
60d7bad147
|
Merge pull request #7128 from nikhiljindal/fixbeta1tests
Removing more references to v1beta1 from pkg/
|
2015-04-24 11:07:53 -07:00 |
|
Cesar Wong
|
556faa4590
|
Switch kubelet log command to use pod log subresource
|
2015-04-24 14:04:51 -04:00 |
|
Fabio Yeon
|
0c54673626
|
Merge pull request #7180 from ddysher/validate-no-dup-ip
Validate Node IPs; clean up validation code
|
2015-04-24 09:36:27 -07:00 |
|
Robert Bailey
|
137c90738e
|
Merge pull request #7289 from kazegusuri/logging
lower log level on recovering from panic
|
2015-04-24 09:22:46 -07:00 |
|
Victor Marmol
|
e654abde97
|
Merge pull request #7271 from yifan-gu/run
kubelet/dockertools: Move RunContainer into container runtime.
|
2015-04-24 07:46:22 -07:00 |
|
Masahiro Sano
|
7c371ee36e
|
lower log level on recovering from panic
|
2015-04-24 22:09:14 +09:00 |
|
Clayton Coleman
|
9f753c2592
|
Merge pull request #5909 from mfojtik/iowatcher
Suppress 'use of closed network connection' error in iowatcher
|
2015-04-24 08:56:40 -04:00 |
|
Clayton Coleman
|
ed00dae7c8
|
Merge pull request #7107 from wojtek-t/conversion_generator
Code to automatically generate conversion methods
|
2015-04-24 08:39:11 -04:00 |
|
Michal Fojtik
|
1d496a030e
|
Suppress 'use of closed network connection' error in iowatcher
Signed-off-by: Michal Fojtik <mfojtik@redhat.com>
|
2015-04-24 14:32:00 +02:00 |
|
Wojciech Tyczynski
|
159a58ddfb
|
Merge pull request #7169 from fgrzadkowski/requests_by_clients
Break request metrics in apiserver by client.
|
2015-04-24 13:37:50 +02:00 |
|
Filip Grzadkowski
|
8b755c805b
|
Break request metrics in apiserver by client.
|
2015-04-24 13:16:14 +02:00 |
|
Karl Beecher
|
a7623ca6cc
|
Adds ability to define a prefix for etcd paths
The API server can be supplied (via a command line flag) with a custom
prefix that is prepended to etcd resources paths.
Refs: #3476
|
2015-04-24 12:12:39 +02:00 |
|
nikhiljindal
|
dcc368c781
|
Removing more references to v1beta1 from pkg/
|
2015-04-24 00:45:17 -07:00 |
|
Wojciech Tyczynski
|
7f919a44c2
|
Generate conversions for v1beta3 package.
|
2015-04-24 09:18:12 +02:00 |
|
Deyuan Deng
|
c73ce1db34
|
Validate Node IPs; clean up validation code
|
2015-04-23 21:08:18 -04:00 |
|
David Oppenheimer
|
7505bed054
|
Merge pull request #7270 from thockin/docslinks
Make docs links go through docs.k8s.io
|
2015-04-23 17:18:51 -07:00 |
|
David Oppenheimer
|
ee11832d71
|
Merge pull request #7263 from lavalamp/fix4
fix watch of single object
|
2015-04-23 17:09:59 -07:00 |
|
Brian Grant
|
24cad22a88
|
Merge pull request #6674 from kargakis/error-on-invalid-label-spec
Tighten label parsing
|
2015-04-23 16:41:52 -07:00 |
|
Yifan Gu
|
b5a1b32aa4
|
kubelet/dockertools: Move RunContainer into container runtime.
Also removed ContainerRunner interface.
|
2015-04-23 16:40:37 -07:00 |
|
Tim Hockin
|
12e4e8f304
|
Make docs links go through docs.k8s.io
|
2015-04-23 16:36:27 -07:00 |
|
Brian Grant
|
73322af8e8
|
Merge pull request #5842 from simon3z/rc-annotation
Replica Controller Name Annotation in Pods
|
2015-04-23 16:35:18 -07:00 |
|
David Oppenheimer
|
e8b28c59c6
|
Merge pull request #7228 from jlowdermilk/describe-examples
Add examples for kubectl describe, make gendocs less spammy
|
2015-04-23 16:08:35 -07:00 |
|
Daniel Smith
|
2fa3ae9f15
|
fix watch of single object
|
2015-04-23 16:02:22 -07:00 |
|
Victor Marmol
|
d25a1412e6
|
Merge pull request #7262 from yifan-gu/kill
kubelet: Move KillContainer to container runtime.
|
2015-04-23 15:59:30 -07:00 |
|
Brian Grant
|
0b153eb522
|
Merge pull request #7211 from anguslees/lbmethod-fix
OpenStack: lb_method required when creating LbaaS pool
|
2015-04-23 15:56:42 -07:00 |
|
Yifan Gu
|
6ed27d06f7
|
kubelet: Move KillContainer to container runtime.
Rename KillContainerID(string) with KillContainer(string).
Delete the old KillContainer(*kubecontainer.Container).
|
2015-04-23 15:44:00 -07:00 |
|
Brian Grant
|
38ea531487
|
Merge pull request #7194 from nikhiljindal/example
Updating the guestbook example to v1beta3
|
2015-04-23 15:26:47 -07:00 |
|
Yu-Ju Hong
|
a3de4908d5
|
Merge pull request #7215 from nikhiljindal/errHandle
Updating serviceErrorHandler to use apiVersion specific codec
|
2015-04-23 15:21:29 -07:00 |
|
David Oppenheimer
|
8667ebddff
|
Merge pull request #7249 from yifan-gu/generator
kubelet/container: Introduce RunContainerOptionsGenerator.
|
2015-04-23 14:59:23 -07:00 |
|
Jeff Lowdermilk
|
a8e2f6e9c8
|
Add examples for kubectl describe, and make gendocs less spammy
Makes hack/{run/verify}-gendocs.sh ignore generated-timestamp-only
changes so minor changes to kubectl don't have to touch the entire
set of md docs.
|
2015-04-23 14:53:10 -07:00 |
|
Satnam Singh
|
bb478a9e21
|
Merge pull request #7007 from jlowdermilk/kubeconfig-verbose
Add a --short flag to kubectl config view
|
2015-04-23 14:51:13 -07:00 |
|
Dawn Chen
|
6207c518b3
|
Merge pull request #7254 from yifan-gu/readiness
kubelet/dockertools: Add readinessManage/containerRefManager to dockerManager.
|
2015-04-23 14:34:43 -07:00 |
|
nikhiljindal
|
1e323d77bc
|
Updating the guestbook example to v1beta3
|
2015-04-23 14:34:36 -07:00 |
|
nikhiljindal
|
120904df5f
|
Fixing serviceErrorHandler to use apiVersion specific codec
|
2015-04-23 14:32:05 -07:00 |
|
Yifan Gu
|
e8d485a3a1
|
kubelet/dockertools: Add readinessManage/containerRefManager to dockerManager.
This can enable us to move KillContainer() to container runtime.
|
2015-04-23 14:20:34 -07:00 |
|
Yifan Gu
|
bd7132bc07
|
kubelet/container: Introduce RunContainerOptionsGenerator.
This interface wraps the kubelet to provide the options for
container runtime to run a container.
|
2015-04-23 13:55:50 -07:00 |
|
Dawn Chen
|
f7831dcd93
|
Merge pull request #7229 from vmarmol/stats
Kubelet: Add /stats/container endpoint for raw containers
|
2015-04-23 13:43:23 -07:00 |
|
Dawn Chen
|
4c221892a5
|
Merge pull request #7241 from yifan-gu/pull
kubelet/container: Add Pull() and IsImagePresent() to runtime interface.
|
2015-04-23 13:39:31 -07:00 |
|
Tim Hockin
|
4e40423ca7
|
Merge pull request #7166 from pmorie/secrets-idempotent
Make secret volume plugin idempotent
|
2015-04-23 12:13:26 -07:00 |
|
Yifan Gu
|
de6e81fb4a
|
kubelet/container: Add Pull() and IsImagePresent() to runtime interface.
|
2015-04-23 11:58:51 -07:00 |
|
Victor Marmol
|
15e2a7fe38
|
Merge pull request #7200 from yifan-gu/containerID
Introduce container ID type.
|
2015-04-23 11:33:32 -07:00 |
|
Yifan Gu
|
afb9a896cb
|
Introduce container ID type.
|
2015-04-23 10:43:27 -07:00 |
|
Victor Marmol
|
c29d328c55
|
Kubelet: Add /stats/container endpoint.
This endpoint exposes container stats for all raw containers on the
machine. The addition is backwards compatible.
|
2015-04-23 10:38:29 -07:00 |
|
Yifan Gu
|
af1e9f737f
|
kubelet: Introduce volume manager.
The volume manager book-keeps the information for the volume mounts
on the kubelet, so we can avoid passing the volumeMap around.
|
2015-04-23 10:37:02 -07:00 |
|
Victor Marmol
|
e2f37f81a9
|
Add SubcontainerInfo() to cAdvisor API.
Returns information about a container and its subcontainers.
|
2015-04-23 10:20:05 -07:00 |
|
Dawn Chen
|
f9156c281a
|
Merge pull request #7123 from satnam6502/logging
Propagate pod and container name for log files
|
2015-04-23 10:13:08 -07:00 |
|
Dawn Chen
|
961cd710d7
|
Merge pull request #7208 from vmarmol/runtime
Add RunInContainer/ExecInContainer to container Runtime API.
|
2015-04-23 10:11:57 -07:00 |
|