sumologic-kubernetes-collection icon indicating copy to clipboard operation
sumologic-kubernetes-collection copied to clipboard

sumologic-eks-sumologi-metrics-collector-0 pod having wrong args --config file instead of --config-file in 4.6.0 version of chart

Open vinayaksakharkar opened this issue 9 months ago • 3 comments

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

vinayaksakharkar avatar May 15 '24 15:05 vinayaksakharkar