k3s/cluster
Nikhil Jindal 411d78dac3 Merge pull request #13068 from jlowdermilk/no-reuse-auth
Don't reuse credentials on cluster create
2015-08-24 15:56:36 -07:00
..
addons Use gcr.io for proxy image 2015-08-21 13:32:08 -07:00
aws Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
azure Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
gce Merge pull request #13068 from jlowdermilk/no-reuse-auth 2015-08-24 15:56:36 -07: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 Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07: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 Merge pull request #12833 from uluyol/insecure-reg 2015-08-21 14:58:37 -07:00
ubuntu Merge pull request #13068 from jlowdermilk/no-reuse-auth 2015-08-24 15:56:36 -07:00
vagrant Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -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 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
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