jhunt / k8s-boshrelease

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

add opportunity to disable coredns installation #64

Closed obeyler closed 4 years ago

obeyler commented 4 years ago

proposal to fix: https://github.com/jhunt/k8s-boshrelease/issues/62 It let user decide to not install coredns by this bosh release. by default it keeps the same behaviour so install the coredns.

obeyler commented 4 years ago

For information: if you not enable coredns note that you must change the cluster dns parameter (and not use the default value) as other service will take by default the 10.245.0.2 Ip and you won't be able to use this IP for coredns anymore.