From 7f9cb8b245c987def0f88ea79715c123f14440bc Mon Sep 17 00:00:00 2001 From: Rafael Raposo <100569684+RRap0so@users.noreply.github.com> Date: Thu, 29 Feb 2024 14:51:58 +0100 Subject: [PATCH] Update rfc/core language/4956-cluster-pools.md Co-authored-by: Fabio M. Graetz, Ph.D. Signed-off-by: Rafael Raposo <100569684+RRap0so@users.noreply.github.com> --- rfc/core language/4956-cluster-pools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfc/core language/4956-cluster-pools.md b/rfc/core language/4956-cluster-pools.md index fee45d7646..eb9776a4f1 100644 --- a/rfc/core language/4956-cluster-pools.md +++ b/rfc/core language/4956-cluster-pools.md @@ -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.