globus / globus-compute

Globus Compute: High Performance Function Serving for Science
https://www.globus.org/compute
Apache License 2.0
146 stars 47 forks source link

Raise error for provider w/ internal container mgmt #1619

Closed rjmello closed 1 month ago

rjmello commented 1 month ago

Description

The endpoint CLI will now raise an error if the endpoint configuration includes both the container_uri field and a provider that manages containers internally (AWSProvider, GoogleCloudProvider, or KubernetesProvider). This prevents conflicts in container management.

[sc-33870]

Type of change