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
weight: 10
title: CHANGELOG
menu:
docs:
parent: "operator"
weight: 10
---
# CHANGELOG

View File

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

View File

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

View File

@ -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 -->

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,6 +2,11 @@
sort: 14
weight: 14
title: Custom resources
menu:
docs:
identifier: operator-custom-resources
parent: "operator"
weight: 14
---
# 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` 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` - 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` - 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
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
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` 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
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
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
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` 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
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` 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
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
The `VMUser` CRD describes user configuration, its authentication methods `basic auth` or `Authorization` header.

View File

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

View File

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

View File

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