k3s/cluster
He Simei 5ebff99dbf fix etcd flag for ubuntu 2015-11-21 10:17:07 +08:00
..
addons Drop the beta for GCR v2 images. 2015-11-14 12:19:02 -08:00
aws Fix generation of master `minion.d/grains.conf`. 2015-11-16 16:37:56 -05:00
centos Update etcd to 2.2.1 2015-11-04 12:26:57 -08:00
gce Merge pull request #16960 from andyzheng0831/trusty 2015-11-17 01:21:15 -08:00
gke Merge pull request #16678 from goltermann/subnet 2015-11-03 23:23:20 -08:00
images Add socat command to hyperkube image 2015-11-12 12:39:35 +00:00
juju Fixing the errors with verify-boilerplate. 2015-10-09 11:13:28 -05: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 e2e: replace ssh with net=host hostexec pod and kubectl exec 2015-11-17 20:48:34 +01:00
ovirt
rackspace Load or generate auth from kubeconfig on kube-up 2015-10-30 10:19:40 -07:00
saltbase run kube-proxy in a static pod 2015-11-18 16:52:10 -08:00
ubuntu fix etcd flag for ubuntu 2015-11-21 10:17:07 +08:00
vagrant Remove ENABLE_EXPERIMENTAL_API and similar in favor of KUBE_RUNTIME_CONFIG. 2015-11-10 21:36:34 -05:00
vsphere Load or generate auth from kubeconfig on kube-up 2015-10-30 10:19:40 -07: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 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 Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07: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 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