From d226dd224eef9e2e598a62702162d774562778ed Mon Sep 17 00:00:00 2001 From: Spencer Gilbert Date: Thu, 10 Mar 2022 14:26:34 -0500 Subject: [PATCH] docs(vector): Update comment for autoscaling.enabled (#169) Signed-off-by: Spencer Gilbert --- charts/vector/Chart.yaml | 2 +- charts/vector/README.md | 4 ++-- charts/vector/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/vector/Chart.yaml b/charts/vector/Chart.yaml index 6d87469..b377940 100644 --- a/charts/vector/Chart.yaml +++ b/charts/vector/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: vector -version: "0.7.0-rc.0" +version: "0.7.0" kubeVersion: ">=1.15.0-0" description: A lightweight, ultra-fast tool for building observability pipelines type: application diff --git a/charts/vector/README.md b/charts/vector/README.md index 74f864b..5a1a0de 100644 --- a/charts/vector/README.md +++ b/charts/vector/README.md @@ -1,6 +1,6 @@ # Vector -![Version: 0.7.0-rc.0](https://img.shields.io/badge/Version-0.7.0--rc.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.20.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.20.0--distroless--libc-informational?style=flat-square) +![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.20.0-distroless-libc](https://img.shields.io/badge/AppVersion-0.20.0--distroless--libc-informational?style=flat-square) [Vector](https://vector.dev/) is a high-performance, end-to-end observability data pipeline that puts you in control of your observability data. Collect, transform, and route all your logs, metrics, and traces to any vendors you want today and any other vendors you may want tomorrow. Vector enables dramatic cost reduction, novel data enrichment, and data security where you need it, not where is most convenient for your vendors. @@ -126,7 +126,7 @@ helm install --name \ | affinity | object | `{}` | Allow Vector to schedule using affinity rules | | args | list | `["--config-dir","/etc/vector/"]` | Override Vector's default arguments | | autoscaling.customMetric | object | `{}` | Target a custom metric | -| autoscaling.enabled | bool | `false` | Enabled autoscaling for the Stateless-Aggregator | +| autoscaling.enabled | bool | `false` | Enabled autoscaling for the Aggregator and Stateless-Aggregator | | autoscaling.maxReplicas | int | `10` | Maximum replicas for Vector's HPA | | autoscaling.minReplicas | int | `1` | Minimum replicas for Vector's HPA | | autoscaling.targetCPUUtilizationPercentage | int | `80` | Target CPU utilization for Vector's HPA | diff --git a/charts/vector/values.yaml b/charts/vector/values.yaml index d3f0c18..174d312 100644 --- a/charts/vector/values.yaml +++ b/charts/vector/values.yaml @@ -57,7 +57,7 @@ secrets: ## Configure a HorizontalPodAutoscaler for Vector ## Valid for Aggregator and Stateless-Aggregator roles autoscaling: - # autoscaling.enabled -- Enabled autoscaling for the Stateless-Aggregator + # autoscaling.enabled -- Enabled autoscaling for the Aggregator and Stateless-Aggregator enabled: false # autoscaling.minReplicas -- Minimum replicas for Vector's HPA minReplicas: 1