kic: fix tunnel can't bind to ports for docker on OSX #6832
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.
Milestone
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.The text was updated successfully, but these errors were encountered: