Skip to content
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

[kwokctl] Support for exposing component ports to hosts in container executing #1036

Open
wzshiming opened this issue Apr 17, 2024 · 1 comment · May be fixed by #1120
Open

[kwokctl] Support for exposing component ports to hosts in container executing #1036

wzshiming opened this issue Apr 17, 2024 · 1 comment · May be fixed by #1120
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@wzshiming
Copy link
Member

wzshiming commented Apr 17, 2024

What would you like to be added?

kwokctl port-forward NAME LOCAL_PORT
  • binary
    • TCP forward
  • container (docker, podman, nerdctl)
    • TCP Forward go through docker exec -i <kwok-controller-name> nc <target> <port>
  • kind
    • Convert kwokctl port-forward ... to kubectl port-forward ...

Why is this needed?

In most cases, the ports are not actively exposed when the cluster is created, and trying to access a component's port in the middle of the process can be difficult, so we wanted a way to support it.

@wzshiming wzshiming added the kind/feature Categorizes issue or PR as related to a new feature. label Apr 17, 2024
@VasuDevrani
Copy link

can i try this?

@wzshiming wzshiming added this to the v0.7 milestone May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

2 participants