-
Notifications
You must be signed in to change notification settings - Fork 952
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
Fix: add log path options for log paths to deployment #6848
Conversation
✅ Deploy Preview for karpenter-docs-prod canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We were about to open the same PR, we tested this exact change on one of our test clusters and it seems to work.
Linking to the issue: kubernetes-sigs/karpenter#1572
Pull Request Test Coverage Report for Build 10530899211Details
💛 - Coveralls |
{{- end }} | ||
{{- with .Values.logOutputPaths }} | ||
- name: LOG_OUTPUT_PATHS | ||
value: "{{ . }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this work? Since it's an array, don't we need some helm magic to convert this into a comma-delimited list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it works. I believe that happens here:
Flatten the stdout logging outputs from args provided |
@rschalo could you provide some context on why this PR got closed? |
Fix implemented in a different PR: #6875 |
Fixes kubernetes-sigs/karpenter#1572
Description
Bug fix for not referencing log output paths.
How was this change tested?
make test
Does this change impact docs?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.