k3s/cluster
Kubernetes Submit Queue e5fbea62c6 Merge pull request #29883 from aledbf/fluent-image-size
Automatic merge from submit-queue

Reduce size of images fluentd-gcp and fluentd-elasticsearch

replaces #26652

```
aledbf/fluentd-elasticsearch                   1.19 769ece5c8ba8 About an hour ago 269.9 MB
gcr.io/google_containers/fluentd-elasticsearch 1.18 0a8cbfbea7f7 5 weeks ago       530.3 MB

aledbf/fluentd-gcp                             1.22 ef979b82a767 About an hour ago 307.9 MB
gcr.io/google_containers/fluentd-gcp           1.21 0ef09b1bcfd7 2 weeks ago       498.5 MB
```

closes #29782
2016-08-23 05:51:44 -07:00
..
addons Merge pull request #29883 from aledbf/fluent-image-size 2016-08-23 05:51:44 -07:00
aws Merge pull request #28499 from Secful/parameterize_vpc_name 2016-08-22 00:54: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 etcd default ports for v3, and validate tests 2016-08-17 07:49:19 -05:00
gce Merge pull request #31103 from mwielgus/scheduling-alg-provider-flag 2016-08-23 01:44:54 -07:00
gke cluster/gke: reword package docs 2016-08-14 22:12:51 +03:00
images Merge pull request #31099 from luxas/remove_kubelet_container 2016-08-22 08:50:10 -07:00
juju Merge pull request #30092 from mbruzek/juju-util-fixes 2016-08-10 17:09:52 -07:00
kubemark let load and density e2e tests use GC if it's on 2016-08-11 11:48:20 -07: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 Remove kubernetes metadata plugin 2016-08-23 08:21:46 -03: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 Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00
README.md add maintenance notice to cluster/README 2016-06-13 11:47:30 -07:00
common.sh Scheduling algorithm provider flag in kube-up.sh 2016-08-22 17:49:00 +02: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