kubernetes/cluster
k8s-merge-robot 19a106f61e Merge pull request #24274 from euank/configurable-release-bucket
Automatic merge from submit-queue

jenkins: Allow configuration of release bucket

This allows others to leverage the existing E2E code to test some
patched kube binary by simply overriding the bucket and reusing many of
the existing scripts
2016-04-21 23:09:05 -07:00
..
addons Merge pull request #24465 from aknuds1/glbc 2016-04-20 09:57:22 -07:00
aws ResourceQuota should be last admission controller 2016-04-12 13:40:52 -04:00
azure
centos Merge pull request #23829 from derekwaynecarr/fix_admission_order 2016-04-20 04:58:04 -07:00
cloudimages
gce Merge pull request #24274 from euank/configurable-release-bucket 2016-04-21 23:09:05 -07:00
gke Merge pull request #24177 from a-robinson/gke 2016-04-14 06:34:12 -07:00
images Include easy-rsa in container to avoid it being downloaded at runtime 2016-04-15 21:36:54 +01:00
juju
kubemark
lib Fix spacing in usage_from_stdin and info_from_stdin (issue #24186). 2016-04-14 18:19:02 +02:00
libvirt-coreos
mesos/docker
ovirt
rackspace
saltbase Masquerade traffic from off-cluster going through kube-proxy. 2016-04-19 21:39:34 -07:00
ubuntu Merge pull request #23829 from derekwaynecarr/fix_admission_order 2016-04-20 04:58:04 -07:00
vagrant Merge pull request #24324 from zjmchn/fix-vagrant-halt-up-issue 2016-04-21 15:00:04 -07:00
vsphere
OWNERS
README.md
common.sh
get-kube-local.sh
get-kube.sh
kube-down.sh
kube-push.sh
kube-up.sh
kube-util.sh
kubectl.sh
log-dump.sh
options.md
test-e2e.sh
test-network.sh
test-smoke.sh
update-storage-objects.sh
validate-cluster.sh

README.md

Cluster Configuration

The scripts and data in this directory automate creation and configuration of a Kubernetes cluster, including networking, DNS, nodes, and master components.

See the getting-started guides for examples of how to use the scripts.

cloudprovider/config-default.sh contains a set of tweakable definitions/parameters for the cluster.

The heavy lifting of configuring the VMs is done by SaltStack.

Analytics