From ce21faa86e49e6dbdfc3966f331de43ac419cfc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Zi=C3=B3=C5=82kowski?= <62351083+MA3CIN@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:13:36 +0100 Subject: [PATCH] Remove repetition in automatic.md (#4152) --- content/en/docs/kubernetes/operator/automatic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/kubernetes/operator/automatic.md b/content/en/docs/kubernetes/operator/automatic.md index 1f6947fdc71c..71f964cf9956 100644 --- a/content/en/docs/kubernetes/operator/automatic.md +++ b/content/en/docs/kubernetes/operator/automatic.md @@ -570,7 +570,7 @@ kubectl logs -l app.kubernetes.io/name=opentelemetry-operator --container manage ### Were the resources deployed in the right order? -Order matters! The `Instrumentation` resource needs to be deployed before before +Order matters! The `Instrumentation` resource needs to be deployed before deploying the application, otherwise the auto-instrumentation won’t work. Recall the auto-instrumentation annotation: