shy-zebra-53074
03/10/2023, 3:55 PMrke2-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!/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 filegray-lawyer-73831
03/10/2023, 4:11 PMshy-zebra-53074
03/10/2023, 4:16 PM