Skip to content

Commit

Permalink
Update rfc/core language/4956-cluster-pools.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fabio M. Graetz, Ph.D. <[email protected]>
Signed-off-by: Rafael Raposo <[email protected]>
  • Loading branch information
RRap0so and fg91 authored Feb 29, 2024
1 parent 203f0e0 commit 7f9cb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfc/core language/4956-cluster-pools.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Additionally, we would like to have the possibility of different executions targ

## 3 Proposed Implementation

We plan to use the `cluster_assignement` field (refer to [proto](https://github.com/flyteorg/flyte/blob/master/flyteidl/protos/flyteidl/admin/execution.proto#L312)) in each execution, this is a ClusterAssignment object with a `cluster_pool_name` which would be the field that contains a string with the corresponding ClusterPool ID.
We plan to use the `cluster_assignement` field (refer to [proto](https://github.com/flyteorg/flyte/blob/a2a63eb893bdff3c2d1a01242d0d25b73f287b1f/flyteidl/protos/flyteidl/admin/execution.proto#L315)) in each execution, this is a ClusterAssignment object with a `cluster_pool_name` which would be the field that contains a string with the corresponding ClusterPool ID.

In the FlyteAdmin configuration we have a list of `clusterpool_config` with all the different available pools and corresponding clusters.

Expand Down

0 comments on commit 7f9cb8b

Please sign in to comment.