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
6a109272
Commit
6a109272
authored
Apr 15, 2020
by
Albert Salim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update review apps docs for helm 3
parent
9aa7b50e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
18 deletions
+8
-18
doc/development/testing_guide/review_apps.md
doc/development/testing_guide/review_apps.md
+8
-18
No files found.
doc/development/testing_guide/review_apps.md
View file @
6a109272
...
...
@@ -136,28 +136,18 @@ browser performance testing using a
### Node pools
Both
`review-apps-ce`
and
`review-apps-e
e`
clusters are currently set up with
t
wo
node pools:
The
`review-apps-ee`
and
`review-apps-c
e`
clusters are currently set up with
t
he following
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.
-
`review-apps-ee`
of preemptible
`e2-highcpu-16`
(16 vCPU, 16 GB memory) nodes with autoscaling
-
`review-apps-ce`
of preemptible
`n1-standard-8`
(8 vCPU, 16 GB memory) nodes with autoscaling
### Helm
/Tiller
### Helm
The Helm
/Tiller
version used is defined in the
[
`registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-
charts-build-base` image
](
https://gitlab.com/gitlab-org/gitlab-build-images/blob/master/Dockerfile.gitlab-charts-build-base#L4
)
The Helm version used is defined in the
[
`registry.gitlab.com/gitlab-org/gitlab-build-images:gitlab-
helm3-kubectl1.14` image
](
https://gitlab.com/gitlab-org/gitlab-build-images/-/blob/master/Dockerfile.gitlab-helm3-kubectl1.14#L7
)
used by the
`review-deploy`
and
`review-stop`
jobs.
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
### Get access to the GCP Review Apps cluster
...
...
@@ -241,7 +231,7 @@ due to Helm or Kubernetes trying to recreate the components.
**Where to look for further debugging:**
Look at a recent
`review-deploy`
job log
, and at the Tiller logs
.
Look at a recent
`review-deploy`
job log.
**Useful commands:**
...
...
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