https://rancher.com/ logo
Title
s

shy-zebra-53074

03/10/2023, 3:55 PM
Hey all! Looking to apply some custom configurations to
rke2-coredns
following this guidance here: https://docs.rke2.io/networking#coredns I see a sample helm chart like the following:
apiVersion: <http://helm.cattle.io/v1|helm.cattle.io/v1>
kind: HelmChartConfig
metadata:
  name: rke2-coredns
  namespace: kube-system
spec:
  valuesContent: |-
    nodelocal:
      enabled: true
Where can I find more information regarding all of the possible chart values for RKE2 CoreDNS? Thank you!
This is what we did so far: 1. cat out the file at
/var/lib/rancher/rke2/server/manifests/rke2-coredns-config.yaml
2. Follow link in the annotation:
<https://rke2-charts.rancher.io/assets/rke2-coredns/rke2-coredns-1.19.401.tgz>
3. Download the tar file and untar 4. Look at the values.yaml file
g

gray-lawyer-73831

03/10/2023, 4:11 PM
https://github.com/rancher/rke2-charts/blob/main/charts/rke2-coredns/rke2-coredns/1.19.401/values.yaml (back a couple of dirs if using an older version of rke2 that has a different version of coredns bundled in)
😛artyparrot: 1
🙏 1
s

shy-zebra-53074

03/10/2023, 4:16 PM
perfect 😅 thank you!!