-
-
Notifications
You must be signed in to change notification settings - Fork 461
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] Got HTTP: invalid Host header on cluster create #1321
Labels
bug
Something isn't working
Comments
We've encountered the same issue and a workaround was to downgrade from the latest Go 1.20.6 to 1.20.5. |
Docker(moby) release new version that solves this problem, is there any plan for a new release with this version? |
Should be fixed in https://github.com/k3d-io/k3d/releases/tag/v5.5.2 |
Feel free to reopen if the issue persists for you. I couldn't reproduce it after the dependency update 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What did you do
Clone the repo on a Linux machine run
make build
and then copy the binary to/usr/local/bin
It works fine when installing it with the install.sh, Maybe the bug related to this bug. I used Go version 1.20.6
How was the cluster created?
k3d cluster create clustername
What did you do afterwards?
Just create cluster
What did you expect to happen
Cluster created
Screenshots or terminal output
Which OS & Architecture
Linux Ubunto
k3d runtime-info
Which version of
k3d
5.5.1 & 5.5.0
k3d version
Which version of docker
20.10.22
docker version
anddocker info
The text was updated successfully, but these errors were encountered: