hyperdx
hyperdx copied to clipboard
Issue with kubernetes installation while following the guide
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
- Follow the standard installation guide
- Deploy using the default configuration
- 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"