k3s/cluster
Saad Ali 9b01580946 Merge pull request #12872 from runningwild/master
Fix several problems with using rkt on gce
2015-08-20 15:46:16 -07:00
..
addons Fetch fluentd td agent securely 2015-08-19 13:34:03 -07:00
aws Merge pull request #12909 from justinsb/fix_12855 2015-08-20 08:26:47 +02:00
azure Update util.sh 2015-08-14 18:47:31 +08:00
gce Merge pull request #12872 from runningwild/master 2015-08-20 15:46:16 -07:00
gke Stop using deprecated commands 2015-08-19 12:19:08 +02: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 Merge pull request #12503 from mesosphere/mesos-docker-build-images 2015-08-19 14:53:42 -07:00
ovirt Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace Update util.sh 2015-08-14 18:47:31 +08:00
saltbase Merge pull request #12949 from satnam6502/fluentd-es 2015-08-19 18:48:55 -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 Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
common.sh Add generic master detector; simplify conformance. 2015-08-19 13:20:22 -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 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 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 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