k3s/cluster
Jeff Lowdermilk 553f9f822b Add ga-beacon analytics to gendocs scripts
hack/run-gendocs.sh puts ga-beacon analytics link into all md files,
hack/verify-gendocs.sh verifies presence of link.
2015-05-15 18:56:38 -07:00
..
addons Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
aws Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
azure Updating /cluster to use v1beta 3 specs, and change a lot of polling to 2015-05-15 14:17:55 -07:00
gce Merge pull request #8209 from krousey/v1beta1_cluster 2015-05-15 14:56:41 -07:00
gke Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
images Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
juju Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
libvirt-coreos rename default DNS domain to cluster.local 2015-05-11 23:00:43 -07:00
ovirt Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace Updating /cluster to use v1beta 3 specs, and change a lot of polling to 2015-05-15 14:17:55 -07:00
saltbase Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
ubuntu Merge pull request #8046 from ZJU-SEL/add-ubuntu-test-build-release 2015-05-14 09:07:04 -07:00
vagrant Merge pull request #8105 from thockin/dns-domain 2015-05-12 17:18:45 -04:00
vsphere Updating /cluster to use v1beta 3 specs, and change a lot of polling to 2015-05-15 14:17:55 -07:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
common.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
get-kube.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04: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 Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-up.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-util.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kubectl.sh Cleanup some todos for gke + rip out dead AuthConfig code 2015-05-13 13:54:02 -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 Check node status as part of validate-cluster.sh. 2015-05-07 16:13:07 -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