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

DatadogAgent v1alpha1 deprecation warning #22010

Merged
merged 2 commits into from
Mar 1, 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
9 changes: 9 additions & 0 deletions content/en/containers/guide/datadogoperator_migration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Migrating to version 1.0 of the Datadog Operator

<div class="alert alert-warning">
The <code>v1alpha1</code> <code>DatadogAgent</code> reconciliation in the Operator is deprecated since v1.2.0+ and will be removed in v1.7.0. After it's removed, you will not be able to configure the Datadog Operator to reconcile the <code>v1alpha1</code> <code>DatadogAgent</code> CRD. However, you will still be able to apply a <code>v1alpha1</code> manifest with the conversion webhook enabled using <code>datadogCRDs.migration.datadogAgents.conversionWebhook.enabled</code>.

Check notice on line 4 in content/en/containers/guide/datadogoperator_migration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

Check warning on line 4 in content/en/containers/guide/datadogoperator_migration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'will'.

Check warning on line 4 in content/en/containers/guide/datadogoperator_migration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'will'.

Check warning on line 4 in content/en/containers/guide/datadogoperator_migration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'will'.
</div>

<div class="alert alert-warning">
<code>DatadogAgent</code> <code>v1alpha1</code> and the conversion webhook will be removed in v1.8.0. After it's removed, you will not be able to migrate unless you use earlier version of the Operator.

Check notice on line 8 in content/en/containers/guide/datadogoperator_migration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

Check warning on line 8 in content/en/containers/guide/datadogoperator_migration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'will'.

Check warning on line 8 in content/en/containers/guide/datadogoperator_migration.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'will'.
</div>


Datadog Operator v0.X uses `v1alpha1` of the DatadogAgent custom resource. Datadog Operator v1.X reconciles `v2alpha1`.

This guide describes how to migrate to the `v2alpha1/DatadogAgent` custom resource from `v1alpha1/DatadogAgent`.
Expand Down
Loading