kubernetes/cluster
k8s-merge-robot 36c07cc554 Merge pull request #27961 from maisem/os-distribution
Automatic merge from submit-queue

Splitting OS_DISTRIBUTION into NODE_OS_DISTRIBUTION and MASTER_OS_DISTRIBUTION

fixes #26183 
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
2016-07-15 14:11:47 -07:00
..
addons move kube-dns to the cluster/addons/ directory 2016-07-14 11:44:00 -07:00
aws Splitting OS_DISTRIBUTION into NODE_OS_DISTRIBUTION and 2016-07-15 12:02:31 -07:00
azure
azure-legacy Use make as the main build tool 2016-07-12 21:52:00 -07:00
centos
gce Splitting OS_DISTRIBUTION into NODE_OS_DISTRIBUTION and 2016-07-15 12:02:31 -07:00
gke
images move kube-dns to the cluster/addons/ directory 2016-07-14 11:44:00 -07:00
juju Fixed several typos 2016-07-13 15:06:24 +01:00
kubemark Splitting OS_DISTRIBUTION into NODE_OS_DISTRIBUTION and 2016-07-15 12:02:31 -07:00
lib
libvirt-coreos Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
local
mesos/docker move kube-dns to the cluster/addons/ directory 2016-07-14 11:44:00 -07:00
openstack-heat Fixes #28205, Check release tar location for Openstack-Heat provider 2016-07-08 08:45:47 -07:00
ovirt
photon-controller
rackspace
saltbase move kube-dns to the cluster/addons/ directory 2016-07-14 11:44:00 -07:00
skeleton
ubuntu move kube-dns to the cluster/addons/ directory 2016-07-14 11:44:00 -07:00
vagrant
vsphere Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
OWNERS
README.md
common.sh Splitting OS_DISTRIBUTION into NODE_OS_DISTRIBUTION and 2016-07-15 12:02:31 -07:00
get-kube-local.sh
get-kube.sh Merge pull request #25473 from andreykurilin/get_kube 2016-07-05 11:27:47 -07:00
kube-down.sh
kube-push.sh
kube-up.sh
kube-util.sh Unset KUBERNETES_PROVIDER when KUBERNETES_CONFORMANCE_TEST is set 2016-07-11 18:43:37 +02:00
kubectl.sh Make releases work 2016-07-12 21:52:54 -07:00
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

Deprecation Notice: This directory has entered maintainence mode and will not be accepting new providers. Please submit new automation deployments to kube-deploy. Deployments in this directory will continue to be maintained and supported at their current level of support.

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