kubernetes/cluster
Justin Santa Barbara 112a013567 AWS: Support different docker storage mechanism by setting DOCKER_STORAGE
For parity with GCE, we really want to support aufs.

But we previously supported btrfs, so we want to expose that.

Most of the work here is required for aufs, and we let advanced users choose
devicemapper/btrfs if they have a setup that works for those configurations.
2015-06-06 12:13:51 -04:00
..
addons Merge pull request #9327 from ArtfulCoder/srv_doc 2015-06-05 12:56:20 -07:00
aws AWS: Support different docker storage mechanism by setting DOCKER_STORAGE 2015-06-06 12:13:51 -04:00
azure Fix cluster monitoring setup config. 2015-05-30 05:31:53 +00:00
gce Set min-request-timeout in test clusters 2015-06-03 08:46:28 -07:00
gke gke provider: Fix "gcloud .* describe" checks in util.sh 2015-06-02 07:03:32 -07:00
images Add new apiserver flags for clusterIP (nee portal) 2015-05-28 16:10:44 -07:00
juju Merge branch 'master' of github.com:GoogleCloudPlatform/kubernetes into build-local 2015-05-29 17:36:48 -05:00
libvirt-coreos Rename PORTAL_NET all over 2015-05-28 16:10:44 -07:00
ovirt Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace remove kube-register and update config-default 2015-06-05 10:01:01 -05:00
saltbase Upgrade to Fedora 21, Docker 1.6, clean-up SDN 2015-06-04 10:59:23 -04:00
ubuntu bump the k8s version to 0.18.0 2015-06-02 13:18:45 +08:00
vagrant Upgrade to Fedora 21, Docker 1.6, clean-up SDN 2015-06-04 10:59:23 -04:00
vsphere Fix cluster monitoring setup config. 2015-05-30 05:31:53 +00:00
common.sh Refactored kube-push.sh script 2015-06-01 21:21:00 +02:00
get-kube.sh Small fixes to get-kube.sh 2015-05-26 14:29:07 +02: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 Refactored kube-push.sh script 2015-06-01 21:21:00 +02:00
kube-up.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-util.sh Refactored kube-push.sh script 2015-06-01 21:21:00 +02:00
kubectl.sh kubectl's dir should be 386 not x86 in x86 enviroment 2015-05-25 22:06:14 +09:00
options.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
README.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 Fix node numbers for node list 2015-06-04 12:09:58 +01:00

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