Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-autograde
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CS-107
moodle-autograde
Commits
fe7231ba
Unverified
Commit
fe7231ba
authored
4 months ago
by
Matt Bovel
Browse files
Options
Downloads
Patches
Plain Diff
Avoid using sudo for start-tunnel
parent
79311031
No related branches found
No related tags found
No related merge requests found
Pipeline
#239757
passed
4 months ago
Stage: prepare-pipeline
Stage: build
Stage: test
Stage: coverage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
docs/dev_setup.md
+6
-0
6 additions, 0 deletions
docs/dev_setup.md
with
7 additions
and
1 deletion
Makefile
+
1
−
1
View file @
fe7231ba
...
@@ -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/
...
...
This diff is collapsed.
Click to expand it.
docs/dev_setup.md
+
6
−
0
View file @
fe7231ba
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment