🥚🥚 Using port 1919 of host, because 80 was busy#3
Open
floppyzedolfin wants to merge 1 commit intomainfrom
Open
🥚🥚 Using port 1919 of host, because 80 was busy#3floppyzedolfin wants to merge 1 commit intomainfrom
floppyzedolfin wants to merge 1 commit intomainfrom
Conversation
Collaborator
Author
|
I was getting the following error, even after a reboot of my computer: ▶ make deploy
./deploy/deploy.sh
___ _ _ _
|_ _|<_>._ _ _ _ | | | ___ ._ _
| | | || ' || | | | - |/ ._>| ' |
🐓 |_| |_||_|_|\_. | |_|_|\___.|_|_|v 🐓
<___|
---------------- 🏠 Create cluster tinyhen ----------------
Creating cluster "tinyhen" ...
✓ Ensuring node image (kindest/node:v1.24.0) 🖼
✗ Preparing nodes 📦
ERROR: failed to create cluster: command "docker run --name tinyhen-control-plane --hostname tinyhen-control-plane --label io.x-k8s.kind.role=control-plane --privileged --security-opt seccomp=unconfined --security-opt apparmor=unconfined --tmpfs /tmp --tmpfs /run --volume /var --volume /lib/modules:/lib/modules:ro -e KIND_EXPERIMENTAL_CONTAINERD_SNAPSHOTTER --detach --tty --label io.x-k8s.kind.cluster=tinyhen --net kind --restart=on-failure:1 --init=false --publish=0.0.0.0:80:80/TCP --publish=0.0.0.0:443:443/TCP --publish=127.0.0.1:33581:6443/TCP -e KUBECONFIG=/etc/kubernetes/admin.conf kindest/node:v1.24.0@sha256:406fd86d48eaf4c04c7280cd1d2ca1d61e7d0d61ddef0125cb097bc7b82ed6a1" failed with error: exit status 125
Command Output: b1a3b32d6fdd314ce13c66c8f2eb7d16f42f322c3ee85c9a3d596d8289de9d50
docker: Error response from daemon: driver failed programming external connectivity on endpoint tinyhen-control-plane (482752aa895533ef405c699afbc9fa434526a91a83857cb8e0d0df24987c4752): Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use. |
7bffa1a to
db4cea7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I haven't tried @dotdc's solution, but I think using :80 is a bit extreme. I switched to a "random" other port, and got this result :