Skip to content
Snippets Groups Projects
Unverified Commit fe7231ba authored by Matt Bovel's avatar Matt Bovel
Browse files

Avoid using sudo for start-tunnel

parent 79311031
No related branches found
No related tags found
No related merge requests found
Pipeline #239757 passed
...@@ -56,7 +56,7 @@ else ...@@ -56,7 +56,7 @@ else
endif endif
start-tunnel: start-tunnel:
sudo minikube tunnel minikube tunnel
release-autograde: release-autograde:
docker buildx build --platform linux/amd64,linux/arm64 --push -t autograde/autograde-service:1.2.2 autograde-service/ docker buildx build --platform linux/amd64,linux/arm64 --push -t autograde/autograde-service:1.2.2 autograde-service/
......
...@@ -67,6 +67,12 @@ As minikube resides in a Docker container, the cluster's network is isolated fro ...@@ -67,6 +67,12 @@ As minikube resides in a Docker container, the cluster's network is isolated fro
make start-tunnel make start-tunnel
``` ```
On macOS, this must be run as root:
```
sudo make start-tunnel
```
This commands runs until exited. This commands runs until exited.
### Step 6: Access the services ### Step 6: Access the services
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment