k3s/cluster
Kubernetes Submit Queue 5fe2495588 Merge pull request #33122 from ixdy/upgrade-debugging
Automatic merge from submit-queue

Print a more helpful error message when failing to start rolling-updates

Hopefully this will help us track down where the 1.3 -> 1.4 upgrades are breaking down. We'll need to cherry-pick this into release-1.4 to have any effect, though.
2016-09-26 00:35:05 -07:00
..
addons Split dns healthcheck into two different urls 2016-09-22 18:02:30 -07:00
aws bump master cidr range from /30 to /29 2016-09-16 13:41:58 -07:00
azure
azure-legacy [squash] Rename and move to storageclass/ 2016-08-22 14:11:01 +02:00
centos Merge pull request #30847 from bmoylan/fix/centos-docker-download 2016-09-10 16:35:20 -07:00
gce Merge pull request #33122 from ixdy/upgrade-debugging 2016-09-26 00:35:05 -07:00
gke Setting the default image for GKE tests to Container_VM. 2016-09-20 14:29:23 -07:00
images Merge pull request #32203 from dgoodwin/kubediscovery 2016-09-23 08:19:19 -07:00
juju Split dns healthcheck into two different urls 2016-09-22 18:02:30 -07:00
kubemark Allow for configuring max inflight requests in kubemark 2016-09-01 11:46:37 +02:00
lib Add a verbosity concept to kubernetes scripts 2016-08-04 22:01:22 -07:00
libvirt-coreos [squash] Rename and move to storageclass/ 2016-08-22 14:11:01 +02:00
local Merge pull request #28469 from asalkeld/local-e2e 2016-09-11 05:44:47 -07:00
mesos/docker Fix Bash script 2016-08-29 14:01:44 +02:00
openstack-heat Merge pull request #27783 from jianhuiz/openstack-heat-network 2016-09-07 16:25:02 -07:00
ovirt
photon-controller [squash] Rename and move to storageclass/ 2016-08-22 14:11:01 +02:00
rackspace
saltbase Merge pull request #32264 from dshulyak/enable_hostpath_provisioner 2016-09-20 00:30:42 -07:00
skeleton
ubuntu fix the appending bug 2016-09-21 16:36:08 +08:00
vagrant Merge pull request #32264 from dshulyak/enable_hostpath_provisioner 2016-09-20 00:30:42 -07:00
vsphere Merge pull request #30845 from YuPengZTE/master 2016-09-10 00:22:10 -07:00
OWNERS
README.md
common.sh Show errors in tars_from_version 2016-09-19 16:26:07 +02:00
get-kube-local.sh
get-kube.sh
kube-down.sh
kube-push.sh
kube-up.sh
kube-util.sh
kubectl.sh
log-dump.sh Copy rotated logs in e2e tests 2016-09-16 19:12:18 +02:00
options.md
test-e2e.sh
test-network.sh
test-smoke.sh
update-storage-objects.sh
validate-cluster.sh

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