Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Make CoreDNS manifests v1.8 #8

Merged
merged 3 commits into from
Jun 15, 2021
Merged

WIP: Make CoreDNS manifests v1.8 #8

merged 3 commits into from
Jun 15, 2021

Conversation

gecube
Copy link
Contributor

@gecube gecube commented Jun 3, 2021

Resolves #3

@kvaps
Copy link
Member

kvaps commented Jun 4, 2021

Hi, thank you for your PR, I'll review it in a while🤘

data:
{{- if .Values.coredns.enabled }}
coredns.yaml: |
{{- tpl (.Files.Get "manifests/coredns-1.8.yaml") . | nindent 4 }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any specific reason for specifying version in filename?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It depends on whether you'd like to support several CoreDNS versions simultaneously. Because CoreDNS version does not have strict mapping on Kubernetes version in fact.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It depends on whether you'd like to support several CoreDNS versions simultaneously

How are two coredns versions can act together in single cluster?

CoreDNS version does not have strict mapping on Kubernetes version in fact.

That's true, but it has some defaults in kubeadm:
https://github.com/kubernetes/kubernetes/blob/5e58841cce77d4bc13713ad2b91fa0d961e69192/cluster/addons/dns/coredns/coredns.yaml.base#L134-L135

deploy/helm/kubernetes/templates/_helpers.tpl Show resolved Hide resolved
@kvaps kvaps merged commit 589a010 into aenix-io:master Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Templates for coredns
2 participants