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
729a9d43
Commit
729a9d43
authored
Nov 21, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add the '--force-upgrade' flag to 'helm init' to allow auto-downgrade
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
7c99ca9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
doc/development/testing_guide/review_apps.md
doc/development/testing_guide/review_apps.md
+4
-0
scripts/review_apps/review-apps.sh
scripts/review_apps/review-apps.sh
+1
-0
No files found.
doc/development/testing_guide/review_apps.md
View file @
729a9d43
...
@@ -129,6 +129,10 @@ two node pools:
...
@@ -129,6 +129,10 @@ two node pools:
### Helm/Tiller
### Helm/Tiller
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
)
used by the
`review-deploy`
and
`review-stop`
jobs.
The
`tiller`
deployment (the Helm server) is deployed to a dedicated node pool
The
`tiller`
deployment (the Helm server) is deployed to a dedicated node pool
that has the
`app=helm`
label and a specific
that has the
`app=helm`
label and a specific
[
taint
](
https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
)
[
taint
](
https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
)
...
...
scripts/review_apps/review-apps.sh
View file @
729a9d43
...
@@ -126,6 +126,7 @@ function install_tiller() {
...
@@ -126,6 +126,7 @@ function install_tiller() {
helm init
\
helm init
\
--wait
\
--wait
\
--upgrade
\
--upgrade
\
--force-upgrade
\
--node-selectors
"app=helm"
\
--node-selectors
"app=helm"
\
--replicas
3
\
--replicas
3
\
--override
"spec.template.spec.tolerations[0].key"
=
"dedicated"
\
--override
"spec.template.spec.tolerations[0].key"
=
"dedicated"
\
...
...
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