- 11 Sep, 2014 1 commit
-
-
Federico Simoncelli authored
This patch adds the initial support for the oVirt cloud provider. Signed-off-by:Federico Simoncelli <fsimonce@redhat.com>
-
- 09 Sep, 2014 9 commits
-
-
Federico Simoncelli authored
This patch adds the dependency to gcfg in order to parse configuration files. Signed-off-by:Federico Simoncelli <fsimonce@redhat.com>
-
brendandburns authored
-
brendandburns authored
-
brendandburns authored
-
brendandburns authored
-
brendandburns authored
Release Kubernetes v0.2
-
Daniel Smith authored
allow proxy to accept a listen address. fixes #1220
-
Daniel Smith authored
Typo correction
-
Dan Mace authored
-
- 08 Sep, 2014 28 commits
-
-
Filipe Brandenburger authored
This commit will be tagged with a v0.2 annotated git tag. Tested: - Created a git tag for it, built it and checked output of -version: $ git tag -a -m 'Release Kubernetes v0.2' v0.2 $ make hack/build-go.sh Building local go components $ _output/go/bin/kubecfg -version Kubernetes version 0.2, build b47f9af5c9ea770973be1b001adaffbdfcb08618 $ _output/go/bin/kubecfg -version=raw version.Info{Major:"0", Minor:"2", GitVersion:"v0.2", GitCommit:"b47f9af5c9ea770973be1b001adaffbdfcb08618", GitTreeState:"clean"} - Made sure hack/test-go.sh and hack/test-cmd.sh still pass. Fixes: Issue #1018 Signed-off-by:Filipe Brandenburger <filbranden@google.com>
-
Daniel Smith authored
Return standard API errors from etcd registry by operation
-
Clayton Coleman authored
Adds pkg/api/errors/etcd, which defines default conversions for common CRUD operations from etcd to api.
-
Tim Hockin authored
Rename all XStorage types to REST for clarity
-
brendandburns authored
-
Daniel Smith authored
-
Daniel Smith authored
Support configurations for cloudproviders
-
Tim Hockin authored
Passing pod UUID to Kubelet.
-
Federico Simoncelli authored
Cloud providers may need specific configurations to run properly (e.g. authentication parameters, uri, etc.). This patch adds the simplest implementation for passing configurations to cloudproviders: a new apiserver -cloud_config flag to specify the path to an arbitrary configuration file. Signed-off-by:Federico Simoncelli <fsimonce@redhat.com>
-
Dawn Chen authored
-
Daniel Smith authored
Fix build
-
Daniel Smith authored
-
brendandburns authored
Add a generic proxier
-
brendandburns authored
Detangle the use of a Red Hat OS family as requiring openvswitch
-
derekwaynecarr authored
-
Daniel Smith authored
Please expedite: the rarely attempted interface{} -> runtime.Object rename -
Clayton Coleman authored
Access.md added.
-
Joe Beda authored
Add documentation for client libraries
-
Brian Ketelsen authored
-
Brian Ketelsen authored
-
Daniel Smith authored
-
Daniel Smith authored
-
Daniel Smith authored
-
Daniel Smith authored
-
Daniel Smith authored
-
Daniel Smith authored
-
Daniel Smith authored
-
Daniel Smith authored
-
- 06 Sep, 2014 2 commits
-
-
Joe Beda authored
Update nginx to support websockets and not buffer watches.
-
Tim Hockin authored
Add support for the PostStart event handler.
-