Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user-guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

* [Using SSA to customize Prometheus](server-side-apply.md)
* [Federating OpenShift In-Cluster Prometheus](federation.md)

* [Deploying ThanosQuerier for multiple MonitoringStacks](thanos_querier.md)
4 changes: 2 additions & 2 deletions docs/user-guides/thanos_querier.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We are going to create
To install the example, run:

```shell
kubectl apply -f docs/user-guides/thanos-querier/install
kubectl apply -f docs/user-guides/thanos_querier/install
```

To verify the installation, run:
Expand All @@ -50,7 +50,7 @@ Then open `http://localhost:10902` in your browser.
To install the example dashboard (+datasource), run:

```shell
kubectl apply -f thanos_querier/dashboard/
kubectl apply -f docs/user-guides/thanos_querier/dashboard
```

To verify the installation, run:
Expand Down