k3s/cluster
Kubernetes Submit Queue 936c5171a5 Merge pull request #30503 from wojtek-t/optimize_gci
Automatic merge from submit-queue

Avoid unnecessary copies on GCI initialization.

The issue I faced was that when starting a cluster I was getting:
```
Aug 12 11:12:46 e2e-test-wojtekt-master configure.sh[1079]: cp: error writing '/home/kubernetes/kubernetes-src.tar.gz': No space left on device
```

This PR reduces amount of space that is needed on startup, as well as this speeds up starting cluster.

@lavalamp @dchen1107
2016-08-12 12:51:11 -07:00
..
addons Merge pull request #29037 from matthewdupre/calico-policy-deploy 2016-08-12 08:12:01 -07:00
aws AWS: Allow no-op kube-down to exit 0 2016-08-10 10:36:38 -07:00
azure azure kube-up respects AZURE_RESOURCE_GROUP 2016-07-08 11:59:32 -07:00
azure-legacy Use make as the main build tool 2016-07-12 21:52:00 -07:00
centos Update to shift etcd 2.2 references to use 3.0.3 2016-08-09 08:51:15 -05:00
gce Merge pull request #30503 from wojtek-t/optimize_gci 2016-08-12 12:51:11 -07:00
gke Use bash ranges "{1..3}" instead of "$(seq 1 3)". 2016-08-08 16:23:39 -07:00
images Merge pull request #30320 from mrdunski/master 2016-08-10 02:36:25 -07:00
juju Merge pull request #30092 from mbruzek/juju-util-fixes 2016-08-10 17:09:52 -07:00
kubemark Fix Kubemark config after IP addresses machinations 2016-07-22 11:49:15 +02:00
lib Add a verbosity concept to kubernetes scripts 2016-08-04 22:01:22 -07:00
libvirt-coreos libvirt_coreos: to remove old skydns fork fetching from addons 2016-08-01 14:41:10 +02:00
local Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
mesos/docker move kube-dns to the cluster/addons/ directory 2016-07-14 11:44:00 -07:00
openstack-heat export KUBE_USER to salt (support custom usernames) for vagrant, vsphere, photon, openstack. 2016-07-22 15:22:03 -07:00
ovirt
photon-controller Use bash ranges "{1..3}" instead of "$(seq 1 3)". 2016-08-08 16:23:39 -07:00
rackspace Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
saltbase Merge pull request #29037 from matthewdupre/calico-policy-deploy 2016-08-12 08:12:01 -07:00
skeleton Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
ubuntu fixed typos, the path is not docker 2016-08-11 18:30:24 +08:00
vagrant Merge pull request #28778 from ivan4th/support-custom-fedora-repos-in-vagrant-provider 2016-08-10 16:33:54 -07:00
vsphere export KUBE_USER to salt (support custom usernames) for vagrant, vsphere, photon, openstack. 2016-07-22 15:22:03 -07:00
OWNERS
README.md
common.sh Merge pull request #29037 from matthewdupre/calico-policy-deploy 2016-08-12 08:12:01 -07:00
get-kube-local.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
get-kube.sh Merge pull request #25473 from andreykurilin/get_kube 2016-07-05 11:27:47 -07:00
kube-down.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
kube-push.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
kube-up.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
kube-util.sh Unset KUBERNETES_PROVIDER when KUBERNETES_CONFORMANCE_TEST is set 2016-07-11 18:43:37 +02:00
kubectl.sh Make releases work 2016-07-12 21:52:54 -07:00
log-dump.sh cluster/log-dump scp shouldn't check host keys 2016-08-11 13:58:52 -07:00
options.md
test-e2e.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
test-network.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
test-smoke.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
update-storage-objects.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
validate-cluster.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00

README.md

Cluster Configuration

Deprecation Notice: This directory has entered maintainence mode and will not be accepting new providers. Please submit new automation deployments to kube-deploy. Deployments in this directory will continue to be maintained and supported at their current level of support.

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