Skip to content

Commit

Permalink
Fix broken link to install topic (#579) (#581)
Browse files Browse the repository at this point in the history
* Fix broken link to install topic

* Small change to trigger build

(cherry picked from commit a29a77f)

Co-authored-by: Clayton Cornell <[email protected]>
  • Loading branch information
github-actions[bot] and clayton-cornell authored Apr 15, 2024
1 parent 18826d7 commit f1d73fd
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit f1d73fd

Please sign in to comment.