From 798d8ad889724ff4408f65c6c9357fccbcbfd8b7 Mon Sep 17 00:00:00 2001 From: Filippo Brintazzoli Date: Thu, 29 May 2025 13:15:08 +0200 Subject: [PATCH] Update agent_k8s.md --- docs/deploying_clearml/enterprise_deploy/agent_k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying_clearml/enterprise_deploy/agent_k8s.md b/docs/deploying_clearml/enterprise_deploy/agent_k8s.md index a2dfa2f2..0d6d5200 100644 --- a/docs/deploying_clearml/enterprise_deploy/agent_k8s.md +++ b/docs/deploying_clearml/enterprise_deploy/agent_k8s.md @@ -16,7 +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. +- To support **GPU** queues, you must deploy the **NVIDIA GPU Operator** on your Kubernetes cluster. For more information, see [GPU Operator](extra_configs/gpu_operator.md). ## Installation