You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/observability_pipelines/configuration/install_the_worker/_index.md
+5-16Lines changed: 5 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -312,21 +312,6 @@ The Observability Pipelines Worker supports all major Kubernetes distributions,
312
312
```shell
313
313
helm repo update
314
314
```
315
-
1. Run the command provided in the UI to install the Worker. The command is automatically populated with the environment variables you entered earlier.
**Note**: By default, the Kubernetes Service maps incoming port `<SERVICE_PORT>` to the port the Worker is listening on (`<TARGET_PORT>`). If you want to map the Worker's pod port to a different incoming port of the Kubernetes Service, use the following `service.ports[0].port` and `service.ports[0].targetPort` values in the command:
1. See [Secrets Management][7] on how to configure your `values.yaml` file for your secrets manager.
@@ -338,7 +323,7 @@ The Observability Pipelines Worker supports all major Kubernetes distributions,
338
323
--set datadog.pipelineId=<PIPELINE_ID> \
339
324
datadog/observability-pipelines-worker
340
325
```
341
-
- **Environment variables**: Run this command to install the Worker:
326
+
- **Environment variables**: Run the command provided in the UI to install the Worker. The command is automatically populated with the environment variables you entered earlier.
342
327
```shell
343
328
helm upgrade --install opw \
344
329
-f values.yaml \
@@ -349,6 +334,10 @@ The Observability Pipelines Worker supports all major Kubernetes distributions,
**Note**: By default, the Kubernetes Service maps incoming port `<SERVICE_PORT>` to the port the Worker is listening on (`<TARGET_PORT>`). If you want to map the Worker's pod port to a different incoming port of the Kubernetes Service, use the following `service.ports[0].port` and `service.ports[0].targetPort` values in the command:
0 commit comments