-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add helm, master_config and release note changes
- Loading branch information
1 parent
44f9678
commit 8ee794f
Showing
4 changed files
with
122 additions
and
1 deletion.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,3 +1,21 @@ | ||
:orphan: | ||
|
||
ignore | ||
**New Features** | ||
|
||
- Kubernetes: Add ability to set up the Determined master service on one Kubernetes cluster and | ||
manage workloads across different Kubernetes clusters. Additional non-default resource managers | ||
and resource pools are configured under the master configuration options | ||
``additional_resource_managers`` and ``resource_pools`` (additional resource managers are | ||
required to have at least one resource pool defined). Additional resource managers and their | ||
resource pools must have unique names. For more information, visit :ref:master configuration | ||
<master-config-reference>. Support for notebooks and other workloads that require proxying is | ||
under development. | ||
|
||
- WebUI: Add ability to view resource manager name for resource pools. | ||
|
||
- API/CLI/WebUI: Route any requests to resource pools not defined in the master configuration to | ||
the default resource manager, not any additional resource manager, if defined. | ||
|
||
- Configuration: Add a ``name`` and ``metadata`` field to resource manager section in the master | ||
configuration. Add an ``additional_resource_managers`` section that follows the | ||
``resource_manager`` and ``resource_pool`` configuration pattern. |
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