Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
update docs/migration.md wording based on feedback (#274)
Browse files Browse the repository at this point in the history
update wording based on feedback
  • Loading branch information
m25n authored Oct 25, 2022
1 parent 8bd6417 commit 14582ef
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/migration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Migration
This is a beta trial migration doc for the operator from collector manual and helm installation.
If you would like to test out the new operator in parallel with your existing manual or helm installation, use the [wavefront-allow-legacy-intall.yaml](../deploy/kubernetes/scenarios/wavefront-allow-legacy-install.yaml) template.
This is a migration doc for the Operator from the manual and Helm Collector and proxy installation.
If you want to test the new Operator in parallel with your existing manual or Helm installation, use the [wavefront-allow-legacy-intall.yaml](../deploy/kubernetes/scenarios/wavefront-allow-legacy-install.yaml) template.

## Migrate from Helm Installation

Expand Down Expand Up @@ -56,7 +56,7 @@ See [Custom Resource Scenarios](../deploy/kubernetes/scenarios) for examples or
| `proxy.args` | `dataExport.wavefrontProxy.args` | Additional Wavefront proxy properties can be passed as command line arguments in the `--<property_name> <value>` format. Multiple properties can be specified. |
| `proxy.preprocessor.rules.yaml` | `dataExport.wavefrontProxy.preprocessor` | Name of the configmap containing a rules.yaml key with proxy preprocessing rules |

If you have collector configuration with parameters not covered above, please reach out to us.
If you have a Collector configuration with parameters not covered above, please open an issue in this repository.

### 3. Re-apply your `wavefront.yaml`

Expand Down Expand Up @@ -170,5 +170,4 @@ See [wavefront-pod-resources.yaml](../deploy/kubernetes/scenarios/wavefront-pod-

### Future Support

If you come across something that cannot be configured with the new Operator,
please contact us.
If you have feedback, or come across something that cannot be configured with the Operator, please open an issue in this repository.

0 comments on commit 14582ef

Please sign in to comment.