Git Product home page Git Product logo

Comments (13)

rimusz avatar rimusz commented on June 23, 2024 1

ok, fetched the first error:

 make kubectl-tunnel
cat cluster_info.json | jq '{ssh_private_key} | .ssh_private_key' | sed 's/\\n/\n/g' | sed 's/"//g' > .id_key
chmod 400 .id_key
ssh -i .id_key -f -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -o "ServerAliveInterval=120" \
	 -N -L 9000:apiserver-insecure.kubernetes.l4lb.thisdcos.directory:9000 \
	[email protected]
Warning: Permanently added '1.2.3.4' (ECDSA) to the list of known hosts.
bind: Cannot assign requested address

from dcos-kubernetes-quickstart.

pires avatar pires commented on June 23, 2024 1

Cool! We are working on a bug-fix release that will update the public docs and include this. I'll close when it's released.

from dcos-kubernetes-quickstart.

pires avatar pires commented on June 23, 2024

Is your host TCP 9000 already bound?

from dcos-kubernetes-quickstart.

rimusz avatar rimusz commented on June 23, 2024

nope, as that was running commands for the docker container

from dcos-kubernetes-quickstart.

pires avatar pires commented on June 23, 2024

There's definitely a problem with forwarding:

bind: Address already in use channel_setup_fwd_listener: cannot listen to port: Could not request local forwarding. then someone is already listening on that port number. You won't be able to listen on that port until the other person has finished with it.

from dcos-kubernetes-quickstart.

rimusz avatar rimusz commented on June 23, 2024

already destroyed the cluster, might give it a go tomorrow

from dcos-kubernetes-quickstart.

hectorj2f avatar hectorj2f commented on June 23, 2024

@rimusz @pires You get that error if you try to setup the tunnel when you already did it before.

from dcos-kubernetes-quickstart.

pires avatar pires commented on June 23, 2024

Ah, do you have IPv6 enabled on your machine?

from dcos-kubernetes-quickstart.

rimusz avatar rimusz commented on June 23, 2024

on my Mac I have IPv6 as Link-local only set

from dcos-kubernetes-quickstart.

pires avatar pires commented on June 23, 2024

Can you edit your Makefile and add -4 flag to the ssh command, i.e. ssh -i .id_key -4 -f -o (...) and try again?

from dcos-kubernetes-quickstart.

rimusz avatar rimusz commented on June 23, 2024

-4 (IPv4) did the trick

from dcos-kubernetes-quickstart.

pires avatar pires commented on June 23, 2024

The 0.2.1-1.7.7-beta release already provides updated documentation. Will still need to fix this repo. Will do it tomorrow.

from dcos-kubernetes-quickstart.

pires avatar pires commented on June 23, 2024

Fixed in ec5ba64.

from dcos-kubernetes-quickstart.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.