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

kic: fix tunnel can't bind to ports for docker on OSX #6832

Closed
josedonizetti opened this issue Feb 28, 2020 · 0 comments
Closed

kic: fix tunnel can't bind to ports for docker on OSX #6832

josedonizetti opened this issue Feb 28, 2020 · 0 comments
Assignees
Labels
co/docker-driver Issues related to kubernetes in container priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.

Comments

@josedonizetti
Copy link
Member

The existing integration test for tunnel are not passing for the kic/docker on mac because the test create a service on port 80, which is unprivileged, we need sudo to be able to create a ssh tunnel for it.

Considering that tunnel asks for sudo for all other drivers, we can do the same for kic/docker on osx.

@josedonizetti josedonizetti added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. co/docker-driver Issues related to kubernetes in container labels Feb 28, 2020
@josedonizetti josedonizetti added this to the v1.8.0 Feb 28 milestone Feb 28, 2020
@josedonizetti josedonizetti self-assigned this Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-driver Issues related to kubernetes in container priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

No branches or pull requests

1 participant