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/ngc-managed/cluster-management/kai-scheduler.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
6 changes: 3 additions & 3 deletions docs/ngc-managed/cluster-management/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading