-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise error for provider w/ internal container mgmt
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. This prevents conflicts in container management.
- Loading branch information
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
...elog.d/20240807_183559_30907815+rjmello_gcengine_with_k8s_provider_sc_33870.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Bug Fixes | ||
^^^^^^^^^ | ||
|
||
- 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters