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
Clayton Coleman
eed2293f19
Merge pull request #7255 from derekwaynecarr/lower_resource
...
Normalize to lower resource names in quota admission controller
2015-04-23 18:50:35 -04: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
Alex Robinson
c0956ae0ba
Make a Fluentd sidecar image and example for sending logs from within a
...
pod's filesystem to Elasticsearch, copying liberally from the GCP version.
2015-04-23 15:22:39 -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
Eric Tune
e8a83b23d1
Pass KUBELET_TOKEN in kube-env metadata.
...
ensure-kube-token is not needed anymore because
the token passed in kube-env.
In the up case it is set, in the push case it is an empty string
but not used.
Allow unset KUBELET_TOKEN (for push case).
Fix comment.
2015-04-23 15:21:27 -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
Chao Xu
d761c64447
update examples/cassandra to api v1beta3
2015-04-23 14:48:21 -07:00
Brendan Burns
429534d6d5
Merge pull request #7226 from brendandburns/e2e
...
Add more detail to the failure notice so that we can actually see what is going on.
2015-04-23 14:43:27 -07:00
derekwaynecarr
ac97e9fb67
normalize to lower resource names
2015-04-23 17:39:45 -04: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
Tobi Knaup
522d4c3b85
Upgrade go-dockerclient dependency to support CgroupParent
2015-04-23 13:50:04 -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
David Oppenheimer
ef5f0395bd
Merge pull request #7212 from bussyjd/patch-2
...
fix output path of kube-version-change build
2015-04-23 13:08:38 -07:00
Daniel Smith
c29ef8bcf1
Merge pull request #7243 from satnam6502/doc
...
Fix path of kube-version-change
2015-04-23 13:07:40 -07:00
Satnam Singh
c9b9e7651e
Convert Elasticsearch logging to v1beta and de-salt
2015-04-23 13:06:15 -07:00
Satnam Singh
90bbe123a0
Fix path of kube-version-change
2015-04-23 12:26:46 -07:00
Nikhil Jindal
67b5b080b8
Merge pull request #7232 from bcbroussard/phabricator-example
...
Update Phabricator to v1beta3 example
2015-04-23 12:19:56 -07:00
Satnam Singh
0abc34245a
Update Kibana RC and service to v1beta3
2015-04-23 12:19:17 -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
Robert Bailey
09c0f25c86
Merge pull request #7191 from pmorie/e2e-local
...
Make PD test skip correctly on local provider
2015-04-23 12:08:08 -07:00
Victor Marmol
d0553c085a
Merge pull request #7192 from pmorie/e2e-local-external
...
Add appropriate skips for E2Es that use createExternalLoadBalancer
2015-04-23 11:59:46 -07:00
Yifan Gu
de6e81fb4a
kubelet/container: Add Pull() and IsImagePresent() to runtime interface.
2015-04-23 11:58:51 -07:00
David Oppenheimer
54f20151f4
Merge pull request #6713 from brendandburns/docs
...
Suggest a simple rolling update.
2015-04-23 11:52:30 -07:00
Brendan Burns
37af6563d8
Add more detail to the failure notice so that we can actually see what is going on.
2015-04-23 11:50:56 -07:00
Derek Carr
fade245a44
Merge pull request #7220 from jsafrane/devel/fix-vagrant
...
V2: Fix vagrant setup broken by commit 7475efbcfb
.
2015-04-23 14:49:31 -04:00
BC Broussard
715bee6b3a
Update examples/phabricator for v1beta3
2015-04-23 11:47:23 -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
Robert Rati
31684d1871
Move RunRC, DeleteRC, and ListPods into the utility module and refactor
...
to be support functions #7234
2015-04-23 14:30:58 -04:00
Victor Marmol
52711eacf7
Merge pull request #6885 from yifan-gu/refactor_volumes
...
kubelet: Introduce volume manager.
2015-04-23 11:03:21 -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
Paul Morie
3662399e80
Make PD test skip correctly on local provider
2015-04-23 13:32:45 -04: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
Fabio Yeon
eb11d78b58
Merge pull request #7187 from akram/fix_port_forward_listner_parsing_ipv4_ipv6_2
...
Fixes port_forward unit tests which fails on machine which ::1 does not resolve to localhost
2015-04-23 09:49:46 -07:00
Robert Bailey
c303c055d1
Merge pull request #7225 from relaxdiego/master
...
Add .yml to the list of recognized file extensions
2015-04-23 09:36:33 -07:00
Wojciech Tyczynski
c4a27f5c0f
Generating conversion methods.
2015-04-23 18:26:24 +02:00
Jeff Lowdermilk
fa6ce7b7bf
Add a --raw flag to kubectl config view
...
Defaults to false, unless --flatten is specified. Default behavior
(--raw=false) is that byte data (Client{Certificate,Key}data,
CertificateAuthorityData) is redacted for a more human-readable view.
Useful for manually inspecting files that have embeded data.
2015-04-23 09:19:45 -07:00
Mark Maglana
4927d70dd0
Add .yml to the list of recognized file extensions
2015-04-23 08:57:45 -07:00