-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sumologic-eks-sumologi-metrics-collector-0 pod having wrong args --config file instead of --config-file in 4.6.0 version of chart #3706
Comments
Here is yaml file for that statefulset. apiVersion: apps/v1
|
Can you post your |
Hi thanks @swiatekm-sumo I had doubts on wrong image use. Same target-allocator image worked in version 4.2 so that's why couldn't catch it early. Tested 4.6 version sumologic-otel-collector-0.92.0-sumo-0 and its working. |
sumologic-eks-sumologi-metrics-collector-0 pod having wrong args --config file instead of --config-file in 4.6.0 version of chart.
image is target-allocator:0.93.0. My question here. am I using right image for statefulset sumologic-eks-sumologi-metrics-collector or ?
[root@ ~]# kubectl logs sumologic-eks-sumologi-metrics-collector-0 -n sumologic
unknown flag: --config
Usage of target-allocator:
--config-file string The path to the config file. (default "/conf/targetallocator.yaml")
--enable-prometheus-cr-watcher Enable Prometheus CRs as target sources
--kubeconfig-path string absolute path to the KubeconfigPath file (default "/.kube/config")
--listen-addr string The address where this service serves. (default ":8080")
--zap-devel Development Mode defaults(encoder=consoleEncoder,logLevel=Debug,stackTraceLevel=Warn). Production Mode defaults(encoder=jsonEncoder,logLevel=Info,stackTraceLevel=Error)
--zap-encoder encoder Zap log encoding (one of 'json' or 'console')
--zap-log-level level Zap Level to configure the verbosity of logging. Can be one of 'debug', 'info', 'error', or any integer value > 0 which corresponds to custom debug levels of increasing verbosity
--zap-stacktrace-level level Zap Level at and above which stacktraces are captured (one of 'info', 'error', 'panic').
--zap-time-encoding time-encoding Zap time encoding (one of 'epoch', 'millis', 'nano', 'iso8601', 'rfc3339' or 'rfc3339nano'). Defaults to 'epoch'.
unknown flag: --config
The text was updated successfully, but these errors were encountered: