jhunt / k8s-boshrelease

A BOSH Release for deploying Kubernetes clusters
MIT License
13 stars 9 forks source link

Need CoreDNS bump to 1.6.9 #46

Closed obeyler closed 4 years ago

obeyler commented 4 years ago

coredns is set by default in spec to 1.2.2 the coredns image for 1.18 is 1.6.9 in this case the proxy . /etc/resolv.conf inside the Coredns config map should be replace by forward . /etc/resolv.conf

jhunt commented 4 years ago

We should add the docker images to the same process we use for checking for packaged components.