k3s/cluster
Rohit Jnagal 6274d845b9 Merge pull request #8931 from dchen1107/clean
Fix the race when monit is used to monitor services which are also
2015-05-29 11:23:21 -07:00
..
addons Rename 'portal IP' to 'cluster IP' most everywhere 2015-05-28 16:10:44 -07:00
aws Merge pull request #8696 from derekwaynecarr/force_namespace_creation 2015-05-29 09:28:47 -07:00
azure Merge pull request #8696 from derekwaynecarr/force_namespace_creation 2015-05-29 09:28:47 -07:00
gce Merge pull request #8696 from derekwaynecarr/force_namespace_creation 2015-05-29 09:28:47 -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 Rename PORTAL_NET all over 2015-05-28 16:10:44 -07:00
ovirt Add support for oVirt cloud provider 2014-09-11 13:08:46 +00:00
rackspace Rename PORTAL_NET all over 2015-05-28 16:10:44 -07:00
saltbase Merge pull request #8931 from dchen1107/clean 2015-05-29 11:23:21 -07:00
ubuntu Rename PORTAL_NET all over 2015-05-28 16:10:44 -07:00
vagrant Merge pull request #8696 from derekwaynecarr/force_namespace_creation 2015-05-29 09:28:47 -07:00
vsphere Rename PORTAL_NET all over 2015-05-28 16:10:44 -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 kubectl's dir should be 386 not x86 in x86 enviroment 2015-05-25 22:06:14 +09: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 Increase timeout for verifying clusters 2015-05-29 09:44:14 +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