Conversation
add dynamic to configmap node-local-dns
update packageVersion
packages/rke2-coredns/generated-changes/overlay/templates/configmap-nodelocal.yaml
Outdated
Show resolved
Hide resolved
brandond
left a comment
There was a problem hiding this comment.
Thanks for the contribution. One nit on the whitespace.
Can you please open an issue at https://github.com/rancher/rke2/issues describing your use case, and provide example chart values to allow our QA team to test this change?
|
Can you show example values for how to use this? You should also patch the rke2-charts/charts/rke2-coredns/rke2-coredns/1.29.002/values.yaml Lines 388 to 399 in ca72e83 If the section shouldn't be present by default, add it commented out - for example: rke2-charts/charts/rke2-coredns/rke2-coredns/1.29.002/values.yaml Lines 374 to 378 in ca72e83 |
|
I tried just copying the default nodelocal:
enabled: true
servers:
- plugins:
- name: errors
- configBlock: lameduck 5s
name: health
- name: ready
- configBlock: |-
pods insecure
fallthrough in-addr.arpa ip6.arpa
ttl 30
name: kubernetes
parameters: cluster.local in-addr.arpa ip6.arpa
- name: prometheus
parameters: 0.0.0.0:9153
- name: forward
parameters: . /etc/resolv.conf
- name: cache
parameters: 30
- name: loop
- name: reload
- name: loadbalance
port: 53
zones:
- zone: .
|
add dynamic to configmap node-local-dns