mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
fix object selectors link (#2391)
* fix object selectors link * update kustomize url
This commit is contained in:
parent
e756eae06d
commit
4df09074d3
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ kubectl get pods -n monitoring-system
|
|||
|
||||
## Installing by Kustomize
|
||||
|
||||
You can install operator using [Kustomize](https://kubernetes-sigs.github.io/kustomize/) by pointing to the remote kustomization file.
|
||||
You can install operator using [Kustomize](https://kustomize.io/) by pointing to the remote kustomization file.
|
||||
|
||||
```yaml
|
||||
# Get latest release version from https://github.com/VictoriaMetrics/operator/releases/latest
|
||||
|
@ -114,7 +114,7 @@ The VictoriaMetrics Operator introduces additional resources in Kubernetes to de
|
|||
* [VMStaticScrape](#vmstaticscrape)
|
||||
* [VMAuth](#vmauth)
|
||||
* [VMUser](#vmuser)
|
||||
* [Selectors](#Object selectors)
|
||||
* [Selectors](#object-selectors)
|
||||
|
||||
## VMSingle
|
||||
|
||||
|
|
Loading…
Reference in a new issue