Can not mount a custom coredns manifest #1111
Unanswered
msaunois-dzr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I followed the documentation about overriding the coredns.yaml manifest by mounting my own version as a volume but the cluster can not finish its startup sequence due to this error:
I even tried to just download the original template (https://raw.githubusercontent.com/k3s-io/k3s/master/manifests/coredns.yaml) without modifying it and the same problem occurs.
The command I run is:
k3d cluster create --volume /my/version/of/coredns.yaml:/var/lib/rancher/k3s/server/manifests/coredns.yaml
Am I missing something?
My environment:
Beta Was this translation helpful? Give feedback.
All reactions