-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Milestone
Description
Problem
The current default configuration in Helm values.yaml has log_ingestor: null, which disables the log-ingestor. This is inconsistent with the default clp_config.yaml and clp_config.template.json.yaml configurations, and causes the API server to crash and restart continuously in v0.8.0 due to parsing issues.
Impact
The v0.8.0 Helm chart deploys an API server with the default configuration that continuously crashes and restarts, resulting in a broken deployment out of the box.
Solution
Enable log_ingestor by default in Helm values.yaml with appropriate default values to align with the default clp_config.yaml and clp_config.template.json.yaml configurations.
References
- PR: feat(helm): Add
log-ingestordeployment. #1856 - PR: fix(helm): Ensure
log_ingestoris explicitly null in configmap when disabled (fixes #1881). #1882 - Related issue: Fix log_ingestor configuration fallback to defaults when set to null in Helm values.yaml #1881
- Comment: feat(helm): Add
log-ingestordeployment. #1856 (comment) - Reported by: @junhaoliao
Files Affected
tools/deployment/package-helm/values.yaml
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels