add hugo front matter for operator docs (#5122)

Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
Artem Navoiev 2023-10-04 06:27:40 -07:00 committed by Aliaksandr Valialkin
parent 65e7a7cabb
commit 12b0e3e5cb
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1
29 changed files with 191 additions and 0 deletions

View File

@ -2,6 +2,10 @@
sort: 10 sort: 10
weight: 10 weight: 10
title: CHANGELOG title: CHANGELOG
menu:
docs:
parent: "operator"
weight: 10
--- ---
# CHANGELOG # CHANGELOG

View File

@ -2,6 +2,10 @@
sort: 9 sort: 9
weight: 9 weight: 9
title: FAQ title: FAQ
menu:
docs:
parent: "operator"
weight: 9
--- ---
# FAQ (Frequency Asked Questions) # FAQ (Frequency Asked Questions)

View File

@ -2,6 +2,10 @@
sort: 0 sort: 0
weight: 0 weight: 0
title: VictoriaMetrics Operator title: VictoriaMetrics Operator
menu:
docs:
parent: "operator"
weight: 0
--- ---
# VictoriaMetrics Operator # VictoriaMetrics Operator

View File

@ -2,6 +2,10 @@
sort: 12 sort: 12
weight: 12 weight: 12
title: API Docs title: API Docs
menu:
docs:
parent: "operator"
weight: 12
--- ---
<!-- this doc autogenerated - don't edit it manually --> <!-- this doc autogenerated - don't edit it manually -->

View File

@ -2,6 +2,10 @@
sort: 7 sort: 7
weight: 7 weight: 7
title: Authorization and exposing components title: Authorization and exposing components
menu:
docs:
parent: "operator"
weight: 7
--- ---
# Authorization and exposing components # Authorization and exposing components

View File

@ -2,6 +2,10 @@
sort: 4 sort: 4
weight: 4 weight: 4
title: Configuration title: Configuration
menu:
docs:
parent: "operator"
weight: 4
--- ---
# Configuration # Configuration

View File

@ -2,6 +2,10 @@
sort: 13 sort: 13
weight: 13 weight: 13
title: Enterprise features title: Enterprise features
menu:
docs:
parent: "operator"
weight: 13
--- ---
# Using operator with enterprise features # Using operator with enterprise features

View File

@ -2,6 +2,10 @@
sort: 8 sort: 8
weight: 8 weight: 8
title: High Availability title: High Availability
menu:
docs:
parent: "operator"
weight: 8
--- ---
# High Availability # High Availability

View File

@ -2,6 +2,10 @@
sort: 5 sort: 5
weight: 5 weight: 5
title: Migration from Prometheus title: Migration from Prometheus
menu:
docs:
parent: "operator"
weight: 5
--- ---
# Migration from prometheus-operator # Migration from prometheus-operator

View File

@ -2,6 +2,10 @@
sort: 6 sort: 6
weight: 6 weight: 6
title: Monitoring title: Monitoring
menu:
docs:
parent: "operator"
weight: 6
--- ---
# Monitoring of VictoriaMetrics Operator # Monitoring of VictoriaMetrics Operator

View File

@ -2,6 +2,10 @@
sort: 1 sort: 1
weight: 1 weight: 1
title: QuickStart title: QuickStart
menu:
docs:
parent: "operator"
weight: 1
--- ---
# VictoriaMetrics Operator QuickStart # VictoriaMetrics Operator QuickStart

View File

@ -2,6 +2,11 @@
sort: 14 sort: 14
weight: 14 weight: 14
title: Custom resources title: Custom resources
menu:
docs:
identifier: operator-custom-resources
parent: "operator"
weight: 14
--- ---
# Custom resource kinds # Custom resource kinds

View File

@ -1,3 +1,13 @@
---
sort: 1
weight: 1
title: VMAgent
menu:
docs:
parent: "operator-custom-resources"
weight: 1
---
# VMAgent # VMAgent
`VMAgent` represents agent, which helps you collect metrics from various sources and stores them in VictoriaMetrics. `VMAgent` represents agent, which helps you collect metrics from various sources and stores them in VictoriaMetrics.

View File

@ -1,3 +1,12 @@
---
sort: 2
weight: 2
title: VMAlert
menu:
docs:
parent: "operator-custom-resources"
weight: 2
---
# VMAlert # VMAlert
`VMAlert` - executes a list of given [alerting](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/) `VMAlert` - executes a list of given [alerting](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/)

View File

@ -1,3 +1,13 @@
---
sort: 3
weight: 3
title: VMAlertmanager
menu:
docs:
parent: "operator-custom-resources"
weight: 3
---
# VMAlertmanager # VMAlertmanager
`VMAlertmanager` - represents [alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/) configuration. `VMAlertmanager` - represents [alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/) configuration.

View File

@ -1,3 +1,12 @@
---
sort: 4
weight: 4
title: VMAlertmanagerConfig
menu:
docs:
parent: "operator-custom-resources"
weight: 4
---
# VMAlertmanagerConfig # VMAlertmanagerConfig
The `VMAlertmanagerConfig` provides way to configure [VMAlertmanager](./vmalertmanager.md) The `VMAlertmanagerConfig` provides way to configure [VMAlertmanager](./vmalertmanager.md)

View File

@ -1,3 +1,12 @@
---
sort: 5
weight: 5
title: VMAuth
menu:
docs:
parent: "operator-custom-resources"
weight: 5
---
# VMAuth # VMAuth
The `VMAuth` CRD provides mechanism for exposing application with authorization to outside world or to other applications inside kubernetes cluster. The `VMAuth` CRD provides mechanism for exposing application with authorization to outside world or to other applications inside kubernetes cluster.

View File

@ -1,3 +1,12 @@
---
sort: 6
weight: 6
title: VMCluster
menu:
docs:
parent: "operator-custom-resources"
weight: 6
---
# VMCluster # VMCluster
`VMCluster` represents a high-available and fault-tolerant version of VictoriaMetrics database. `VMCluster` represents a high-available and fault-tolerant version of VictoriaMetrics database.

View File

@ -1,3 +1,12 @@
---
sort: 7
weight: 7
title: VMNodeScrape
menu:
docs:
parent: "operator-custom-resources"
weight: 7
---
# VMNodeScrape # VMNodeScrape
The `VMNodeScrape` CRD provides discovery mechanism for scraping metrics kubernetes nodes, The `VMNodeScrape` CRD provides discovery mechanism for scraping metrics kubernetes nodes,

View File

@ -1,3 +1,12 @@
---
sort: 8
weight: 8
title: VMPodScrape
menu:
docs:
parent: "operator-custom-resources"
weight: 8
---
# VMPodScrape # VMPodScrape
The `VMPodScrape` CRD allows to declaratively define how a dynamic set of pods should be monitored. The `VMPodScrape` CRD allows to declaratively define how a dynamic set of pods should be monitored.

View File

@ -1,3 +1,12 @@
---
sort: 9
weight: 9
title: VMProbe
menu:
docs:
parent: "operator-custom-resources"
weight: 9
---
# VMProbe # VMProbe
The `VMProbe` CRD provides probing target ability with some external prober. The `VMProbe` CRD provides probing target ability with some external prober.

View File

@ -1,3 +1,12 @@
---
sort: 10
weight: 10
title: VMRule
menu:
docs:
parent: "operator-custom-resources"
weight: 10
---
# VMRule # VMRule
`VMRule` represents [alerting](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/) `VMRule` represents [alerting](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/)

View File

@ -1,3 +1,12 @@
---
sort: 11
weight: 11
title: VMServiceScrape
menu:
docs:
parent: "operator-custom-resources"
weight: 11
---
# VMServiceScrape # VMServiceScrape
The `VMServiceScrape` CRD allows to define a dynamic set of services for monitoring. Services The `VMServiceScrape` CRD allows to define a dynamic set of services for monitoring. Services

View File

@ -1,3 +1,13 @@
---
sort: 12
weight: 12
title: VMSingle
menu:
docs:
parent: "operator-custom-resources"
weight: 12
---
# VMSingle # VMSingle
`VMSingle` represents database for storing metrics. `VMSingle` represents database for storing metrics.

View File

@ -1,3 +1,13 @@
---
sort: 13
weight: 13
title: VMStaticScrape
menu:
docs:
parent: "operator-custom-resources"
weight: 13
---
# VMStaticScrape # VMStaticScrape
The `VMStaticScrape` CRD provides mechanism for scraping metrics from static targets, configured by CRD targets. The `VMStaticScrape` CRD provides mechanism for scraping metrics from static targets, configured by CRD targets.

View File

@ -1,3 +1,12 @@
---
sort: 14
weight: 14
title: VMUser
menu:
docs:
parent: "operator-custom-resources"
weight: 14
---
# VMUser # VMUser
The `VMUser` CRD describes user configuration, its authentication methods `basic auth` or `Authorization` header. The `VMUser` CRD describes user configuration, its authentication methods `basic auth` or `Authorization` header.

View File

@ -2,6 +2,10 @@
sort: 3 sort: 3
weight: 3 weight: 3
title: Security title: Security
menu:
docs:
parent: "operator"
weight: 3
--- ---
# Security # Security

View File

@ -2,6 +2,10 @@
sort: 2 sort: 2
weight: 2 weight: 2
title: Setup title: Setup
menu:
docs:
parent: "operator"
weight: 2
--- ---
# VictoriaMetrics Operator Setup # VictoriaMetrics Operator Setup

View File

@ -2,6 +2,10 @@
sort: 11 sort: 11
weight: 11 weight: 11
title: Variables title: Variables
menu:
docs:
parent: "operator"
weight: 11
--- ---
<!-- this doc autogenerated - don't edit it manually --> <!-- this doc autogenerated - don't edit it manually -->