diff --git a/docs/cli/reference.mdx b/docs/cli/reference.mdx index fe7f6aceea..532c53aee3 100644 --- a/docs/cli/reference.mdx +++ b/docs/cli/reference.mdx @@ -7,7 +7,7 @@ Command-line interface for NeMo Platform. **Getting started:** - Browse documentation with **`nemo docs --list`** - Run local platform services with **`nemo services run --help`** -- Deploy to Kubernetes with **`nemo docs set-up/helm/install`** +- Read the Kubernetes deployment guide with **`nemo docs set-up/helm/install`** **Examples:** diff --git a/docs/set-up/helm/install.mdx b/docs/set-up/helm/install.mdx index d4f6373a3b..80562eb074 100644 --- a/docs/set-up/helm/install.mdx +++ b/docs/set-up/helm/install.mdx @@ -186,7 +186,7 @@ platformConfig: use_sdk_auth: true ``` -For multi-node GPU jobs on EKS, also configure EFA networking in [Multinode Networking](/documentation/self-managed-deployment/setup/helm/multinode-networking). +For multi-node GPU jobs on EKS, also configure EFA networking as described in [Multinode Networking](/documentation/self-managed-deployment/setup/helm/multinode-networking). ## Install Volcano diff --git a/packages/nemo_platform_ext/src/nemo_platform_ext/cli/app.py b/packages/nemo_platform_ext/src/nemo_platform_ext/cli/app.py index 989d2c4290..00e32dca66 100644 --- a/packages/nemo_platform_ext/src/nemo_platform_ext/cli/app.py +++ b/packages/nemo_platform_ext/src/nemo_platform_ext/cli/app.py @@ -229,7 +229,7 @@ def main( [green]Getting started:[/] - Browse documentation with [cyan]`nemo docs --list`[/] - Run local platform services with [cyan]`nemo services run --help`[/] - - Deploy to Kubernetes with [cyan]`nemo docs set-up/helm/install`[/] + - Read the Kubernetes deployment guide with [cyan]`nemo docs set-up/helm/install`[/] [green]Examples:[/] nemo workspaces list --output-format markdown diff --git a/sdk/python/nemo-platform/src/nemo_platform/cli/app.py b/sdk/python/nemo-platform/src/nemo_platform/cli/app.py index 6f7537dd89..f2609352b8 100644 --- a/sdk/python/nemo-platform/src/nemo_platform/cli/app.py +++ b/sdk/python/nemo-platform/src/nemo_platform/cli/app.py @@ -229,7 +229,7 @@ def main( [green]Getting started:[/] - Browse documentation with [cyan]`nemo docs --list`[/] - Run local platform services with [cyan]`nemo services run --help`[/] - - Deploy to Kubernetes with [cyan]`nemo docs set-up/helm/install`[/] + - Read the Kubernetes deployment guide with [cyan]`nemo docs set-up/helm/install`[/] [green]Examples:[/] nemo workspaces list --output-format markdown