hyperdx icon indicating copy to clipboard operation
hyperdx copied to clipboard

Issue with kubernetes installation while following the guide

Open axeII opened this issue 5 months ago • 0 comments

Issue Description

I encountered a problem while following the installation guide. The deployment fails unless specific image repository parameters are explicitly configured in the Helm values.

Steps to Reproduce

  1. Follow the standard installation guide
  2. Deploy using the default configuration
  3. Observe deployment failure

Expected Behavior

The installation should work with the default configuration as described in the installation guide.

Actual Behavior

The deployment fails without explicitly setting the image repository parameters.

Solution/Workaround

I had to update both deployment.yaml and daemonset.yaml files with these parameters to make it work:

image:
  repository: "otel/opentelemetry-collector-contrib"
  # You can also specify a tag if needed
  # tag: "latest"

axeII avatar Jul 22 '25 13:07 axeII