k3s/cluster
k8s-merge-robot 9aff7d9e8b Merge pull request #27652 from girishkalele/kubedns_healthz
Automatic merge from submit-queue

Enhance kubedns pod health checks to cover kubedns container

The existing health check hits port 53, the dnsmasq container, with the same domain name every time. Since dnsmasq looks up and caches results from the kubedns container, running on port 10053, the health check is not covering the kubedns container after the first query (and once every TTL expiration).

This PR enhances the health check to directly hit port 10053 (kubedns) in addition to port 53.
2016-06-29 14:58:17 -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 Merge pull request #28132 from madhusudancs/fed-kubedns-flags-nodebootstrap 2016-06-29 14:09:46 -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
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
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 "Merge pull request #28193 from zmerlynn/pull-ci-elsewhere" 2016-06-29 07:55:53 -07:00
get-kube-local.sh
get-kube.sh Implement Azure cloud provider scripts 2016-06-17 23:46:03 -07:00
kube-down.sh
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
test-network.sh
test-smoke.sh
update-storage-objects.sh
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