k3s/cluster
Andy Zheng 2ea9ef53f3 Trusty: Support hybrid cluster with nodes on ContainerVM 2016-03-19 22:47:35 -07:00
..
addons kube2sky readme: fix flags 2016-03-17 21:59:07 -07:00
aws AWS kube-up: collect logs from e2e 2016-03-16 11:48:07 -04:00
azure azure: add kube-down, remove need for tenant-id 2016-03-16 12:02:41 -07:00
centos Change repository references to https://github.com/kubernetes/kubernetes 2016-01-22 10:23:14 -05:00
cloudimages AWS: Update jessie image, to fix reboot issue 2016-03-05 16:57:57 -05:00
gce Trusty: Support hybrid cluster with nodes on ContainerVM 2016-03-19 22:47:35 -07:00
gke Add connect timeout to ssh-to-node. 2016-03-07 13:29:04 -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 Use get-mater-size function in kubemark config 2016-03-16 17:38:55 +01:00
lib Remove cluster/kube-env.sh. 2016-03-08 16:57:31 -08:00
libvirt-coreos Merge pull request #22744 from sdminonne/libvirt_coreos 2016-03-10 09:36:19 -08:00
mesos/docker Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
ovirt
rackspace Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
saltbase non_masquerade_cidr: verify-flags exception, salt syntax 2016-03-15 11:05:55 -04:00
ubuntu Change default k8s version to download to 1.2.0 2016-03-18 11:41:11 -04:00
vagrant Merge pull request #22170 from metmajer/master 2016-03-04 10:40:17 -08:00
vsphere Fix typo of "attempts" in vsphere util.sh during checks. 2016-03-10 13:05:19 -05:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
README.md
common.sh Merge pull request #22674 from mml/kube-up-up-and-away 2016-03-12 00:39:33 -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 Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
kube-push.sh Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
kube-up.sh Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
kube-util.sh Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
kubectl.sh Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
log-dump.sh AWS kube-up: collect logs from e2e 2016-03-16 11:48:07 -04:00
options.md
test-conformance.sh
test-e2e.sh Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
test-network.sh
test-smoke.sh
update-storage-objects.sh Test jobs/hpas in storage update 2016-03-04 17:05:39 -05:00
validate-cluster.sh Remove cluster/kube-env.sh. 2016-03-08 16:57:31 -08: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