From 933a61fc4d6271ea92133ea97b7af0d7f7c4bb6d Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Fri, 17 Jul 2026 18:40:28 +0200 Subject: [PATCH] docs(ngc-managed): fix broken links in cluster-management docs Related Documentation links in reference.md and the feature-flag link in kai-scheduler.md pointed to page slugs that do not exist. Point them at the real configuration.md and helm-managed.md files and sections. JIRA: NO-REF NVBug: none Signed-off-by: mesutoezdil --- docs/ngc-managed/cluster-management/kai-scheduler.md | 2 +- docs/ngc-managed/cluster-management/reference.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ngc-managed/cluster-management/kai-scheduler.md b/docs/ngc-managed/cluster-management/kai-scheduler.md index 7e7fbd3cb..2a9321e21 100644 --- a/docs/ngc-managed/cluster-management/kai-scheduler.md +++ b/docs/ngc-managed/cluster-management/kai-scheduler.md @@ -1,7 +1,7 @@ # KAI Scheduler Integration Guide [KAI Scheduler](https://github.com/kai-scheduler/KAI-Scheduler) is an open source Kubernetes Native scheduler for AI workloads at large scale. -To use the KAI Scheduler for NVCF Workloads the following configuration should be applied post the installation of the KAI Scheduler in the cluster and the [Optimized AI Workload Scheduling](nvca-feature-flags) enabled on the +To use the KAI Scheduler for NVCF Workloads the following configuration should be applied post the installation of the KAI Scheduler in the cluster and the [Optimized AI Workload Scheduling](./configuration.md#managing-feature-flags) enabled on the cluster. NVCF Workloads deployed will be automatically BinPacked upon this cluster configuration changes. **KAI Scheduler Installation** diff --git a/docs/ngc-managed/cluster-management/reference.md b/docs/ngc-managed/cluster-management/reference.md index 49926c1d8..48eb883f0 100644 --- a/docs/ngc-managed/cluster-management/reference.md +++ b/docs/ngc-managed/cluster-management/reference.md @@ -201,6 +201,6 @@ Only used when `ngcConfig.clusterSource: "helm-managed"`. ## Related Documentation -- [NVCA Configuration](nvca-configuration) — how to use these values to configure specific features (caching, network policies, manual instance config, etc.) -- [Helm-Managed Clusters](helm-managed-config) — switching to and from helm-managed mode -- [Agent config merging](nvca-agent-config) — using `agentConfig.mergeConfig` for runtime config overrides +- [NVCA Configuration](./configuration.md), how to use these values to configure specific features (caching, network policies, manual instance config, etc.) +- [Helm-Managed Clusters](./helm-managed.md), switching to and from helm-managed mode +- [Agent Config Merging](./configuration.md#agent-config-merging), using `agentConfig.mergeConfig` for runtime config overrides