k3s/cluster
Mike Danese 5bd82ffe6d Merge pull request #11265 from mbforbes/gkeBashlog
Cleanup GKE bash logging
2015-07-24 18:51:36 -07:00
..
addons Update the fluentd-gcp images to include their latest Dockerfile changes. 2015-07-24 01:27:42 +00:00
aws Added possibility to overwrite ENABLE_CLUSTER_DNS with env var 2015-07-23 10:25:06 +02:00
azure Fix cluster monitoring setup config. 2015-05-30 05:31:53 +00:00
gce Merge pull request #10686 from mesosphere/kube-util 2015-07-24 10:31:48 -07:00
gke Merge pull request #11265 from mbforbes/gkeBashlog 2015-07-24 18:51:36 -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 Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace Added possibility to overwrite ENABLE_CLUSTER_DNS with env var 2015-07-23 10:25:06 +02:00
saltbase Merge pull request #11786 from a-robinson/fluentd 2015-07-24 12:40:41 -07:00
ubuntu Merge pull request #11358 from ZJU-SEL/upgradek8s 2015-07-24 10:22:43 -07:00
vagrant Merge pull request #11390 from jfchevrette/fix-vagrant-eth1 2015-07-24 13:12:24 -07:00
vsphere Added possibility to overwrite ENABLE_CLUSTER_DNS with env var 2015-07-23 10:25:06 +02:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
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 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 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 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 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