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

Optimize stack configuration step #650

Open
EronWright opened this issue Sep 6, 2024 · 1 comment
Open

Optimize stack configuration step #650

EronWright opened this issue Sep 6, 2024 · 1 comment
Assignees
Labels
kind/engineering Work that is not visible to an external user
Milestone

Comments

@EronWright
Copy link
Contributor

EronWright commented Sep 6, 2024

The Workspace controller is expected to configure the stack with the supplied configuration values. The current implementation calls the SetAllConfig RPC method for each config item, and this is proving to be slow. Would be nice to set in bulk, but be considerate about the ordering of the config elements.

Also, consider enhancing the Workspace config block to natively understand configmap/secret refs. Today, the Stack controller handles references via general extensibility, i.e. via the pod template. A first-class option would be better.

@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Sep 6, 2024
@EronWright EronWright changed the title Optimize stack configuration Optimize stack configuration step Sep 6, 2024
@cleverguy25
Copy link

Added to epic #586

@blampe blampe added kind/engineering Work that is not visible to an external user and removed needs-triage Needs attention from the triage team labels Sep 9, 2024
@mjeffryes mjeffryes assigned EronWright and blampe and unassigned EronWright Sep 9, 2024
@mjeffryes mjeffryes added this to the 0.110 milestone Sep 12, 2024
@blampe blampe modified the milestones: 0.110, 0.111 Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/engineering Work that is not visible to an external user
Projects
Status: In Progress
Development

No branches or pull requests

5 participants