kubernetes/cluster
Saad Ali 496be63c00 Merge pull request #8717 from saad-ali/gceUpgradeScriptNewParams
Modify GCE upgrade script to not require exact version number
2015-05-26 15:09:15 -07:00
..
addons New release of kube2sky (v1.7) 2015-05-25 19:43:57 -07:00
aws Merge pull request #7905 from bakins/aws-coreos 2015-05-21 09:05:56 -07:00
azure Updating /cluster to use v1beta 3 specs, and change a lot of polling to 2015-05-15 14:17:55 -07:00
gce Merge pull request #8717 from saad-ali/gceUpgradeScriptNewParams 2015-05-26 15:09:15 -07:00
gke Fix detect-minion-names for gke provider 2015-05-26 14:15:01 -07:00
images More fixes for release 0.17.0 2015-05-18 20:47:03 -07:00
juju Repeat fix for docker charm (but point @ store copy) 2015-05-21 14:46:29 -04:00
libvirt-coreos rename default DNS domain to cluster.local 2015-05-11 23:00:43 -07:00
ovirt Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace Merge pull request #7998 from doublerr/rackspace_fixes 2015-05-19 09:59:54 -07:00
saltbase Re-add the cluster_name flag that the ServiceController and RouteController need. 2015-05-22 16:31:22 -07:00
ubuntu update etcd version to 2.0.9 for ubuntu k8s 2015-05-21 12:51:39 +08:00
vagrant remove duplicate configuration 2015-05-24 23:20:03 +08:00
vsphere Updating /cluster to use v1beta 3 specs, and change a lot of polling to 2015-05-15 14:17:55 -07:00
common.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04: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 Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-up.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-util.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kubectl.sh make ./kubectl.sh work with juju provider 2015-05-19 10:01:55 -05: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 Check node status as part of validate-cluster.sh. 2015-05-07 16:13:07 -07: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