k3s/cluster
Tim Hockin 3005471100 Add new apiserver flags for clusterIP (nee portal)
Leave old flags but marked as deprecated
2015-05-28 16:10:44 -07:00
..
addons Rename 'portal IP' to 'cluster IP' most everywhere 2015-05-28 16:10:44 -07:00
aws Merge pull request #7905 from bakins/aws-coreos 2015-05-21 09:05:56 -07:00
azure Updating /cluster to use v1beta 3 specs, and change a lot of polling to 2015-05-15 14:17:55 -07:00
gce Merge pull request #8902 from brendandburns/fix 2015-05-28 15:32:50 -07:00
gke Pass arg lists to gcloud as comma-separated single arg 2015-05-28 00:36:13 -04:00
images Add new apiserver flags for clusterIP (nee portal) 2015-05-28 16:10:44 -07:00
juju Add new apiserver flags for clusterIP (nee portal) 2015-05-28 16:10:44 -07:00
libvirt-coreos Add new apiserver flags for clusterIP (nee portal) 2015-05-28 16:10:44 -07:00
ovirt
rackspace Add new apiserver flags for clusterIP (nee portal) 2015-05-28 16:10:44 -07:00
saltbase Add new apiserver flags for clusterIP (nee portal) 2015-05-28 16:10:44 -07:00
ubuntu Add new apiserver flags for clusterIP (nee portal) 2015-05-28 16:10:44 -07:00
vagrant Fix Vagrant node registration and kube-push 2015-05-27 10:50:57 -04:00
vsphere Updating /cluster to use v1beta 3 specs, and change a lot of polling to 2015-05-15 14:17:55 -07:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
common.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
get-kube.sh Small fixes to get-kube.sh 2015-05-26 14:29:07 +02:00
kube-down.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-env.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-push.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-up.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kube-util.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
kubectl.sh make ./kubectl.sh work with juju provider 2015-05-19 10:01:55 -05:00
options.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
test-network.sh Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
update-storage-objects.sh Adding a script to update etcd objects 2015-05-15 16:20:35 -07:00
validate-cluster.sh Extend logging for cluster validation 2015-05-27 12:05:26 +02: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