Skip to content

Commit

Permalink
k8s/all: link to v3 changes when mentioning v3
Browse files Browse the repository at this point in the history
  • Loading branch information
roobre committed Jan 31, 2022
1 parent 5f15957 commit 0718d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ helm upgrade --install <mark>newrelic</mark> newrelic/nri-bundle \
```

<Callout variant="tip">
By specifying `--devel`, you will be installing the v3 version of our solution, currently in Beta and scheduled to be generally available during Winter 2022. We strongly encourage you to try it out as it includes significant improvements over the v2. [See what's changed](/docs/kubernetes-pixie/kubernetes-integration/get-started/changes-since-v3)
By specifying `--devel`, you will be installing the version 3 of our solution, currently in Beta and scheduled to be generally available during Winter 2022. We strongly encourage you to try it out as it includes significant improvements over the v2. [See what's changed](/docs/kubernetes-pixie/kubernetes-integration/get-started/changes-since-v3).
</Callout>

Please notice and adjust the following flags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Please take into account that most of these examples will need to be configured
### Add the configuration to your `values-newrelic.yaml` [#configure-values]

<Callout variant="tip">
This format applies to the Kubernetes integration v3. For the older v2 version, check the section [below](#configure-values-v2).
This format applies to the [Kubernetes integration v3](/docs/kubernetes-pixie/kubernetes-integration/get-started/changes-since-v3). For the older v2 version, check the section [below](#configure-values-v2).
</Callout>

A working configuration snippet should be a YAML document with the following structure:
Expand Down

0 comments on commit 0718d5f

Please sign in to comment.