Update agent_k8s.md

This commit is contained in:
Filippo Brintazzoli 2025-05-29 13:15:08 +02:00 committed by GitHub
parent 6743619157
commit 798d8ad889
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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