k3s/cluster
Saad Ali 8a511a77cd Merge pull request #9668 from mbruzek/fix-make
Fixing an error I saw in testing, that make clean resolves.
2015-06-16 18:41:14 -07:00
..
addons Updating heapster to v0.14.2 2015-06-16 17:15:24 -07:00
aws Merge pull request #9769 from brendandburns/secure 2015-06-16 14:21:54 -07:00
azure Fix cluster monitoring setup config. 2015-05-30 05:31:53 +00:00
gce Merge pull request #9769 from brendandburns/secure 2015-06-16 14:21:54 -07:00
gke Updating heapster version to v0.14.1. 2015-06-16 11:56:23 -07:00
images update docker k8s approach 2015-06-16 09:44:21 +08:00
juju Merge pull request #9668 from mbruzek/fix-make 2015-06-16 18:41:14 -07:00
libvirt-coreos Fixes quoting on systemd drop-in for DOCKER_OPTS. 2015-06-10 13:51:54 +02:00
ovirt Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace simplify flannel configuration on rackspace 2015-06-10 16:07:23 -05:00
saltbase Merge pull request #9769 from brendandburns/secure 2015-06-16 14:21:54 -07:00
ubuntu Remove the last provider-specific handling in kubectl.sh, ginkgo-e2e.sh 2015-06-16 10:58:04 -07:00
vagrant Fix vagrant client authorization. 2015-06-11 23:46:01 -04:00
vsphere Fix cluster monitoring setup config. 2015-05-30 05:31:53 +00:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
common.sh Remove the last provider-specific handling in kubectl.sh, ginkgo-e2e.sh 2015-06-16 10:58:04 -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