pulumi / pulumi-kubernetes-operator

A Kubernetes Operator that automates the deployment of Pulumi Stacks
Apache License 2.0
218 stars 54 forks source link

Re-implement UseLocalStackOnly feature #674

Open EronWright opened 3 hours ago

EronWright commented 3 hours ago

The Stack has a feature UseLocalStackOnly that, if true, prevents the system from creating new stacks in the backend. See https://github.com/pulumi/pulumi-kubernetes-operator/pull/186.

The Workspace API has a stacks field to populate the workspace with stacks, and invokes the RPC layer to upsert each stack. Seems we must plumb a flag to support this.

cleverguy25 commented 3 hours ago

Added to epic https://github.com/pulumi/pulumi-kubernetes-operator/issues/586