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
5447176d
Commit
5447176d
authored
Nov 23, 2021
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Replace mentions of 'task-runner' with 'toolbox'
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
b6571712
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/development/testing_guide/review_apps.md
doc/development/testing_guide/review_apps.md
+6
-6
No files found.
doc/development/testing_guide/review_apps.md
View file @
5447176d
...
...
@@ -83,13 +83,13 @@ the GitLab handbook information for the [shared 1Password account](https://about
1.
Make sure you
[
have access to the cluster
](
#get-access-to-the-gcp-review-apps-cluster
)
and the
`container.pods.exec`
permission first.
1.
[
Filter Workloads by your Review App slug
](
https://console.cloud.google.com/kubernetes/workload?project=gitlab-review-apps
)
,
e.g.
`review-qa-raise-e-12chm0`
.
1.
Find and open the
`t
ask-runner`
Deployment, e.g.
`review-qa-raise-e-12chm0-task-runner
`
.
1.
Click on the Pod in the "Managed pods" section, e.g.
`review-qa-raise-e-12chm0-t
ask-runner
-d5455cc8-2lsvz`
.
1.
Click on the
`KUBECTL`
dropdown, then
`Exec`
->
`t
ask-runner
`
.
1.
Replace
`-c t
ask-runner
-- ls`
with
`-it -- gitlab-rails console`
from the
1.
Find and open the
`t
oolbox`
Deployment, e.g.
`review-qa-raise-e-12chm0-toolbox
`
.
1.
Click on the Pod in the "Managed pods" section, e.g.
`review-qa-raise-e-12chm0-t
oolbox
-d5455cc8-2lsvz`
.
1.
Click on the
`KUBECTL`
dropdown, then
`Exec`
->
`t
oolbox
`
.
1.
Replace
`-c t
oolbox
-- ls`
with
`-it -- gitlab-rails console`
from the
default command or
-
Run
`kubectl exec --namespace review-qa-raise-e-12chm0 review-qa-raise-e-12chm0-t
ask-runner
-d5455cc8-2lsvz -it -- gitlab-rails console`
and
-
Replace
`review-qa-raise-e-12chm0-t
ask-runner
-d5455cc8-2lsvz`
-
Run
`kubectl exec --namespace review-qa-raise-e-12chm0 review-qa-raise-e-12chm0-t
oolbox
-d5455cc8-2lsvz -it -- gitlab-rails console`
and
-
Replace
`review-qa-raise-e-12chm0-t
oolbox
-d5455cc8-2lsvz`
with your Pod's name.
### Dig into a Pod's logs
...
...
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