k3s/cluster
Abhishek Shah f2c8d1bdd5 New SkyDNS build (Oct 13, 2015, 8c72f8c). Set ns-rotate to false. rtimeout is now defaulting to 2 seconds. SkyDNS container includes its sources in /skydns_sources.tar.gz 2015-10-13 14:11:56 -07:00
..
addons New SkyDNS build (Oct 13, 2015, 8c72f8c). Set ns-rotate to false. rtimeout is now defaulting to 2 seconds. SkyDNS container includes its sources in /skydns_sources.tar.gz 2015-10-13 14:11:56 -07:00
aws Merge pull request #15035 from ArtfulCoder/admissionChange 2015-10-06 14:25:12 -07:00
azure Removed DenyEscalatingExec from the list of default admission controllers. 2015-10-06 13:35:32 -07:00
centos enable admission-control in kube-apiserver config 2015-10-08 19:34:41 +08:00
gce Merge pull request #15252 from brendandburns/flakes3 2015-10-13 09:53:13 -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 Stop using the deprecated --portal-net flag in the docker 2015-10-07 23:07:08 -07:00
juju change minions to nodes 2015-09-19 00:01:49 +08:00
kubemark Prefix hollow-cluster-master name with instance prefix 2015-10-12 20:15:59 +02:00
libvirt-coreos Update apiserver flags in libvirt-coreos 2015-09-28 20:35:59 +08:00
mesos/docker Set executor cpu resources to an integer to avoid rounding errors 2015-10-10 21:19:08 +02:00
ovirt
rackspace change minion to node for rackspace 2015-09-30 16:17:25 +08:00
saltbase Merge pull request #15138 from mattmoor/limited-beta-rewrite 2015-10-10 11:41:34 -07:00
ubuntu Merge pull request #15135 from ZJU-SEL/upgrade-flannel 2015-10-13 07:07:18 -07:00
vagrant in scripts, experimental/v1alpha1->extensions/v1beta1 2015-10-09 15:19:13 -07:00
vsphere Stop reusing basic auth on cluster create 2015-08-22 11:45:46 -07:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
common.sh kube-down gracefully when api-server is no longer accessible 2015-09-19 18:36:03 +08:00
get-kube.sh Small fixes to get-kube.sh 2015-05-26 14:29:07 +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 Make copyright ownership statement generic 2015-05-01 17:49:56 -04: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 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