kubernetes/cluster
Tim Hockin 109c3f2b05 Merge pull request #12834 from eldarion-gondor/fix-validate-cluster-on-error
When calling kubectl.sh, allow error due to API server bouncing
2015-08-27 17:21:09 -07:00
..
addons Transfer maintainer responsibilities for fluentd configs/images. 2015-08-26 21:48:51 +00:00
aws Merge pull request #13029 from justinsb/aws_config_test_disk 2015-08-26 09:53:45 -07:00
azure Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
gce Revert "Make MASTER_IP_RANGE master-only" 2015-08-27 10:52:21 +02:00
gke Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
images convert cluster/ from --flag_name= --flag-name= 2015-08-07 11:00:13 -04:00
juju Copy edits for typos (resubmitted) 2015-08-25 10:47:58 -04:00
libvirt-coreos Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
mesos/docker [mesos/docker] Lazily pull images to speed up kube-up 2015-08-21 14:10:00 -07:00
ovirt Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
saltbase Revert "LimitRange updates for Resource Requirements Requests" 2015-08-27 10:50:50 +02:00
ubuntu Merge pull request #13068 from jlowdermilk/no-reuse-auth 2015-08-24 15:56:36 -07:00
vagrant Merge pull request #13154 from derekwaynecarr/fix_vagrant_warning 2015-08-25 15:33:14 -07:00
vsphere Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
common.sh Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -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 Correct the wrong words in shell comments 2015-08-24 20:13:38 +08:00
kube-up.sh Factor out validate-cluster.sh call from kube-up.sh 2015-08-04 16:05:18 +02:00
kube-util.sh Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -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
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
test-e2e.sh Add docker-compose cluster that runs with mesos 2015-08-05 10:48:28 -07:00
test-network.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
update-storage-objects.sh updating all references in .sh scripts 2015-08-12 14:41:59 -07:00
validate-cluster.sh When calling kubectl.sh, allow error due to API server bouncing 2015-08-18 07:16:18 -06: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