Open
Description
- name: LOG_LEVEL
value: info- name: LOG_OUTPUT_PATHS
value: "/var/log/controller.log"- name: LOG_ERROR_OUTPUT_PATHS
value: stderr- name: METRICS_PORT
value: "8000"
Since I am running karpenter in a fargate node, configured a ephemeral volume to be shared between controller and fluentbit containers. But the karpenter is not writing any logs to the configured file. Pasted above is the respective section in my deployment
In my values.yml file, I have given the below values
port: 8080
healthProbe:
port: 8081
webhook:
enabled: true
port: 8443
metrics:
port: 8001
logLevel: info
logOutputPaths:
stdout
/var/controller.log
logErrorOutputPaths:
stderr
I am using version 1.0.6 and karpenter is not writing any logs at all to the file I have provided. Still karpenter is logging to the stdout only.
Can someone take a look and give some valuable feedbacks?
Thanks in advance
Activity