You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Describe IN DETAIL the feature/behavior/change you would like to see.
The provided CoreDNS config/CoreFile is nice however not very flexible. We currently use a fairly customised CoreFile internally and use a
Obviously this would have to come with big warnings that no compatibility guarantees could be maintained on changing kops versions potentially changing CoreDNS compatibility so I would imagine also offering configurability of the CoreDNS image used at the same time (the PR mentioned above already provides this) to allow users to ensure they don't unexpectedly jump versions and find their CoreFile suddenly becoming invalid.
2. Feel free to provide a design supporting your feature request.
N/A for now.
The text was updated successfully, but these errors were encountered:
1. Describe IN DETAIL the feature/behavior/change you would like to see.
The provided CoreDNS config/CoreFile is nice however not very flexible. We currently use a fairly customised CoreFile internally and use a
stanza to allow us to deploy our own CoreDNS setup. There's at least one PR already aiming at extending the flexibility of this setup: #5839 however we'd like to go the whole hog and allow users to provide a full string for the coreFile which would then be inserted here: https://github.com/kubernetes/kops/blob/master/upup/models/cloudup/resources/addons/coredns.addons.k8s.io/k8s-1.6.yaml.template#L61
maintaining the existing behaviour otherwise.
Example config as imagined:
Obviously this would have to come with big warnings that no compatibility guarantees could be maintained on changing kops versions potentially changing CoreDNS compatibility so I would imagine also offering configurability of the CoreDNS image used at the same time (the PR mentioned above already provides this) to allow users to ensure they don't unexpectedly jump versions and find their CoreFile suddenly becoming invalid.
2. Feel free to provide a design supporting your feature request.
N/A for now.
The text was updated successfully, but these errors were encountered: