mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-14 16:12:15 +01:00
add hugo front matter for operator docs (#5122)
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
65e7a7cabb
commit
12b0e3e5cb
@ -2,6 +2,10 @@
|
||||
sort: 10
|
||||
weight: 10
|
||||
title: CHANGELOG
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator"
|
||||
weight: 10
|
||||
---
|
||||
|
||||
# CHANGELOG
|
||||
|
@ -2,6 +2,10 @@
|
||||
sort: 9
|
||||
weight: 9
|
||||
title: FAQ
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator"
|
||||
weight: 9
|
||||
---
|
||||
|
||||
# FAQ (Frequency Asked Questions)
|
||||
|
@ -2,6 +2,10 @@
|
||||
sort: 0
|
||||
weight: 0
|
||||
title: VictoriaMetrics Operator
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator"
|
||||
weight: 0
|
||||
---
|
||||
|
||||
# VictoriaMetrics Operator
|
||||
|
@ -2,6 +2,10 @@
|
||||
sort: 12
|
||||
weight: 12
|
||||
title: API Docs
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator"
|
||||
weight: 12
|
||||
---
|
||||
|
||||
<!-- this doc autogenerated - don't edit it manually -->
|
||||
|
@ -2,6 +2,10 @@
|
||||
sort: 7
|
||||
weight: 7
|
||||
title: Authorization and exposing components
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator"
|
||||
weight: 7
|
||||
---
|
||||
|
||||
# Authorization and exposing components
|
||||
|
@ -2,6 +2,10 @@
|
||||
sort: 4
|
||||
weight: 4
|
||||
title: Configuration
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator"
|
||||
weight: 4
|
||||
---
|
||||
|
||||
# Configuration
|
||||
|
@ -2,6 +2,10 @@
|
||||
sort: 13
|
||||
weight: 13
|
||||
title: Enterprise features
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator"
|
||||
weight: 13
|
||||
---
|
||||
|
||||
# Using operator with enterprise features
|
||||
|
@ -2,6 +2,10 @@
|
||||
sort: 8
|
||||
weight: 8
|
||||
title: High Availability
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator"
|
||||
weight: 8
|
||||
---
|
||||
|
||||
# High Availability
|
||||
|
@ -2,6 +2,10 @@
|
||||
sort: 5
|
||||
weight: 5
|
||||
title: Migration from Prometheus
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator"
|
||||
weight: 5
|
||||
---
|
||||
|
||||
# Migration from prometheus-operator
|
||||
|
@ -2,6 +2,10 @@
|
||||
sort: 6
|
||||
weight: 6
|
||||
title: Monitoring
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator"
|
||||
weight: 6
|
||||
---
|
||||
|
||||
# Monitoring of VictoriaMetrics Operator
|
||||
|
@ -2,6 +2,10 @@
|
||||
sort: 1
|
||||
weight: 1
|
||||
title: QuickStart
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator"
|
||||
weight: 1
|
||||
---
|
||||
|
||||
# VictoriaMetrics Operator QuickStart
|
||||
|
@ -2,6 +2,11 @@
|
||||
sort: 14
|
||||
weight: 14
|
||||
title: Custom resources
|
||||
menu:
|
||||
docs:
|
||||
identifier: operator-custom-resources
|
||||
parent: "operator"
|
||||
weight: 14
|
||||
---
|
||||
|
||||
# Custom resource kinds
|
||||
|
@ -1,3 +1,13 @@
|
||||
---
|
||||
sort: 1
|
||||
weight: 1
|
||||
title: VMAgent
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 1
|
||||
---
|
||||
|
||||
# VMAgent
|
||||
|
||||
`VMAgent` represents agent, which helps you collect metrics from various sources and stores them in VictoriaMetrics.
|
||||
|
@ -1,3 +1,12 @@
|
||||
---
|
||||
sort: 2
|
||||
weight: 2
|
||||
title: VMAlert
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 2
|
||||
---
|
||||
# VMAlert
|
||||
|
||||
`VMAlert` - executes a list of given [alerting](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/)
|
||||
|
@ -1,3 +1,13 @@
|
||||
---
|
||||
sort: 3
|
||||
weight: 3
|
||||
title: VMAlertmanager
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 3
|
||||
---
|
||||
|
||||
# VMAlertmanager
|
||||
|
||||
`VMAlertmanager` - represents [alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/) configuration.
|
||||
|
@ -1,3 +1,12 @@
|
||||
---
|
||||
sort: 4
|
||||
weight: 4
|
||||
title: VMAlertmanagerConfig
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 4
|
||||
---
|
||||
# VMAlertmanagerConfig
|
||||
|
||||
The `VMAlertmanagerConfig` provides way to configure [VMAlertmanager](./vmalertmanager.md)
|
||||
|
@ -1,3 +1,12 @@
|
||||
---
|
||||
sort: 5
|
||||
weight: 5
|
||||
title: VMAuth
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 5
|
||||
---
|
||||
# VMAuth
|
||||
|
||||
The `VMAuth` CRD provides mechanism for exposing application with authorization to outside world or to other applications inside kubernetes cluster.
|
||||
|
@ -1,3 +1,12 @@
|
||||
---
|
||||
sort: 6
|
||||
weight: 6
|
||||
title: VMCluster
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 6
|
||||
---
|
||||
# VMCluster
|
||||
|
||||
`VMCluster` represents a high-available and fault-tolerant version of VictoriaMetrics database.
|
||||
|
@ -1,3 +1,12 @@
|
||||
---
|
||||
sort: 7
|
||||
weight: 7
|
||||
title: VMNodeScrape
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 7
|
||||
---
|
||||
# VMNodeScrape
|
||||
|
||||
The `VMNodeScrape` CRD provides discovery mechanism for scraping metrics kubernetes nodes,
|
||||
|
@ -1,3 +1,12 @@
|
||||
---
|
||||
sort: 8
|
||||
weight: 8
|
||||
title: VMPodScrape
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 8
|
||||
---
|
||||
# VMPodScrape
|
||||
|
||||
The `VMPodScrape` CRD allows to declaratively define how a dynamic set of pods should be monitored.
|
||||
|
@ -1,3 +1,12 @@
|
||||
---
|
||||
sort: 9
|
||||
weight: 9
|
||||
title: VMProbe
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 9
|
||||
---
|
||||
# VMProbe
|
||||
|
||||
The `VMProbe` CRD provides probing target ability with some external prober.
|
||||
|
@ -1,3 +1,12 @@
|
||||
---
|
||||
sort: 10
|
||||
weight: 10
|
||||
title: VMRule
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 10
|
||||
---
|
||||
# VMRule
|
||||
|
||||
`VMRule` represents [alerting](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/)
|
||||
|
@ -1,3 +1,12 @@
|
||||
---
|
||||
sort: 11
|
||||
weight: 11
|
||||
title: VMServiceScrape
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 11
|
||||
---
|
||||
# VMServiceScrape
|
||||
|
||||
The `VMServiceScrape` CRD allows to define a dynamic set of services for monitoring. Services
|
||||
|
@ -1,3 +1,13 @@
|
||||
---
|
||||
sort: 12
|
||||
weight: 12
|
||||
title: VMSingle
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 12
|
||||
---
|
||||
|
||||
# VMSingle
|
||||
|
||||
`VMSingle` represents database for storing metrics.
|
||||
|
@ -1,3 +1,13 @@
|
||||
---
|
||||
sort: 13
|
||||
weight: 13
|
||||
title: VMStaticScrape
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 13
|
||||
---
|
||||
|
||||
# VMStaticScrape
|
||||
|
||||
The `VMStaticScrape` CRD provides mechanism for scraping metrics from static targets, configured by CRD targets.
|
||||
|
@ -1,3 +1,12 @@
|
||||
---
|
||||
sort: 14
|
||||
weight: 14
|
||||
title: VMUser
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator-custom-resources"
|
||||
weight: 14
|
||||
---
|
||||
# VMUser
|
||||
|
||||
The `VMUser` CRD describes user configuration, its authentication methods `basic auth` or `Authorization` header.
|
||||
|
@ -2,6 +2,10 @@
|
||||
sort: 3
|
||||
weight: 3
|
||||
title: Security
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator"
|
||||
weight: 3
|
||||
---
|
||||
|
||||
# Security
|
||||
|
@ -2,6 +2,10 @@
|
||||
sort: 2
|
||||
weight: 2
|
||||
title: Setup
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator"
|
||||
weight: 2
|
||||
---
|
||||
|
||||
# VictoriaMetrics Operator Setup
|
||||
|
@ -2,6 +2,10 @@
|
||||
sort: 11
|
||||
weight: 11
|
||||
title: Variables
|
||||
menu:
|
||||
docs:
|
||||
parent: "operator"
|
||||
weight: 11
|
||||
---
|
||||
|
||||
<!-- this doc autogenerated - don't edit it manually -->
|
||||
|
Loading…
Reference in New Issue
Block a user