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

Add partial deployments to pulumi #75

Open
limwa opened this issue Aug 8, 2024 · 0 comments
Open

Add partial deployments to pulumi #75

limwa opened this issue Aug 8, 2024 · 0 comments

Comments

@limwa
Copy link
Member

limwa commented Aug 8, 2024

In pulumi, partial deployments are useful to lower the amount of resources being used by the cluster in development. Partial deployments allow only the resources needed to deploy a given resource to be updated.

This can be done using the --dry-run and --json flags in the pulumi up command to get the dependency graph of the resources and then, with some custom code, get the URNs of the resources that the target resource depends on and update them using the --target flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant