Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: [release-2.9.x] docs: hide the sizing calculator until updated #12622

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/sources/setup/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ weight: 300

# Setup Loki

- Estimate the initial [size]({{< relref "./size" >}}) for your Loki cluster.
- [Install]({{< relref "./install" >}}) Loki.
- [Migrate]({{< relref "./migrate" >}}) from one Loki implementation to another.
- [Upgrade]({{< relref "./upgrade" >}}) from one Loki version to a newer version.
4 changes: 0 additions & 4 deletions docs/sources/setup/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ There are several methods of installing Loki and Promtail:
- [Install and run locally]({{< relref "./local" >}})
- [Install from source]({{< relref "./install-from-source" >}})

The [Sizing Tool]({{< relref "../size" >}}) can be used to determine the proper cluster sizing
given an expected ingestion rate and query performance. It targets the Helm
installation on Kubernetes.

## General process

In order to run Loki, you must:
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/setup/size/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aliases:
- ../installation/sizing/
- ../installation/helm/generate
weight: 100
keywords: []
draft: true
---

<link rel="stylesheet" href="../../query/analyzer/style.css">
Expand Down
Loading