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
aaefcb9c
Commit
aaefcb9c
authored
Aug 01, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the current state of the Review App clusters
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
536ebecf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
9 deletions
+22
-9
doc/development/testing_guide/review_apps.md
doc/development/testing_guide/review_apps.md
+22
-9
No files found.
doc/development/testing_guide/review_apps.md
View file @
aaefcb9c
...
...
@@ -115,6 +115,28 @@ On every [pipeline][gitlab-pipeline] in the `qa` stage, the
browser performance testing using a
[
Sitespeed.io Container
](
../../user/project/merge_requests/browser_performance_testing.md
)
.
## Cluster configuration
### Node pools
Both
`review-apps-ce`
and
`review-apps-ee`
clusters are currently set up with
two node pools:
-
a node pool of non-preemptible
`n1-standard-2`
(2 vCPU, 7.5 GB memory) nodes
dedicated to the
`tiller`
deployment (see below) with a single node.
-
a node pool of preemptible
`n1-standard-2`
(2 vCPU, 7.5 GB memory) nodes,
with a minimum of 1 node and a maximum of 250 nodes.
### Helm/Tiller
The
`tiller`
deployment (the Helm server) is deployed to a dedicated node pool
that has the
`app=helm`
label and a specific
[
taint
](
https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
)
to prevent other pods from being scheduled on this node pool.
This is to ensure Tiller isn't affected by "noisy" neighbors that could put
their node under pressure.
## How to:
### Log into my Review App
...
...
@@ -241,15 +263,6 @@ thousands of unused Docker images.**
CNG-mirror project to store these Docker images so that we can just wipe out
the registry at some point, and use a new fresh, empty one.
**How big are the Kubernetes clusters (`review-apps-ce` and `review-apps-ee`)?**
> The clusters are currently set up with a single pool of preemptible nodes,
with a minimum of 1 node and a maximum of 500 nodes.
**What are the machine running on the cluster?**
> We're currently using `n1-standard-1` (1 vCPU, 3.75 GB memory) machines.
**
How do we secure this from abuse? Apps are open to the world so we need to
find a way to limit it to only us.
**
...
...
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