k3s/cluster
Robert Bailey 82190a58b1 Merge pull request #7026 from justinsb/aws_use_ssl_for_salt
AWS: master should download salt using SSL
2015-04-20 11:58:47 -07:00
..
addons Move the logging-related directories to where I think they belong. 2015-04-17 23:59:50 +00:00
aws Merge pull request #7026 from justinsb/aws_use_ssl_for_salt 2015-04-20 11:58:47 -07:00
azure set KUBECONFIG in common.sh, default to new location 2015-04-20 11:07:35 -07:00
gce Merge pull request #6919 from zmerlynn/sharded-e2e 2015-04-20 11:34:18 -07:00
gke Updates for gcloud changes (alpha, kubeconfig) 2015-04-01 09:27:06 -07:00
images Update to 0.14.2 in the docker k8s instructions. 2015-04-10 22:02:55 -07:00
juju Rewrote shell script headers with accepted kubernetes boilerplate 2015-03-26 16:35:24 -04:00
libvirt-coreos set KUBECONFIG in common.sh, default to new location 2015-04-20 11:07:35 -07:00
ovirt Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace set KUBECONFIG in common.sh, default to new location 2015-04-20 11:07:35 -07:00
saltbase Fix kube-addon retrying. 2015-04-20 07:38:39 -07:00
ubuntu Fix typo and incorrect service name in sample ubuntu default scripts 2015-04-12 14:41:03 +02:00
ubuntu-cluster Improve ubuntu-cluster setup scripts 2015-04-13 15:10:14 +08:00
vagrant set KUBECONFIG in common.sh, default to new location 2015-04-20 11:07:35 -07:00
vsphere set KUBECONFIG in common.sh, default to new location 2015-04-20 11:07:35 -07:00
README.md Update docs. Add design principles. Fixes #6133. Fixes #4182. 2015-04-16 22:13:44 +00:00
common.sh Make libvirt-coreos cluster use create-kubeconfig 2015-04-20 11:07:35 -07:00
get-kube.sh Use stable.txt instead of latest.txt and add a script to set that file. 2015-03-26 15:16:59 -07:00
kube-down.sh Both @satnam6502 and E2E tests confirm: This code is no longer needed 2015-03-19 22:23:11 -07:00
kube-env.sh Adds JUJU to the Kubernetes Provider listing 2015-03-12 19:34:03 -04:00
kube-push.sh Set shell options for reliability. 2014-10-10 12:33:36 -07:00
kube-up.sh Make naming of kubectl subcommands consistent 2015-04-02 16:14:53 -07:00
kube-util.sh Use Managed Instance Group instead of manually creating Nodes in GCE 2015-02-17 20:33:31 +01:00
kubectl.sh Make libvirt-coreos cluster use create-kubeconfig 2015-04-20 11:07:35 -07:00
options.md More options documentation 2015-04-03 13:44:06 -07:00
test-network.sh Add a simple driver to test cluster networking. 2015-02-09 20:55:51 -08:00
validate-cluster.sh Fix "validate-cluster.sh" to use "kubectl get componentstatus". 2015-04-17 11:59:53 -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.