Git Product home page Git Product logo

Comments (6)

dealer426 avatar dealer426 commented on May 26, 2024 1

Thank you @BenTheElder @tao12345666333

from kind.

tao12345666333 avatar tao12345666333 commented on May 26, 2024

I think this has already exceeded the scope that can be covered by support for this project.

As shown in your first screenshot, the KIND cluster is running correctly and can be interacted with through kubectl.

As long as you ensure the following parts, it can meet your expectations:

  • KIND's container is running
  • The kubeconfig is correct
  • Network connectivity is correct

from kind.

dealer426 avatar dealer426 commented on May 26, 2024

It is running and building in the first stage, but can’t connect to it in the second stage. Also I am unable to connect to it on the host, getting the same error. I understand if this is out of scope.

from kind.

BenTheElder avatar BenTheElder commented on May 26, 2024

GitHub runners are a bit out of scope for us.

AFAICT kind is working as intended and something about the actions execution environment prevents access in subsequent steps.

If you're running things in containers, they need to be on the kind bridge and use the --internal kubeconfig

from kind.

dealer426 avatar dealer426 commented on May 26, 2024

from kind.

BenTheElder avatar BenTheElder commented on May 26, 2024

I see.

In the abstract, connecting to the kind node from the host or another container is just connecting to a container like podman run -p 127.0.0.1:6443:6443 ..., connecting to this port forward is not really kind specific and debugging WSL2/podman networking is not something we can scale while maintaining the kind project in addition to our other roles.

I would recommend trying a simpler container with port forward to debug the networking situation on the host, while what is behind the port forward is more complex, the port forward / container address itself should not be unusual versus other simpler containers and podman / the host are responsible for implementing this part.

from kind.

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.