-
Any insight into how this could happen? I am stumped. I can run 5.3.0 without any issue. Why would I receive the error https://github.com/k3d-io/k3d/blob/v5.3.0/cmd/util/config/config.go#L54 I am running this code
The ${cluster_file} exists, I have a /tmp folder. I am not sure what else to check. What could be going wrong if it works in 5.3.0? When I run that code, it actually prints that it successfully created the cluster, logs the error message, and fails later when my script tries to talk with the cluster. UPDATE: I created this simple example based off the code that is failing in config.go. It works with no problem.
Out put is:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The solution ended up being to fix volume mounts.
replaced with
|
Beta Was this translation helpful? Give feedback.
The solution ended up being to fix volume mounts.
replaced with