k3s/cluster
Quinton Hoole d114945b90 Merge pull request #8181 from thockin/dns-health
Fix DNS health check
2015-05-13 13:08:37 -07:00
..
addons Fix DNS health check 2015-05-13 08:51:06 -07:00
aws Merge pull request #8127 from liggitt/service_account_admission 2015-05-13 14:03:11 -04:00
azure ServiceAccount admission plugin 2015-05-11 17:18:06 -04:00
gce Replace the auth config file with a kubeconfig file when 2015-05-13 01:03:28 -07:00
gke Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
images Ease building kubelet image 2015-05-08 01:21:25 -04:00
juju update all python with boilerplate 2015-05-04 18:37:47 -04: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 rename default DNS domain to cluster.local 2015-05-11 23:00:43 -07:00
saltbase Merge pull request #8187 from satnam6502/nosecret 2015-05-13 11:12:08 -07:00
ubuntu Merge pull request #8127 from liggitt/service_account_admission 2015-05-13 14:03:11 -04:00
vagrant Merge pull request #8105 from thockin/dns-domain 2015-05-12 17:18:45 -04:00
vsphere rename default DNS domain to cluster.local 2015-05-11 23:00:43 -07:00
README.md Update docs. Add design principles. Fixes #6133. Fixes #4182. 2015-04-16 22:13:44 +00: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 Merge pull request #8005 from lavalamp/kubectlFix 2015-05-11 10:19:37 -07:00
options.md More options documentation 2015-04-03 13:44:06 -07:00
test-network.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04: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.