Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
developer-sandbox
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
devops
developer-sandbox
Commits
5128cf6a
Commit
5128cf6a
authored
1 year ago
by
Maxim Morev
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix/minikube-path' into 'main'
Fixed minikube path See merge request
!15
parents
0023054c
0b0f0753
Branches
Branches containing commit
1 merge request
!15
Fixed minikube path
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
minikube/minikube-start.sh
+1
-1
1 addition, 1 deletion
minikube/minikube-start.sh
with
1 addition
and
1 deletion
minikube/minikube-start.sh
+
1
−
1
View file @
5128cf6a
# use this script to run when the system starts
docker compose
-f
/var/opt/developer-sandbox/docker-compose.yml stop
\
&&
minikube start
--embed-certs
--apiserver-name
k8s.codemonsters.team
--container-runtime
=
docker
\
&&
/usr/local/bin/
minikube start
--embed-certs
--apiserver-name
k8s.codemonsters.team
--container-runtime
=
docker
\
&&
docker compose
-f
/var/opt/developer-sandbox/docker-compose.yml up
-d
This diff is collapsed.
Click to expand it.
Preview
0%
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