k3s/cluster
David Oppenheimer dda010b572 Merge pull request #7240 from satnam6502/v1beta3
Update Kibana RC and service to v1beta3
2015-04-23 17:09:27 -07:00
..
addons Update Kibana RC and service to v1beta3 2015-04-23 12:19:17 -07:00
aws Merge pull request #7182 from justinsb/aws_fix_hostname 2015-04-22 14:13:53 -07:00
azure Merge pull request #6576 from jeffmendoza/azure-loop 2015-04-22 12:51:40 -07:00
gce Merge pull request #7164 from fgrzadkowski/fix_wait_minion 2015-04-23 08:21:19 +02:00
gke Fix the restart-apiserver command for GCE/GKE. 2015-04-22 15:21:13 -07:00
images Update docker examples to 0.15.0 2015-04-20 15:40:08 -07:00
juju
libvirt-coreos set KUBECONFIG in common.sh, default to new location 2015-04-20 11:07:35 -07:00
ovirt
rackspace set KUBECONFIG in common.sh, default to new location 2015-04-20 11:07:35 -07:00
saltbase Merge pull request #7123 from satnam6502/logging 2015-04-23 10:13:08 -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 Fix vagrant setup broken by commit 7475efbcfb. 2015-04-23 11:00:10 +02:00
vsphere Rename salt minion_ip to hostname_override 2015-04-21 06:24:49 -07:00
README.md Update docs. Add design principles. Fixes #6133. Fixes #4182. 2015-04-16 22:13:44 +00:00
common.sh Remove nginx and replace basic auth with bearer token auth for GCE. 2015-04-22 11:11:20 -07:00
get-kube.sh
kube-down.sh
kube-env.sh
kube-push.sh
kube-up.sh Make naming of kubectl subcommands consistent 2015-04-02 16:14:53 -07:00
kube-util.sh
kubectl.sh Use standalone kubectl for gke, remove special case for vagrant 2015-04-21 11:01:45 -07:00
options.md More options documentation 2015-04-03 13:44:06 -07:00
test-network.sh
validate-cluster.sh Fix validate-cluster.sh to work on Mac. 2015-04-21 17:51:35 -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.