You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently pulumi resources are created with force_destroy=true. This instructs the provider to automatically delete all contents inside the resource (e.g., all objects in a bucket) before deleting the resource itself. However, this may not be desirable and should be made configurable.
GPU node pools are created with only a single device. This should be configurable to allow users to create multi-gpu node pools.
Pulumi state storage backend should be configurable to use other backends such as GCS.
Allow stateful handling of CLI configs instead of solely relying on env vars.