k3s/cluster
Justin Santa Barbara 4d88a4ed2c kube-up: move sha1sum-file into common
Also hash the tar files in AWS kube-up
2016-01-28 10:19:38 -08:00
..
addons Merge pull request #20164 from bprashanth/glbc_0.5.2 2016-01-28 08:21:32 -08:00
aws kube-up: move sha1sum-file into common 2016-01-28 10:19:38 -08:00
centos Change repository references to https://github.com/kubernetes/kubernetes 2016-01-22 10:23:14 -05:00
gce kube-up: move sha1sum-file into common 2016-01-28 10:19:38 -08:00
gke Use gcloud install instead of gcloud update for components to remove 2015-12-08 11:26:04 -08:00
images Update tests from Go 1.5.2 to Go 1.5.3 2016-01-21 09:43:52 -08:00
juju Merge pull request #17844 from eosrei/kube-util-minion-node 2015-12-02 03:06:27 -08:00
kubemark Minion->Node rename: PREEMPTIBLE_NODE 2015-11-25 00:45:10 -08:00
lib build: move some of hack/lib/ into a new cluster/lib/ 2016-01-11 17:10:26 -08:00
libvirt-coreos Change repository references to https://github.com/kubernetes/kubernetes 2016-01-22 10:23:14 -05:00
mesos/docker Vendor github.com/karlkfi/intemp (bash library) 2016-01-05 18:02:33 -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 #19489 from cloudnativeapps/vsphere-support-1 2016-01-26 22:27:55 -08:00
ubuntu Merge pull request #19642 from MikeSpreitzer/issue/19618 2016-01-27 12:20:11 -08:00
vagrant Vagrant fixes for fedora 23 2016-01-26 00:33:01 +00:00
vsphere vsphere support 2016-01-24 13:52:56 -08:00
README.md
common.sh kube-up: move sha1sum-file into common 2016-01-28 10:19:38 -08:00
get-kube-local.sh Merge pull request #18894 from luxas/update_master_multi 2016-01-11 20:38:41 -08: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 Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-env.sh declare azure/ubuntu/saltstack bankruptcy 2015-10-16 18:21:21 -07:00
kube-push.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-up.sh add an option to push/pull component images from a registry using kube-up 2015-12-08 14:19:30 -08: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 Add newline to the end of bash scripts 2015-09-18 19:35:05 +03:00
test-smoke.sh Support passing args to cluster/test-smoke.sh 2015-10-09 14:44:23 -07:00
update-storage-objects.sh change -o template to -o go-template=... 2015-09-05 22:30:47 +08:00
validate-cluster.sh Slightly change warning printed when not all nodes are ready in validate-cluster. 2016-01-21 15:55:36 +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