k3s/cluster
Piotr Szczesniak 997dd12c2c Merge pull request #13246 from kubernetes/revert-12492-limit_range_api
Revert "LimitRange updates for Resource Requirements Requests"
2015-08-27 11:12:04 +02:00
..
addons Use gcr.io for proxy image 2015-08-21 13:32:08 -07: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
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
README.md
common.sh Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
get-kube.sh
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
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
test-e2e.sh Add docker-compose cluster that runs with mesos 2015-08-05 10:48:28 -07:00
test-network.sh
update-storage-objects.sh updating all references in .sh scripts 2015-08-12 14:41:59 -07:00
validate-cluster.sh Use -o template to validate cluster 2015-08-07 21:18:40 +08: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