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

Provide ability to preserve working directory. #521

Open
Tracked by #586
bacek opened this issue Nov 9, 2023 · 0 comments · May be fixed by #522
Open
Tracked by #586

Provide ability to preserve working directory. #521

bacek opened this issue Nov 9, 2023 · 0 comments · May be fixed by #522
Labels
impact/performance Something is slower than expected kind/enhancement Improvements or new features

Comments

@bacek
Copy link

bacek commented Nov 9, 2023

Pulumi Operator is always cleaning up working directory on reconcile at
https://github.com/pulumi/pulumi-kubernetes-operator/blob/7d9e693bc6e27f1e3881ce350cdf7fbde71b26be/pkg/controller/stack/stack_controller.go#L594C34-L594C34

This leads to additional latency on kubernetes deployments due full recreation of python's venv and installing all dependencies.

It would be nice to be able to provide Stack parameter to preserve working directory between runs.

@bacek bacek linked a pull request Nov 9, 2023 that will close this issue
@mikhailshilkov mikhailshilkov added kind/enhancement Improvements or new features impact/performance Something is slower than expected labels Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/performance Something is slower than expected kind/enhancement Improvements or new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants