k3s/cluster
Minhan Xia 2a7656c0c0 Merge pull request #19383 from freehan/esloggingfix
Improve ES test resilience
2016-01-11 10:08:50 -08:00
..
addons Merge pull request #18488 from yifan-gu/dockerized_python 2015-12-19 10:52:15 -08:00
aws AWS: Pass NUM_NODES in instance-data 2016-01-05 23:10:43 -05:00
centos Merge pull request #18456 from thockin/bump-flannel-ver 2015-12-11 00:34:39 -08:00
gce Merge pull request #19148 from andyzheng0831/trusty 2016-01-06 17:29:48 -08:00
gke Use gcloud install instead of gcloud update for components to remove 2015-12-08 11:26:04 -08:00
images Merge pull request #19216 from luxas/etcd_cross_platform 2016-01-07 11:56:13 -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
libvirt-coreos FIX : replace publicIP (decapricated) for clusterIP 2016-01-02 00:05:57 -05:00
mesos/docker executor, scheduler: make default pod roles configurable 2015-12-14 15:18:39 +01:00
ovirt
rackspace keep kubeproxy hostname consistent with kubelet 2015-11-28 10:47:29 +08:00
saltbase Gather Fluentd logs 2016-01-06 13:46:12 -08:00
ubuntu fix typo 2015-12-17 09:51:07 +08:00
vagrant Fix a couple flannel invocations I missed 2015-12-10 11:48:46 -08:00
vsphere Minion->Node rename: kube-util hosting provider helper functions 2015-11-26 09:31:46 -08:00
README.md
common.sh Fix unbound variable issue 2015-12-17 13:54:56 +01:00
get-kube-local.sh Update comment in get-kube-local.sh 2015-12-23 15:49:14 +01:00
get-kube.sh Add support for ppc64le architecture. 2015-12-09 12:12:13 +05:30
kube-down.sh
kube-env.sh
kube-push.sh
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
test-network.sh
test-smoke.sh
update-storage-objects.sh
validate-cluster.sh update validate-cluster.sh 2015-12-29 19:51:00 +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