k3s/cluster
Jeff Lowdermilk 4a9b046515 Merge pull request #20432 from brendandburns/flake5
Don't re-check with gcloud for a firewall's existence to fix a potential flake.
2016-02-02 11:59:54 -08:00
..
addons Use Heapster v0.20.0-alpha3 2016-02-01 12:22:11 +01:00
aws Merge pull request #19776 from justinsb/aws_sync_kubeup_gce 2016-02-01 14:44:18 -08:00
centos Change repository references to https://github.com/kubernetes/kubernetes 2016-01-22 10:23:14 -05:00
gce Merge pull request #20432 from brendandburns/flake5 2016-02-02 11:59:54 -08:00
gke
images Update tests from Go 1.5.2 to Go 1.5.3 2016-01-21 09:43:52 -08:00
juju Added --allow-privileged flag to kubelet and apiserver init command 2015-12-19 15:47:41 +01:00
kubemark
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 updated cluster/mesos/docker and contrib/mesos for mesos-0.26 compat 2016-01-27 17:13:07 +00:00
ovirt
rackspace Change repository references to https://github.com/kubernetes/kubernetes 2016-01-22 10:23:14 -05:00
saltbase Merge pull request #20509 from yujuhong/docker_health 2016-02-02 11:50:04 -08:00
ubuntu Merge pull request #20138 from jetsanix/fix-ubuntu 2016-02-02 05:20:31 -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: Refactor kube-env into common; use in AWS 2016-01-28 10:31:51 -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
kube-env.sh
kube-push.sh
kube-up.sh
kube-util.sh
kubectl.sh Add support for ppc64le architecture. 2015-12-09 12:12:13 +05:30
options.md
test-conformance.sh
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
update-storage-objects.sh
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