k3s/cluster
Zach Loafman 2d6c632de2 Revert "Revert "Merge pull request #28193 from zmerlynn/pull-ci-elsewhere""
Bring back #28193. We caught a break in
https://github.com/kubernetes/test-infra/issues/240 and discovered the
previous issue, fixed in
https://github.com/kubernetes/test-infra/pull/241 and
https://github.com/kubernetes/test-infra/pull/244, so I have a pretty
good handle on what was causing the previous bringup issues (and it
wasn't #28193). By the time this merges, we'll have good signal on GKE
in the `kubernetes-e2e-gke-updown` job.

This reverts commit ee1d480333.
2016-06-29 15:10:24 -07:00
..
addons Merge pull request #28109 from jszczepkowski/influx-ps 2016-06-29 05:02:15 -07:00
aws Merge pull request #27278 from activars/aws_optional_dhcp_set_id 2016-06-28 01:13:20 -07:00
azure azure: azkube v0.0.5 + deploy kube-system 2016-05-21 15:44:46 -07:00
azure-legacy Implement Azure cloud provider scripts 2016-06-17 23:46:03 -07:00
centos Merge pull request #23829 from derekwaynecarr/fix_admission_order 2016-04-20 04:58:04 -07:00
gce Revert "Revert "Merge pull request #28193 from zmerlynn/pull-ci-elsewhere"" 2016-06-29 15:10:24 -07:00
gke Merge pull request #27803 from fabioy/fix-multizone-groups 2016-06-22 10:45:54 -07:00
images Remove duplicated nginx image. Use nginx-slim 2016-06-28 17:35:38 -04:00
juju cluster/juju: Updated the url for the getting started doc 2016-05-16 20:56:17 +01:00
kubemark Fix default arguments in kubemark 2016-05-11 13:10:12 +02:00
lib Handle multiple MIGs (single-zone) properly in GKE scripts. 2016-06-07 08:59:51 -07:00
libvirt-coreos Remove the restart-kube-proxy and restart-apiserver functions 2016-03-18 01:49:01 -07:00
local Add local/util.sh 2016-06-06 14:45:06 +08:00
mesos/docker Substitute federation_domain_map parameter with its value in node bootstrap scripts. 2016-06-27 14:54:49 -07:00
openstack-heat Substitute federation_domain_map parameter with its value in node bootstrap scripts. 2016-06-27 14:54:49 -07:00
ovirt
photon-controller Substitute federation_domain_map parameter with its value in node bootstrap scripts. 2016-06-27 14:54:49 -07:00
rackspace fix for https://github.com/kubernetes/kubernetes/issues/13511 2016-03-25 22:29:09 +08:00
saltbase Merge pull request #27652 from girishkalele/kubedns_healthz 2016-06-29 14:58:17 -07:00
skeleton Use a skeleton provider for unimplemented functionality 2016-06-07 16:08:09 -07:00
ubuntu Merge pull request #27246 from ZJU-SEL/ubuntu-kube-up 2016-06-27 23:48:49 -07:00
vagrant Substitute federation_domain_map parameter with its value in node bootstrap scripts. 2016-06-27 14:54:49 -07:00
vsphere Substitute federation_domain_map parameter with its value in node bootstrap scripts. 2016-06-27 14:54:49 -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 "Revert "Merge pull request #28193 from zmerlynn/pull-ci-elsewhere"" 2016-06-29 15:10:24 -07:00
get-kube-local.sh Remove -v /dev:/dev from docker and docker-multinode 2016-02-07 22:15:20 +02:00
get-kube.sh Implement Azure cloud provider scripts 2016-06-17 23:46:03 -07:00
kube-down.sh Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
kube-push.sh Mark kube-push.sh as broken 2016-05-03 10:53:33 -07:00
kube-up.sh Improved user experience for users of OpenStack provider behind a proxy. 2016-04-28 14:06:29 +02:00
kube-util.sh Merge pull request #26932 from aaronlevy/conformance-fix 2016-06-21 14:30:58 -07:00
kubectl.sh Update kubectl.sh 2016-04-19 13:47:05 +02:00
log-dump.sh Added logging to file for cluster autoscaler 2016-06-02 13:51:40 +02:00
options.md
test-e2e.sh Move KUBERNETES_PROVIDER setting into cluster/kube-util.sh. 2016-03-08 16:51:20 -08:00
test-network.sh
test-smoke.sh
update-storage-objects.sh Test jobs/hpas in storage update 2016-03-04 17:05:39 -05:00
validate-cluster.sh Merge pull request #26778 from gmarek/validate-cluster 2016-06-19 21:40:54 -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