-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support node selectors & affinities for Kubernetes resource poo…
…ls (#9428)
- Loading branch information
1 parent
6cd7d06
commit 63a4163
Showing
9 changed files
with
520 additions
and
43 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
:orphan: | ||
|
||
**New Features** | ||
|
||
- Kubernetes Configuration: Allow Cluster administrators to define Determined resource pools on | ||
Kubernetes using node selectors and/or affinities. Configure these settings at the default pod | ||
spec level under ``task_container_defaults.cpu_pod_spec`` or | ||
``task_container_defaults.gpu_pod_spec``. This allows a single cluster to be divided into | ||
multiple resource pools using node labels. | ||
|
||
- WebUI: Allow resource pool slot counts to reflect the state of the entire cluster. Allow slot | ||
counts and scheduling to respect node selectors and affinities. This impacts Determined clusters | ||
deployed on Kubernetes with multiple resource pools defined in terms of node selectors and/or | ||
affinities. |
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
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
Oops, something went wrong.