Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/clearml_agent/clearml_agent_nvcr.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: NVCR Access

To allow ClearML Agents to access NVIDIA's container registry (`nvcr.io`), the machine’s Docker infrastructure must first be configured with valid NGC credentials.
This enables Agents to pull NVIDIA-provided containers, such as those used by the [NVIDIA NIM app](../webapp/applications/apps_nvidia_nim.md). The setup is
required once per worker node, not every time you run an app.
required once per worker node.

Configure Docker access to the `nvcr` repository on [bare-metal/VM](#on-bare-metal--vm) or [Kubernetes](#on-kubernetes).

Expand Down
2 changes: 1 addition & 1 deletion docs/clearml_agent/clearml_agent_string_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For example, `"${CLEARML_TASK.project}"` will be replaced with the Task's projec

## Single-value Variables

These variable resolve to a single value. You can use them directly in a template, without specifying any path.
These variables resolve to a single value. You can use them directly in a template, without specifying any path.

For example `"${CLEARML_QUEUE_NAME}"` will be replaced with the name of the queue from which the task was pulled.

Expand Down
2 changes: 1 addition & 1 deletion docs/clearml_agent/dynamic_edit_task_pod_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ agentk8sglue:

* When defining a custom code module, by default the agent will start watching pods in all namespaces
across the cluster. If you do not intend to give a `ClusterRole` permission, make sure to set the
`CLEARML_K8S_GLUE_MONITOR_ALL_NAMESPACES` env to `"0"` to prevent the Agent to try listing pods in all namespaces.
`CLEARML_K8S_GLUE_MONITOR_ALL_NAMESPACES` env to `"0"` to prevent the Agent from trying to list pods in all namespaces.
Instead, set it to `"1"` if namespace-related changes are needed in the code.

```yaml
Expand Down