k3s/cluster
k8s-merge-robot ff5c0f95c1 Merge pull request #14663 from vishh/grafana
Auto commit by PR queue bot
2015-09-30 21:30:50 -07:00
..
addons Merge pull request #14663 from vishh/grafana 2015-09-30 21:30:50 -07:00
aws Merge pull request #13185 from xsamurai/master 2015-09-30 11:29:46 -07:00
azure pid mode 2015-09-15 13:51:44 -04:00
centos Add newline to the end of bash scripts 2015-09-18 19:35:05 +03:00
gce Merge pull request #14690 from mikedanese/fix-2 2015-09-30 10:52:43 -07:00
gke Use the cluster name instead of the minion tag as the prefix for 2015-09-21 20:21:26 -07:00
images Make kubemark docker image a bit smaller 2015-09-30 13:14:02 +02:00
juju change minions to nodes 2015-09-19 00:01:49 +08:00
kubemark Initial Kubemark commit 2015-09-28 11:39:05 +02:00
libvirt-coreos Update apiserver flags in libvirt-coreos 2015-09-28 20:35:59 +08:00
mesos/docker Fix escaping in mesos-slave command line 2015-09-22 15:02:21 +02:00
ovirt
rackspace Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
saltbase Add a second etcd instance for use with events. 2015-09-29 13:13:59 -07:00
ubuntu Merge pull request #14251 from zhengguoyong/del-whitespace2 2015-09-24 16:52:42 -07:00
vagrant Enable experimental API in vagrant setups 2015-09-25 11:16:57 -04:00
vsphere Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
README.md
common.sh kube-down gracefully when api-server is no longer accessible 2015-09-19 18:36:03 +08:00
get-kube.sh
kube-down.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-env.sh
kube-push.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-up.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07: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 Add newline to the end of bash scripts 2015-09-18 19:35:05 +03:00
test-smoke.sh Add script to run minimal e2e tests to validate cluster deployment 2015-09-23 12:23:07 -07:00
update-storage-objects.sh change -o template to -o go-template=... 2015-09-05 22:30:47 +08:00
validate-cluster.sh When calling kubectl.sh, allow error due to API server bouncing 2015-08-18 07:16:18 -06: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