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
I tried deploying the Kubernetes version of the collector (this one) and it gives me the following error:
2022/11/02 11:31:48 settings.go:269: Set config to [/conf/otel-collector-config.yaml]
2022/11/02 11:31:48 settings.go:333: Set ballast to 168 MiB
2022/11/02 11:31:48 settings.go:349: Set memory limit to 460 MiB
Error: unknown flag: --mem-ballast-size-mib
2022/11/02 11:31:48 main.go:99: application run finished with error: unknown flag: --mem-ballast-size-mib
@atoulme thanks. For me it was easier to use this template with a config map, service and deployment. It worked like a charm removing the --mem-ballast-size-mib flag.
Summary
I tried deploying the Kubernetes version of the collector (this one) and it gives me the following error:
What do we have to do with that flag?
Related PRs: #567
How to reproduce
The text was updated successfully, but these errors were encountered: