Skip to content

LogOutputPaths not working #7718

Open
Open
@vijayck2020

Description

@vijayck2020
  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood-first-issueGood for newcomershelp-wantedExtra attention is neededtriage/needs-investigationIssues that need to be investigated before triaging

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions