-
Notifications
You must be signed in to change notification settings - Fork 56
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
Operator keeps writing log files #425
Comments
Tried |
Assigning to @squaremo for further triage who has more context about the v1.11.2 release. |
These logs are produced by Incidental question: are you using the GitHub provider in your program? |
If you are asking I'm using Github for my program repo, then yes, I'm using Github enterprise edition. |
Sorry, I should have been clearer: I meant are you using https://www.pulumi.com/registry/packages/github/ in your Pulumi stack, e.g.,
I can think of three things that might be provoking a rate-limiting error from GitHub:
I'm just trying to figure out which of these it might be that's causing the message. I see at least one change relating to GitHub authorisation, in pulumi/pulumi: pulumi/pulumi#12392 for one. |
No, I'm not using github provider. |
Added to epic #586 |
Update: the situation has improved in Operator v2 but isn't completely resolved. It has a whole-new architecture that uses pods as the execution environment. The logs for a given stack are isolated into that pod, but there are still some log files that aren't cleaned up over time. Please read the announcement blog post for more information on v2: Would love to hear your feedback! Feel free to engage with us on the #kubernetes channel of the Pulumi Slack workspace. |
What happened?
After upgrading the operator to 1.11.2, I see many log files are generated in /tmp.
It seems like there are three types of log: INFO, WARNING and ERROR.
Unlike pulumi/pulumi#12263 (comment), where pipes didn't actually take any space, these log files do take volume spaces.
I checked what was actually written to the files and found that all logs have same content.
Here are two questions;
Following is screen capture of my /tmp directory.
Expected Behavior
There should be no redundant log files
Steps to reproduce
Run pulumi-kubernetes-operator v1.11.2 with constant stack reconcilation enabled.
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: