k3s/cluster
k8s-merge-robot 25b6ccfc86 Merge pull request #29754 from bprashanth/exechealthz_version
Automatic merge from submit-queue

Bump exechealthz image

With the new image at least if we observe an exec container taking more ram than it should (like the oom situation, which shouldn't happen today because of the increased limits), we can kubectl exec and check the pprof endpoints. 

Note that I'm not bumping the rc version, because I just did so with: https://github.com/kubernetes/kubernetes/pull/29693.
2016-07-28 16:25:11 -07:00
..
addons Merge pull request #29754 from bprashanth/exechealthz_version 2016-07-28 16:25:11 -07:00
aws Merge pull request #29427 from justinsb/aws_master_os_distribution 2016-07-22 15:35:20 -07:00
azure Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
azure-legacy Use make as the main build tool 2016-07-12 21:52:00 -07:00
centos Merge pull request #26746 from MHBauer/enable-ssh-compression 2016-07-19 19:21:46 -07:00
gce Revert "Modified etcd manifest to support clustering." 2016-07-27 12:03:21 -07:00
gke Merge pull request #28268 from cjcullen/expr 2016-07-01 21:41:11 -07:00
images Merge pull request #29474 from luxas/cni_cross 2016-07-22 17:13:22 -07:00
juju Fixed several typos 2016-07-13 15:06:24 +01:00
kubemark Fix Kubemark config after IP addresses machinations 2016-07-22 11:49:15 +02:00
lib Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
libvirt-coreos Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07: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 export KUBE_USER to salt (support custom usernames) for vagrant, vsphere, photon, openstack. 2016-07-22 15:22:03 -07:00
rackspace Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
saltbase Revert "Modified etcd manifest to support clustering." 2016-07-27 12:03:21 -07:00
skeleton Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
ubuntu Merge pull request #26746 from MHBauer/enable-ssh-compression 2016-07-19 19:21:46 -07:00
vagrant export KUBE_USER to salt (support custom usernames) for vagrant, vsphere, photon, openstack. 2016-07-22 15:22:03 -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 Revert "Modified etcd manifest to support clustering." 2016-07-27 12:03:21 -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 Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -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