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
b30fd44c
Commit
b30fd44c
authored
Jan 20, 2022
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change minikube capitalization from title case to lowercase
parent
24c21914
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
.markdownlint.yml
.markdownlint.yml
+1
-1
doc/.vale/gitlab/spelling-exceptions.txt
doc/.vale/gitlab/spelling-exceptions.txt
+1
-1
doc/administration/troubleshooting/kubernetes_cheat_sheet.md
doc/administration/troubleshooting/kubernetes_cheat_sheet.md
+5
-5
doc/development/architecture.md
doc/development/architecture.md
+2
-2
doc/user/clusters/applications.md
doc/user/clusters/applications.md
+1
-1
doc/user/infrastructure/clusters/manage/management_project_applications/cilium.md
...clusters/manage/management_project_applications/cilium.md
+1
-1
No files found.
.markdownlint.yml
View file @
b30fd44c
...
...
@@ -92,7 +92,7 @@ proper-names:
"
markdownlint"
,
"
Mattermost"
,
"
Microsoft"
,
"
M
inikube"
,
"
m
inikube"
,
"
MinIO"
,
"
ModSecurity"
,
"
NGINX
Ingress"
,
...
...
doc/.vale/gitlab/spelling-exceptions.txt
View file @
b30fd44c
...
...
@@ -366,7 +366,7 @@ Microsoft
middleware
middlewares
migratus
M
inikube
m
inikube
MinIO
misconfiguration
misconfigurations
...
...
doc/administration/troubleshooting/kubernetes_cheat_sheet.md
View file @
b30fd44c
...
...
@@ -221,9 +221,9 @@ all Kubernetes resources and dependent charts:
helm get manifest <release name>
```
## Installation of minimal GitLab configuration via
M
inikube on macOS
## Installation of minimal GitLab configuration via
m
inikube on macOS
This section is based on
[
Developing for Kubernetes with
M
inikube
](
https://docs.gitlab.com/charts/development/minikube/index.html
)
This section is based on
[
Developing for Kubernetes with
m
inikube
](
https://docs.gitlab.com/charts/development/minikube/index.html
)
and
[
Helm
](
https://docs.gitlab.com/charts/installation/tools.html#helm
)
. Refer
to those documents for details.
...
...
@@ -233,13 +233,13 @@ to those documents for details.
brew
install
kubernetes-cli
```
-
Install
M
inikube via Homebrew:
-
Install
m
inikube via Homebrew:
```
shell
brew cask
install
minikube
```
-
Start
Minikube and configure it. If M
inikube cannot start, try running
`minikube delete && minikube start`
-
Start
minikube and configure it. If m
inikube cannot start, try running
`minikube delete && minikube start`
and repeat the steps:
```
shell
...
...
@@ -253,7 +253,7 @@ to those documents for details.
brew
install
helm
```
-
Copy the
[
M
inikube minimum values YAML file
](
https://gitlab.com/gitlab-org/charts/gitlab/raw/master/examples/values-minikube-minimum.yaml
)
-
Copy the
[
m
inikube minimum values YAML file
](
https://gitlab.com/gitlab-org/charts/gitlab/raw/master/examples/values-minikube-minimum.yaml
)
to your workstation:
```
shell
...
...
doc/development/architecture.md
View file @
b30fd44c
...
...
@@ -339,7 +339,7 @@ Component statuses are linked to configuration documentation for each component.
### Component list
| Component | Description |
[
Omnibus GitLab
](
https://docs.gitlab.com/omnibus/
)
|
[
GitLab Environment Toolkit (GET)
](
https://gitlab.com/gitlab-org/quality/gitlab-environment-toolkit
)
|
[
GitLab chart
](
https://docs.gitlab.com/charts/
)
|
[
M
inikube Minimal
](
https://docs.gitlab.com/charts/development/minikube/#deploying-gitlab-with-minimal-settings
)
|
[
GitLab.com
](
https://gitlab.com
)
|
[
Source
](
../install/installation.md
)
|
[
GDK
](
https://gitlab.com/gitlab-org/gitlab-development-kit
)
|
[
CE/EE
](
https://about.gitlab.com/install/ce-or-ee/
)
|
| Component | Description |
[
Omnibus GitLab
](
https://docs.gitlab.com/omnibus/
)
|
[
GitLab Environment Toolkit (GET)
](
https://gitlab.com/gitlab-org/quality/gitlab-environment-toolkit
)
|
[
GitLab chart
](
https://docs.gitlab.com/charts/
)
|
[
m
inikube Minimal
](
https://docs.gitlab.com/charts/development/minikube/#deploying-gitlab-with-minimal-settings
)
|
[
GitLab.com
](
https://gitlab.com
)
|
[
Source
](
../install/installation.md
)
|
[
GDK
](
https://gitlab.com/gitlab-org/gitlab-development-kit
)
|
[
CE/EE
](
https://about.gitlab.com/install/ce-or-ee/
)
|
|-------------------------------------------------------|----------------------------------------------------------------------|:--------------:|:--------------:|:------------:|:----------------:|:----------:|:------:|:---:|:-------:|
|
[
Certificate Management
](
#certificate-management
)
| TLS Settings, Let's Encrypt | ✅ | ✅ | ✅ | ⚙ | ✅ | ⚙ | ⚙ | CE & EE |
|
[
Consul
](
#consul
)
| Database node discovery, failover | ⚙ | ✅ | ❌ | ❌ | ✅ | ❌ | ❌ | EE Only |
...
...
@@ -797,7 +797,7 @@ For monitoring deployed apps, see the [Sentry integration docs](../operations/er
-
Configuration:
-
[
Omnibus
](
https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
)
-
[
Charts
](
https://docs.gitlab.com/charts/charts/gitlab/sidekiq/
)
-
[
M
inikube Minimal
](
https://docs.gitlab.com/charts/charts/gitlab/sidekiq/index.html
)
-
[
m
inikube Minimal
](
https://docs.gitlab.com/charts/charts/gitlab/sidekiq/index.html
)
-
[
Source
](
https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/gitlab.yml.example
)
-
[
GDK
](
https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/gitlab.yml.example
)
-
Layer: Core Service (Processor)
...
...
doc/user/clusters/applications.md
View file @
b30fd44c
...
...
@@ -443,7 +443,7 @@ You can check the recommended variables for each cluster type in the official do
-
[
Google GKE
](
https://docs.cilium.io/en/v1.8/gettingstarted/k8s-install-gke/#deploy-cilium
)
-
[
AWS EKS
](
https://docs.cilium.io/en/v1.8/gettingstarted/k8s-install-eks/#deploy-cilium
)
Do not use
`clusterType`
for sandbox environments like
[
M
inikube
](
https://minikube.sigs.k8s.io/docs/
)
.
Do not use
`clusterType`
for sandbox environments like
[
m
inikube
](
https://minikube.sigs.k8s.io/docs/
)
.
You can customize Cilium's Helm variables by defining the
`.gitlab/managed-apps/cilium/values.yaml`
file in your cluster
...
...
doc/user/infrastructure/clusters/manage/management_project_applications/cilium.md
View file @
b30fd44c
...
...
@@ -37,7 +37,7 @@ You can check the recommended variables for each cluster type in the official do
-
[
Google GKE
](
https://docs.cilium.io/en/v1.8/gettingstarted/k8s-install-gke/#deploy-cilium
)
-
[
AWS EKS
](
https://docs.cilium.io/en/v1.8/gettingstarted/k8s-install-eks/#deploy-cilium
)
Do not use
`clusterType`
for sandbox environments like
[
M
inikube
](
https://minikube.sigs.k8s.io/docs/
)
.
Do not use
`clusterType`
for sandbox environments like
[
m
inikube
](
https://minikube.sigs.k8s.io/docs/
)
.
You can customize Cilium's Helm variables by defining the
`applications/cilium/values.yaml`
file in your cluster
...
...
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