k3s/cluster
Brendan Burns 6afbaf6bf6 Merge pull request #12543 from andyzheng0831/ubuntu
Add config to run minions on GCE using Ubuntu.
2015-08-14 22:13:38 -07:00
..
addons remove other cluster addon references for container build 2015-08-13 10:23:55 -07:00
aws typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01:00
azure Update util.sh 2015-08-14 18:47:31 +08:00
gce Add config to run minions on GCE using Ubuntu. 2015-08-13 16:40:09 -07:00
gke Always use the --cluster-version flag for the gke provider. 2015-08-11 09:48:32 -07:00
images convert cluster/ from --flag_name= --flag-name= 2015-08-07 11:00:13 -04:00
juju Updated all the references of GoogleCloudPlatform/kubernetes repo name to the new kubernetes/kubernetes 2015-08-13 15:29:48 -05:00
libvirt-coreos Merge pull request #7227 from lhuard1A/libvirt-coreos_etcd2 2015-08-13 11:19:54 -07:00
mesos/docker Use Mesos 0.23 for both master and slaves 2015-08-11 17:41:10 +02:00
ovirt
rackspace Update util.sh 2015-08-14 18:47:31 +08:00
saltbase Restore the logic of disable docker upgrade through salt for gce. 2015-08-11 14:55:58 -07:00
ubuntu Update util.sh 2015-08-14 18:47:31 +08:00
vagrant Merge pull request #10876 from jameskyle/develop 2015-08-13 14:09:50 -07:00
vsphere Update util.sh 2015-08-14 18:47:31 +08:00
README.md
common.sh typofix - https://github.com/vlajos/misspell_fixer 2015-08-08 22:31:48 +01: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 Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07: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 Factor out validate-cluster.sh call from kube-up.sh 2015-08-04 16:05:18 +02: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