k3s/cluster
Brad Erickson 1846cfc129 Minion->Node rename: NODE_ROOT_DISK_SIZE, NODE_ROOT_DISK_TYPE, etc
NODE_SCOPES
2015-11-25 00:45:09 -08:00
..
addons update client.Config to use GroupVersion 2015-11-21 08:29:26 -05:00
aws Minion->Node rename: NODE_ROOT_DISK_SIZE, NODE_ROOT_DISK_TYPE, etc 2015-11-25 00:45:09 -08:00
centos Minion->Node rename: NODE_NAMES, NODE_NAME, NODE_PORT 2015-11-25 00:45:09 -08:00
gce Minion->Node rename: NODE_ROOT_DISK_SIZE, NODE_ROOT_DISK_TYPE, etc 2015-11-25 00:45:09 -08:00
gke Minion->Node rename: NODE_ROOT_DISK_SIZE, NODE_ROOT_DISK_TYPE, etc 2015-11-25 00:45:09 -08:00
images Update some flags 2015-11-20 11:47:31 -08:00
juju Minion->Node rename: KUBE_NODE_IP_ADDRESSES, KUBE_NODE_IP_ADDRESS 2015-11-25 00:43:52 -08:00
kubemark Update kubemark/config-default.sh 2015-11-17 14:10:41 +01:00
libvirt-coreos Merge pull request #16574 from hurf/stop_doc 2015-11-05 19:43:21 -08:00
mesos/docker Minion->Node rename: NODE_NAMES, NODE_NAME, NODE_PORT 2015-11-25 00:45:09 -08:00
ovirt
rackspace Load or generate auth from kubeconfig on kube-up 2015-10-30 10:19:40 -07:00
saltbase Revert "Salt changes to enable using non-default Kubelet port" 2015-11-25 09:15:36 +01:00
ubuntu Merge pull request #17419 from ZJU-SEL/fix-ubuntu-etcd-flag 2015-11-23 03:19:17 -08:00
vagrant Minion->Node rename: NODE_NAMES, NODE_NAME, NODE_PORT 2015-11-25 00:45:09 -08:00
vsphere Minion->Node rename: NODE_NAMES, NODE_NAME, NODE_PORT 2015-11-25 00:45:09 -08:00
README.md
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
kube-env.sh declare azure/ubuntu/saltstack bankruptcy 2015-10-16 18:21:21 -07:00
kube-push.sh
kube-up.sh
kube-util.sh Minion->Node rename: NODE_NAMES, NODE_NAME, NODE_PORT 2015-11-25 00:45:09 -08:00
kubectl.sh
options.md
test-e2e.sh
test-network.sh
test-smoke.sh Support passing args to cluster/test-smoke.sh 2015-10-09 14:44:23 -07:00
update-storage-objects.sh
validate-cluster.sh cluster/validate-cluster.sh: Allow for greater than NUM_MINIONS. 2015-10-20 18:27:23 -04: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