k3s/cluster
k8s-merge-robot d5a4915cf3 Merge pull request #22036 from timstclair/docs
Auto commit by PR queue bot
2016-03-01 11:46:33 -08:00
..
addons Revert "switch heapster addon to summary metrics api" 2016-03-01 11:59:26 +01:00
aws AWS: Set OS defaults for kube 1.2 2016-02-25 00:10:33 -05:00
centos Change repository references to https://github.com/kubernetes/kubernetes 2016-01-22 10:23:14 -05:00
cloudimages Detect & fix backwards markdown links (of the form (foo)[bar]) 2016-02-26 13:24:21 -08:00
gce Merge pull request #21827 from spxtr/upgrade-subgroup 2016-03-01 05:29:47 -08:00
gke Merge pull request #21430 from spxtr/e2e-internal 2016-02-21 12:08:22 -08:00
images Update the DNS template from cluster/addons/dns and combine into one file. Make DNS working on docker and docker-multinode 2016-02-25 21:59:07 +02:00
juju Merge pull request #21430 from spxtr/e2e-internal 2016-02-21 12:08:22 -08:00
kubemark Graduate DaemonSet to v1beta1 API, enable it by default. 2016-02-17 15:03:12 -08:00
lib build: move some of hack/lib/ into a new cluster/lib/ 2016-01-11 17:10:26 -08:00
libvirt-coreos Move E2E kube-up call into test-setup from e2e-internal. 2016-02-17 16:49:07 -08:00
mesos/docker Move E2E kube-up call into test-setup from e2e-internal. 2016-02-17 16:49:07 -08:00
ovirt
rackspace Change repository references to https://github.com/kubernetes/kubernetes 2016-01-22 10:23:14 -05:00
saltbase Merge pull request #20281 from cilium-team/fixing-docker-d 2016-02-28 03:51:31 -08:00
ubuntu Fixed typos, bash uses elif 2016-02-23 13:26:26 -05:00
vagrant Merge pull request #19066 from bboreham/patch-1 2016-02-26 13:26:14 -08:00
vsphere Use kube account to make changes via govc 2016-02-01 11:41:49 +00:00
README.md
common.sh Plumb node labels through salt 2016-02-22 15:31:34 -08:00
get-kube-local.sh Remove -v /dev:/dev from docker and docker-multinode 2016-02-07 22:15:20 +02:00
get-kube.sh Update get-kube.sh to not re-download the kubernetes archive 2016-01-11 12:03:54 +05:30
kube-down.sh
kube-env.sh declare azure/ubuntu/saltstack bankruptcy 2015-10-16 18:21:21 -07:00
kube-push.sh
kube-up.sh Override errexit in kube-up for validate-cluster 2016-02-26 09:10:20 +01:00
kube-util.sh Minion->Node rename: kube-util hosting provider helper functions 2015-11-26 09:31:46 -08:00
kubectl.sh Add support for ppc64le architecture. 2015-12-09 12:12:13 +05:30
options.md Minion->Name rename: cluster/vagrant, docs and Vagrantfile 2015-12-02 12:45:12 -08:00
test-conformance.sh Add cluster/test-conformance.sh script 2015-11-30 18:47:38 -08:00
test-e2e.sh add a timeout for job runs in case something gets stuck 2016-01-14 19:29:38 +00:00
test-network.sh
test-smoke.sh Support passing args to cluster/test-smoke.sh 2015-10-09 14:44:23 -07:00
update-storage-objects.sh
validate-cluster.sh Fix validate cluster 2016-02-16 11:34:57 +01:00

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