Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-prometheus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
prometheus-operator
kube-prometheus
Commits
bbabb795
Unverified
Commit
bbabb795
authored
6 months ago
by
Peter Becich
Committed by
GitHub
6 months ago
Browse files
Options
Downloads
Patches
Plain Diff
remove `$` symbol in shell examples to copy quickly (#2506)
parent
d83ef2ac
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/access-ui.md
+3
-3
3 additions, 3 deletions
docs/access-ui.md
with
3 additions
and
3 deletions
docs/access-ui.md
+
3
−
3
View file @
bbabb795
...
@@ -18,7 +18,7 @@ You can also learn how to [expose Prometheus/Alertmanager/Grafana via Ingress](c
...
@@ -18,7 +18,7 @@ You can also learn how to [expose Prometheus/Alertmanager/Grafana via Ingress](c
## Prometheus
## Prometheus
```
shell
```
shell
$
kubectl
--namespace
monitoring port-forward svc/prometheus-k8s 9090
kubectl
--namespace
monitoring port-forward svc/prometheus-k8s 9090
```
```
Open Prometheus on
[
http://localhost:9090
](
http://localhost:9090
)
in your browser.
Open Prometheus on
[
http://localhost:9090
](
http://localhost:9090
)
in your browser.
...
@@ -31,7 +31,7 @@ For your own applications we recommend running one or more other instances.
...
@@ -31,7 +31,7 @@ For your own applications we recommend running one or more other instances.
## Grafana
## Grafana
```
shell
```
shell
$
kubectl
--namespace
monitoring port-forward svc/grafana 3000
kubectl
--namespace
monitoring port-forward svc/grafana 3000
```
```
Open Grafana on
[
localhost:3000
](
https://localhost:3000
)
in your browser.
Open Grafana on
[
localhost:3000
](
https://localhost:3000
)
in your browser.
...
@@ -40,7 +40,7 @@ You can login with the username `admin` and password `admin`.
...
@@ -40,7 +40,7 @@ You can login with the username `admin` and password `admin`.
## Alertmanager
## Alertmanager
```
shell
```
shell
$
kubectl
--namespace
monitoring port-forward svc/alertmanager-main 9093
kubectl
--namespace
monitoring port-forward svc/alertmanager-main 9093
```
```
Open Alertmanager on
[
localhost:9093
](
http://localhost:9093
)
in your browser.
Open Alertmanager on
[
localhost:9093
](
http://localhost:9093
)
in your browser.
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