Skip to content

Commit 94e3f15

Browse files
authored
docs: remove aggregator beta warning (vectordotdev#17750)
According to https://discord.com/channels/742820443487993987/1040011926563983441/1040016552243761162, this warning isn't relevant anymore <!-- **Your PR title must conform to the conventional commit spec!** <type>(<scope>)!: <description> * `type` = chore, enhancement, feat, fix, docs * `!` = OPTIONAL: signals a breaking change * `scope` = Optional when `type` is "chore" or "docs", available scopes https://github.com/vectordotdev/vector/blob/master/.github/semantic.yml#L20 * `description` = short description of the change Examples: * enhancement(file source): Add `sort` option to sort discovered files * feat(new source): Initial `statsd` source * fix(file source): Fix a bug discovering new files * chore(external docs): Clarify `batch_size` option -->
1 parent dcf7f9a commit 94e3f15

File tree

1 file changed

+0
-7
lines changed
  • website/content/en/docs/setup/deployment

1 file changed

+0
-7
lines changed

website/content/en/docs/setup/deployment/roles.md

-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ aliases: ["/docs/setup/deployment/strategies"]
88

99
Vector is an end-to-end data pipeline designed to collect, process, and route data. This means that Vector serves all roles in building your pipeline. You can deploy it as an [agent](#agent), [sidecar](#sidecar), or [aggregator](#aggregator). You combine these roles to form [topologies]. In this section, we'll cover each role in detail and help you understand when to use each.
1010

11-
{{< warning title="Aggregator role in public beta" >}}
12-
Helm support for the [aggregator] role is currently in public beta. We're currently seeking beta testers. If interested, please [join our chat][chat] and let us know.
13-
14-
[aggregator]: /docs/setup/deployment/roles/#aggregator
15-
[chat]: https://chat.vector.dev
16-
{{< /warning >}}
17-
1811
{{< roles >}}
1912

2013
You can install the Vector as an Aggregator on Kubernetes using Helm. For more information about getting started with the Aggregator role, see the [Helm install docs][helm].

0 commit comments

Comments
 (0)