-
-
Notifications
You must be signed in to change notification settings - Fork 473
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Unable to create cluster when using go get to install k3d #565
Comments
Hi @FedericoAntoniazzi , thanks for opening this issue! The k3s:
extraagentargs: '[]'
extraserverargs: '[]' should actually be k3s:
extraagentargs: []
extraserverargs: [] The way it happens to be in your case, the brackets will be treated as text/string instead of array/slice. |
Hi @iwilltry42, thank you for your reply. I've just tried compiling k3d on my pc and installing using curl/wget, both methods work. On the other hand, using Extra notes:The README.md and k3d.io include the installation using
so I append @v4.4.2
Looking at the go.mod file, it has /v4 after the module's name and I try to add it to the install command
I don't know a lot about go packages but the go.mod file contains a |
You're actually right there. |
Thank you @iwilltry42. Shall I close the issue and edit the title since this is not a bug? |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
What did you do
I've upgraded k3d to v4.4.1 using
go get -u github.com/rancher/k3d/[email protected]
but when I try to create a new cluster usingk3d cluster create
I get the following error:How was the cluster created?
k3d cluster create
What did you do afterwards?
What did you expect to happen
I expect a new cluster to be created and ready to be used.
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: