k3s/cluster
Mike Danese dcd6537b1b Merge pull request #11104 from gabrielweyer/patch-2
Stop prompting for storage account type
2015-07-29 11:08:37 -07:00
..
addons Update the fluentd-gcp images to include their latest Dockerfile changes. 2015-07-24 01:27:42 +00:00
aws Made enabling Kube UI configurable 2015-07-27 08:23:04 +02:00
azure Merge pull request #11104 from gabrielweyer/patch-2 2015-07-29 11:08:37 -07:00
gce Made enabling Kube UI configurable 2015-07-27 08:23:04 +02:00
gke Remove unused vars in cluster/gke/config and add warning 2015-07-28 11:58:20 -07:00
images Update multi-node docker instructions: 2015-07-13 21:28:07 -07:00
juju Updating scripts to use v1 instead of v1beta3 2015-07-01 00:23:16 -07:00
libvirt-coreos Merge pull request #11794 from mikedanese/revert-revert 2015-07-24 10:20:48 -07:00
ovirt
rackspace Added create folder command to avoid situation when apiserver doesn't start fast enough. 2015-07-27 16:01:59 -07:00
saltbase Use example syncer tags instead of hard-coded examples in doc 2015-07-27 14:48:41 -07:00
ubuntu deprecate outdated param 2015-07-29 13:57:14 +08:00
vagrant Made enabling Kube UI configurable 2015-07-27 08:23:04 +02:00
vsphere Made enabling Kube UI configurable 2015-07-27 08:23:04 +02:00
README.md
common.sh fix test with array expansion 2015-07-23 21:04:47 -07: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
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 Merge pull request #10686 from mesosphere/kube-util 2015-07-24 10:31:48 -07:00
kube-util.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07:00
kubectl.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07:00
options.md
test-network.sh
update-storage-objects.sh
validate-cluster.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -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