k3s/cluster
Jerzy Szczepkowski a745bb17e3 Cleanup in kube-down: removed deletion of old autoscaler.
Cleanup in kube-down: removed deletion of old autoscaler.
2016-06-24 13:32:37 +02:00
..
addons Support journal logs in fluentd-gcp. 2016-06-24 00:30:32 +00:00
aws Federation e2e supports aws 2016-06-21 18:22:46 -07:00
azure azure: azkube v0.0.5 + deploy kube-system 2016-05-21 15:44:46 -07:00
centos Merge pull request #23829 from derekwaynecarr/fix_admission_order 2016-04-20 04:58:04 -07:00
gce Cleanup in kube-down: removed deletion of old autoscaler. 2016-06-24 13:32:37 +02:00
gke Merge pull request #27803 from fabioy/fix-multizone-groups 2016-06-22 10:45:54 -07:00
images Revert kube-proxy as a DaemonSet in hyperkube for the v1.3 release 2016-06-22 00:48:46 +03:00
juju cluster/juju: Updated the url for the getting started doc 2016-05-16 20:56:17 +01:00
kubemark Fix default arguments in kubemark 2016-05-11 13:10:12 +02:00
lib Handle multiple MIGs (single-zone) properly in GKE scripts. 2016-06-07 08:59:51 -07:00
libvirt-coreos
local Add local/util.sh 2016-06-06 14:45:06 +08:00
mesos/docker Address review comments 2016-05-31 10:14:33 -07:00
openstack-heat Updating CentOS image, adding heat back to the required cli tools. 2016-05-20 12:33:13 -07:00
ovirt
photon-controller Fixes and improvements to Photon Controller backend for kube-up 2016-06-14 15:40:33 -07:00
rackspace
saltbase Merge pull request #27708 from nikhiljindal/dnsHealthCheck 2016-06-23 20:30:58 -07:00
skeleton Use a skeleton provider for unimplemented functionality 2016-06-07 16:08:09 -07:00
ubuntu Address review comments 2016-05-31 10:14:33 -07:00
vagrant Simplifying the code to create kubeconfig 2016-06-20 16:10:47 -07:00
vsphere Fixes to allow Kubernetes dashboard (UI) to work 2016-04-27 13:30:21 -07:00
OWNERS Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00
README.md add maintenance notice to cluster/README 2016-06-13 11:47:30 -07:00
common.sh kube-down deletes instance templates created by the cluster upgrade 2016-06-22 14:09:37 +02:00
get-kube-local.sh
get-kube.sh Merge pull request #25366 from Jollyturns/ubuntu-download-latest 2016-05-16 16:59:37 -07:00
kube-down.sh
kube-push.sh Mark kube-push.sh as broken 2016-05-03 10:53:33 -07:00
kube-up.sh Improved user experience for users of OpenStack provider behind a proxy. 2016-04-28 14:06:29 +02:00
kube-util.sh Merge pull request #26932 from aaronlevy/conformance-fix 2016-06-21 14:30:58 -07:00
kubectl.sh Update kubectl.sh 2016-04-19 13:47:05 +02:00
log-dump.sh Added logging to file for cluster autoscaler 2016-06-02 13:51:40 +02:00
options.md
test-e2e.sh
test-network.sh
test-smoke.sh
update-storage-objects.sh
validate-cluster.sh Merge pull request #26778 from gmarek/validate-cluster 2016-06-19 21:40:54 -07:00

README.md

Cluster Configuration

Deprecation Notice: This directory has entered maintainence mode and will not be accepting new providers. Please submit new automation deployments to kube-deploy. Deployments in this directory will continue to be maintained and supported at their current level of support.

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