k3s/cluster
k8s-merge-robot 777f24b6c5 Merge pull request #17629 from brendandburns/arm
Auto commit by PR queue bot
2015-11-26 06:01:04 -08:00
..
addons Merge pull request #17414 from timstclair/apiserver 2015-11-25 05:28:07 -08:00
aws Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
centos Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
gce Merge pull request #17601 from eosrei/shell-var-MINION-to-NODE 2015-11-26 05:02:44 -08:00
gke Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
images Add linux/arm to the list of server builds 2015-11-23 13:55:56 -08:00
juju Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
kubemark Minion->Node rename: PREEMPTIBLE_NODE 2015-11-25 00:45:10 -08:00
libvirt-coreos Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
mesos/docker Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
ovirt
rackspace Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
saltbase Turn flannel off by default 2015-11-25 09:43:48 +01:00
ubuntu Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
vagrant Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
vsphere Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
common.sh add a way to discover git version from a built release 2015-11-18 11:11:50 -08:00
get-kube.sh Update get-kube.sh with libvirt provider 2015-11-16 18:14:11 +02:00
kube-down.sh Merge pull request #11439 from jfchevrette/source-local-cluster-env 2015-09-03 16:35:42 -07:00
kube-env.sh declare azure/ubuntu/saltstack bankruptcy 2015-10-16 18:21:21 -07:00
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 Minion->Node rename: NODE_NAMES, NODE_NAME, NODE_PORT 2015-11-25 00:45:09 -08:00
kubectl.sh Move sourcing of provider-specific util.sh into kube-util.sh 2015-07-02 12:50:18 -07:00
options.md Minion->Node rename: NUM_NODES 2015-11-25 00:45:10 -08:00
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 Support passing args to cluster/test-smoke.sh 2015-10-09 14:44:23 -07:00
update-storage-objects.sh change -o template to -o go-template=... 2015-09-05 22:30:47 +08:00
validate-cluster.sh Merge pull request #17601 from eosrei/shell-var-MINION-to-NODE 2015-11-26 05:02:44 -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