Skip to content
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

npm install runs all the time #549

Open
Tracked by #586
v-yarotsky opened this issue Feb 8, 2024 · 2 comments
Open
Tracked by #586

npm install runs all the time #549

v-yarotsky opened this issue Feb 8, 2024 · 2 comments
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@v-yarotsky
Copy link
Contributor

What happened?

I have pulumi-kubernetes-operator managing 4 stacks from 2 TypeScript programs (fetched from git).
Even if there are no changes to the git repo, the pod keeps continuously running npm install
This does not seem desirable.

Example

All screenshots were taken around the same time.
image
image
image
image

I have the following dependencies in my package.json in the root of the repo where the pulumi programs reside:

...
    "@pulumi/keycloak": "^5.2.1",
    "@pulumi/kubernetes": "^4.5.2",
    "@pulumi/pulumi": "3.91",
...    

Output of pulumi about

Probably not relevant for this case;
I'm using version 0.5.0 via the Helm chart.

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).

@v-yarotsky v-yarotsky added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Feb 8, 2024
@mjeffryes mjeffryes removed the needs-triage Needs attention from the triage team label Feb 8, 2024
@mjeffryes
Copy link
Contributor

Thanks for filing the report @v-yarotsky. Have you checked if the issue reproduces on a fresh cluster? It might also be interesting to try to run a manual preview for the stacks to see if there is and to check the interval for the reconcile loop.

@v-yarotsky
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

2 participants