You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected to add a local agent to my remote cluster, but instead got a strange DNS error. This may be related to the fact that I have a custom CA that needs to be added to the container, but there's no option to mount a volume when using this command. I tried using --image with the following configuration, to no avail (same error):
FROM rancher/k3d:latest
COPY my-ca-bundle.crt /etc/ssl/certs/my-ca-bundle.crt
Screenshots or terminal output
INFO[0000] Adding 1 node(s) to the remote cluster 'https://<MY EC2 IP>:6443'...
FATA[0000] failed to add 1 node(s) to the remote cluster 'https://<MY EC2 IP>:6443': failed to add one or more nodes: failed to run node 'k3d-test-agent-0': failed to start node 'k3d-test-agent-0': failed to enable k3d fixes: Cannot enable DNS fix, as Host Gateway IP is missing!
What did you do
How was the cluster created?
What did you do afterwards?
What did you expect to happen
I expected to add a local agent to my remote cluster, but instead got a strange DNS error. This may be related to the fact that I have a custom CA that needs to be added to the container, but there's no option to mount a volume when using this command. I tried using
--image
with the following configuration, to no avail (same error):Screenshots or terminal output
Which OS & Architecture
Which version of
k3d
Which version of docker
The text was updated successfully, but these errors were encountered: