k3s/cluster
Eric Paris c560f41a4b Update docs which were incorrectly using _ in flag names
Each of these was verified that the actual flag declaration correctly
used -
2015-08-17 11:18:43 -07:00
..
addons remove other cluster addon references for container build 2015-08-13 10:23:55 -07:00
aws typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
azure Update util.sh 2015-08-14 18:47:31 +08:00
gce Fix build breakage due to ubuntu invalid flag usage 2015-08-16 20:30:59 -05:00
gke Always use the --cluster-version flag for the gke provider. 2015-08-11 09:48:32 -07:00
images convert cluster/ from --flag_name= --flag-name= 2015-08-07 11:00:13 -04:00
juju Updated all the references of GoogleCloudPlatform/kubernetes repo name to the new kubernetes/kubernetes 2015-08-13 15:29:48 -05:00
libvirt-coreos Merge pull request #7227 from lhuard1A/libvirt-coreos_etcd2 2015-08-13 11:19:54 -07:00
mesos/docker Use Mesos 0.23 for both master and slaves 2015-08-11 17:41:10 +02:00
ovirt
rackspace Update util.sh 2015-08-14 18:47:31 +08:00
saltbase Update docs which were incorrectly using _ in flag names 2015-08-17 11:18:43 -07:00
ubuntu Update util.sh 2015-08-14 18:47:31 +08:00
vagrant Merge pull request #10876 from jameskyle/develop 2015-08-13 14:09:50 -07:00
vsphere Update util.sh 2015-08-14 18:47:31 +08: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 updating all references in .sh scripts 2015-08-12 14:41:59 -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