mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs fix broken links in operator
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
b808fe959a
commit
a200aaf0ef
2 changed files with 2 additions and 2 deletions
|
@ -72,5 +72,5 @@ spec:
|
|||
|
||||
See more info about object [VMServiceScrape](./resources/vmservicescrape.md).
|
||||
|
||||
You will also need a [vmsingle](https://docs.victoriametrics.com/vmoperatos/resources/vmsingle.html) where the metrics will be collected.
|
||||
You will also need a [vmsingle](https://docs.victoriametrics.com/operator/resources/vmsingle.html) where the metrics will be collected.
|
||||
|
||||
|
|
|
@ -198,7 +198,7 @@ It's not efficient to sync its content immediately, and `kubelet` eventually syn
|
|||
|
||||
That's why, applications managed by operator don't receive changes immediately. It usually takes 1-2 min, before content will be updated.
|
||||
|
||||
It may trigger errors when an application was deleted, but [`VMAgent`](./README.mdvmagent) still tries to scrape it.
|
||||
It may trigger errors when an application was deleted, but [`VMAgent`](./vmagent.md) still tries to scrape it.
|
||||
|
||||
### Possible mitigations
|
||||
|
||||
|
|
Loading…
Reference in a new issue