Skip to content

Add remote execution config to deployment create/update/inspect commands #1853

@jaketf

Description

@jaketf

For deployment create, we need:

  • --remote-execution-enabled default false
  • --allowed-ip-address-ranges can be set if --remote-execution-enabled is true
  • --task-log-bucket can be set if remote execution is enabled
  • --task-log-url-pattern can be set if remote execution is enabled

For deployment update, we need:

  • --allowed-ip-address-ranges can be set if --remote-execution-enabled is true
  • --task-log-bucket can be set if remote execution is enabled
  • --task-log-url-pattern can be set if remote execution is enabled

Note, we'll need to make sure that worker queues are omitted from create / update requests when remote execution is enabled.

depends on https://github.com/astronomer/astro/issues/31765

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions