k3s/cluster
David Oppenheimer dec9adfe2e Replace ```shell with ```sh 2015-07-19 21:38:53 -07:00
..
addons Replace ```shell with ```sh 2015-07-19 21:38:53 -07:00
aws AWS: Restore (erroneously) removed get_instance_private_ip 2015-07-14 13:45:12 -04:00
azure Fix cluster monitoring setup config. 2015-05-30 05:31:53 +00:00
gce Bump the container vm version to the latest build. 2015-07-16 09:30:33 -07:00
gke GKE upgrade tests 2015-06-20 09:44:19 -07:00
images Update multi-node docker instructions: 2015-07-13 21:28:07 -07:00
juju Updating scripts to use v1 instead of v1beta3 2015-07-01 00:23:16 -07:00
libvirt-coreos Change config files to kube-system which were missed in the original PR 2015-07-07 01:05:19 -07:00
ovirt Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace Remove unused enable_node_monitoring option 2015-06-25 20:57:56 -04:00
saltbase timeout docker load: 30 second, and restart docker daemon to workaround docker-load-hang issue. 2015-07-17 15:16:23 -07:00
ubuntu update kubedns on ubuntu 2015-07-10 09:57:00 +08:00
vagrant Change suggestion to use make quick-release 2015-07-13 13:36:00 -04:00
vsphere Remove unused enable_node_monitoring option 2015-06-25 20:57:56 -04:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
common.sh Node upgrade tests. 2015-06-18 15:59:51 -07:00
get-kube.sh Small fixes to get-kube.sh 2015-05-26 14:29:07 +02:00
kube-down.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-env.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-push.sh Refactored kube-push.sh script 2015-06-01 21:21:00 +02:00
kube-up.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-util.sh Refactored kube-push.sh script 2015-06-01 21:21:00 +02:00
kubectl.sh Pull out a deprecation message. 2015-06-09 18:19:56 -07:00
options.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -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 Fix node numbers for node list 2015-06-04 12:09:58 +01: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