k3s/cluster
Mike Danese 17defc7383 run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
..
addons run gofmt on everything we touched 2015-08-05 17:52:56 -07:00
aws AWS: Query for location of S3 bucket, use that 2015-08-01 14:09:23 -04:00
azure Merge pull request #11104 from gabrielweyer/patch-2 2015-07-29 11:08:37 -07:00
gce Merge pull request #12215 from runningwild/master 2015-08-04 19:08:44 -07:00
gke Revert "Implement 'Nodes Network' test for GKE" 2015-07-30 15:29:01 +02:00
images Update single node docker to 1.0.1 2015-07-29 13:43:27 -07:00
juju Updating scripts to use v1 instead of v1beta3 2015-07-01 00:23:16 -07:00
libvirt-coreos Merge pull request #11794 from mikedanese/revert-revert 2015-07-24 10:20:48 -07:00
mesos/docker Add docker-compose cluster that runs with mesos 2015-08-05 10:48:28 -07:00
ovirt
rackspace Added create folder command to avoid situation when apiserver doesn't start fast enough. 2015-07-27 16:01:59 -07:00
saltbase Merge pull request #9583 from eparis/make-cert-path 2015-08-05 00:04:17 -07:00
ubuntu Merge pull request #12260 from bjlee72/patch-1 2015-08-05 15:34:52 -07:00
vagrant Resolved #9773 by removing vmrun binary test 2015-07-31 07:15:45 +02:00
vsphere Made enabling Kube UI configurable 2015-07-27 08:23:04 +02:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
common.sh fix test with array expansion 2015-07-23 21:04:47 -07:00
get-kube.sh Small fixes to get-kube.sh 2015-05-26 14:29:07 +02:00
kube-down.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07:00
kube-env.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-push.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07:00
kube-up.sh Factor out validate-cluster.sh call from kube-up.sh 2015-08-04 16:05:18 +02:00
kube-util.sh Factor out validate-cluster.sh call from kube-up.sh 2015-08-04 16:05:18 +02:00
kubectl.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07:00
options.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
test-e2e.sh Add docker-compose cluster that runs with mesos 2015-08-05 10:48:28 -07:00
test-network.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
update-storage-objects.sh Adding a script to update etcd objects 2015-05-15 16:20:35 -07:00
validate-cluster.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07: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