Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
93c50705
Commit
93c50705
authored
May 04, 2020
by
Phil Zona
Committed by
Achilleas Pipinellis
May 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update minikube commands for Helm 3
parent
60404418
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
doc/administration/troubleshooting/kubernetes_cheat_sheet.md
doc/administration/troubleshooting/kubernetes_cheat_sheet.md
+7
-5
No files found.
doc/administration/troubleshooting/kubernetes_cheat_sheet.md
View file @
93c50705
...
...
@@ -230,18 +230,20 @@ to those documents for details.
```
shell
minikube start
--cpus
3
--memory
8192
# minimum amount for GitLab to work
minikube addons
enable
ingress
minikube addons
enable
kube-dns
```
-
Install Helm via Homebrew and initialize it:
```
shell
brew
install
kubernetes-helm
helm init
--service-account
tiller
brew
install
helm
```
-
Copy the
[
Minikube minimum values YAML file
](
https://gitlab.com/gitlab-org/charts/gitlab/raw/master/examples/values-minikube-minimum.yaml
)
to your workstation.
to your workstation:
```
shell
curl
--output
values.yaml
"https://gitlab.com/gitlab-org/charts/gitlab/raw/master/examples/values-minikube-minimum.yaml"
```
-
Find the IP address in the output of
`minikube ip`
and update the YAML file with
this IP address.
...
...
@@ -250,7 +252,7 @@ to those documents for details.
```
shell
helm repo add gitlab https://charts.gitlab.io
helm
install
--name
gitlab
-f
<path-to-yaml-file> gitlab/gitlab
helm
install
gitlab
-f
<path-to-yaml-file> gitlab/gitlab
```
If you want to modify some GitLab settings, you can use the above-mentioned config
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment