k3s/cluster
Veres Lajos 9f77e49109 typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
..
addons typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
aws typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
azure Merge pull request #11104 from gabrielweyer/patch-2 2015-07-29 11:08:37 -07:00
gce typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
gke Implement 'Nodes Network' test for GKE; add optional verbose SSH. 2015-08-06 14:25:53 -07:00
images convert cluster/ from --flag_name= --flag-name= 2015-08-07 11:00:13 -04:00
juju typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
libvirt-coreos typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
mesos/docker typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
ovirt Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace convert cluster/ from --flag_name= --flag-name= 2015-08-07 11:00:13 -04:00
saltbase typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
ubuntu typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
vagrant Resolved #9773 by removing vmrun binary test 2015-07-31 07:15:45 +02:00
vsphere Made enabling Kube UI configurable 2015-07-27 08:23:04 +02:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
common.sh typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
get-kube.sh Small fixes to get-kube.sh 2015-05-26 14:29:07 +02:00
kube-down.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07:00
kube-env.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-push.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07:00
kube-up.sh Factor out validate-cluster.sh call from kube-up.sh 2015-08-04 16:05:18 +02:00
kube-util.sh Factor out validate-cluster.sh call from kube-up.sh 2015-08-04 16:05:18 +02:00
kubectl.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07:00
options.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
test-e2e.sh Add docker-compose cluster that runs with mesos 2015-08-05 10:48:28 -07:00
test-network.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
update-storage-objects.sh rewrite all links to issues to k8s links 2015-08-05 21:11:11 -07:00
validate-cluster.sh Use -o template to validate cluster 2015-08-07 21:18:40 +08: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