From 6743619157663497f994d6eb1e476d2a752e336b Mon Sep 17 00:00:00 2001 From: Filippo Brintazzoli Date: Thu, 29 May 2025 11:01:11 +0200 Subject: [PATCH] Update agent_k8s.md --- docs/deploying_clearml/enterprise_deploy/agent_k8s.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deploying_clearml/enterprise_deploy/agent_k8s.md b/docs/deploying_clearml/enterprise_deploy/agent_k8s.md index 02a38de7..a2dfa2f2 100644 --- a/docs/deploying_clearml/enterprise_deploy/agent_k8s.md +++ b/docs/deploying_clearml/enterprise_deploy/agent_k8s.md @@ -16,6 +16,7 @@ The ClearML Agent enables scheduling and executing distributed experiments on a - The worker environment must be able to access the ClearML Server over the same network. - Helm token to access `clearml-enterprise` Helm chart repo +- The **GPU** queues configuration and usage from the ClearML Enterprise Agent requires deploying the **Nvidia GPU Operator** on your Kubernetes cluster. For more information, refer to the [GPU Operator](extra_configs/gpu_operator.md) page. ## Installation