Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
43bf12d4
Commit
43bf12d4
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Clarify Prometheus RBAC section
parent
f1434584
No related branches found
No related tags found
No related merge requests found
Pipeline
#1435
skipped
Stage: triggers
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
execution/README.md
+9
-3
9 additions, 3 deletions
execution/README.md
with
9 additions
and
3 deletions
execution/README.md
+
9
−
3
View file @
43bf12d4
...
...
@@ -38,12 +38,18 @@ After installation, you need to create a Prometheus instance:
kubectl apply
-f
infrastructure/prometheus/prometheus.yaml
```
You might also need to apply the
[
ServiceAccount
](
infrastructure/prometheus/
service-account
.yaml
)
,
[
C
l
usterRole
](
infrastructure/prometheus/cluster-role.yaml
)
and the
[
CusterRoleBinding
](
infrastructure/prometheus/
cluster-role-binding
.yaml
)
, depending on your cluster's security
You might also need to apply the
[
ClusterRole
](
infrastructure/prometheus/
cluster-role
.yaml
)
,
the
[
CusterRole
Binding
](
infrastructure/prometheus/cluster-role
-binding
.yaml
)
and the
[
ServiceAccount
](
infrastructure/prometheus/
service-account
.yaml
)
, depending on your cluster's security
policies. If you are not in the
*default*
namespace, alter the namespace in
[
Prometheus' ClusterRoleBinding
](
infrastructure/prometheus/cluster-role-binding.yaml
)
accordingly.
```
sh
kubectl apply
-f
infrastructure/prometheus/cluster-role.yaml
kubectl apply
-f
infrastructure/prometheus/cluster-role-binding.yaml
kubectl apply
-f
infrastructure/prometheus/service-account.yaml
```
For the individual benchmarking components to be monitored,
[
ServiceMonitors
](
https://github.com/coreos/prometheus-operator#customresourcedefinitions
)
are used. See the corresponding sections below for how to install them.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment