Skip to content

Commit

Permalink
Review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
khewonc committed Mar 28, 2024
1 parent c3bc648 commit 56b9859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/introspection.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ datadog-agent-gke-cos 2 2 2 2 2 <no

Introspection is disabled by default. To enable introspection using the [datadog-operator helm chart](https://github.com/DataDog/helm-charts/tree/main/charts/datadog-operator), set `introspection.enabled=true` in your `values.yaml` file or as a flag in the command line arguments `--set introspection.enabled=true`.

## Migration from Operator Version <1.4.0 to
## Migration from Operator Version < 1.4.0

### Operator v1.4.0 <= x < v1.6.0

1. Upgrade to operator v1.4.0+ **without** enabling introspection. The operator should label the existing node agent DaemonSet or ExtendedDaemonSet with the label `agent.datadoghq.com/provider=""`.
2. Enable introspection in the operator following the instructions above. The operator should delete the unused node agent DaemonSet or ExtendedDaemonSet.

### Operator 1.6.0+
### Operator v1.6.0+

1. Upgrading the operator image and enabling introspection can be done at the same time in one step.

Expand Down

0 comments on commit 56b9859

Please sign in to comment.