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

Fix broken link to install topic #579

Merged
merged 2 commits into from
Apr 15, 2024
Merged
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
6 changes: 3 additions & 3 deletions docs/sources/tasks/migrate/from-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ Before migrating, modify your Grafana Agent Flow configuration to remove or repl

### Deploy {{% param "PRODUCT_NAME" %}} with a default configuration

Follow the [installation instructions][install] for {{< param "PRODUCT_NAME" >}}, using the default configuration file. The configuration file will be customized in the following steps.
Follow the [installation instructions][install] for {{< param "PRODUCT_NAME" >}}, using the default configuration file. The configuration file is customized in the following steps.

When deploying {{< param "PRODUCT_NAME" >}}, be aware of the following settings:

- {{< param "PRODUCT_NAME" >}} should be deployed with identical topology as Grafana Agent Flow: CPU, and storage limits should match.
- {{< param "PRODUCT_NAME" >}} should be deployed with identical topology as Grafana Agent Flow. The CPU, and storage limits should match.
- Custom command-line flags configured in Grafana Agent Flow should be reflected in your {{< param "PRODUCT_NAME" >}} installation.
- {{< param "PRODUCT_NAME" >}} may need to be deployed with the `--stability.level` flag in [run] to enable non-stable components:
- Set `--stability.level` to `public-preview` if you are using any of these components:
Expand All @@ -81,7 +81,7 @@ When deploying {{< param "PRODUCT_NAME" >}}, be aware of the following settings:
- Set the number of instances to match the number of instances in your Grafana Agent Flow cluster.
- Do not enable auto-scaling until the migration is complete.

[install]: ../../get-started/install
[install]: ../../../get-started/install
[run]: ../../../reference/cli/run
[discovery.process]: ../../../reference/components/discovery.process/
[pyroscope.ebpf]: ../../../reference/components/pyroscope.ebpf/
Expand Down
Loading