cloudfoundry-incubator / kubo-release

Kubernetes BOSH release
https://www.cloudfoundry.org/container-runtime/
Apache License 2.0
161 stars 76 forks source link

Update coredns.yml.erb #306

Open alex-slynko opened 5 years ago

alex-slynko commented 5 years ago

What this PR does / why we need it: Adds readiness probe for CoreDNS https://github.com/kubernetes/kubernetes/pull/74137

How can this PR be verified? It just works

Is there any change in kubo-deployment? Nope

Is there any change in kubo-ci? Nope

Does this affect upgrade, or is there any migration required? Nope

Which issue(s) this PR fixes: Nope

Release note:

CoreDNS now has a readiness probe
cfdreddbot commented 5 years ago

:white_check_mark: Hey alex-slynko! The commit authors and yourself have already signed the CLA.

obeyler commented 4 years ago

Hy @alex-slynko I think that if you want to enable this you need also to add the ready plugin inside the coredns config map. Note also that by default the readyness probe is set to port 8181 and not 8080 see https://coredns.io/plugins/ready/ for more information