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
0aa2ce7f
Commit
0aa2ce7f
authored
May 27, 2021
by
Lewis Brown
Committed by
Marcia Ramos
May 27, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documention of necessity of metallb or its ilk for bare metal clusters
parent
7bd40b53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
doc/topics/autodevops/requirements.md
doc/topics/autodevops/requirements.md
+19
-0
No files found.
doc/topics/autodevops/requirements.md
View file @
0aa2ce7f
...
...
@@ -43,6 +43,10 @@ To make full use of Auto DevOps with Kubernetes, you need:
the NGINX Ingress deployment to be scraped by Prometheus using
`prometheus.io/scrape: "true"` and `prometheus.io/port: "10254"`.
NOTE:
If your cluster is installed on bare metal, see
[Auto DevOps Requirements for bare metal](#auto-devops-requirements-for-bare-metal).
-
**Base domain**
(for
[
Auto Review Apps
](
stages.md#auto-review-apps
)
,
[
Auto Deploy
](
stages.md#auto-deploy
)
, and
[
Auto Monitoring
](
stages.md#auto-monitoring
)
)
...
...
@@ -149,3 +153,18 @@ specific CI/CD variable.
For more details, see
[
Custom build job for Auto DevOps
](
../../ci/cloud_deployment/index.md#custom-build-job-for-auto-devops
)
for deployments to AWS EC2.
## Auto DevOps requirements for bare metal
According to the
[
Kubernetes Ingress-NGINX docs
](
https://kubernetes.github.io/ingress-nginx/deploy/baremetal/
)
:
> In traditional cloud environments, where network load balancers are available on-demand,
a single Kubernetes manifest suffices to provide a single point of contact to the NGINX Ingress
controller to external clients and, indirectly, to any application running inside the cluster.
Bare-metal environments lack this commodity, requiring a slightly different setup to offer the
same kind of access to external consumers.
The docs linked above explain the issue and present possible solutions, for example:
-
Through
[
MetalLB
](
https://github.com/metallb/metallb
)
.
-
Through
[
PorterLB
](
https://github.com/kubesphere/porterlb
)
.
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