You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/architecture/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Architecture
2
2
3
-
This page discusses the highlevel architecture of a site running NVIDIA Infra Controller (NICo).
3
+
This page discusses the high-level architecture of a site running NVIDIA Infra Controller (NICo).
4
4
5
5
NICo orchestrates the lifecycle of ["Managed Hosts"](#managed-hosts) and other resources via a set of cooperating control plane services. These control plane services have to be deployed to a Kubernetes cluster with a size of at least 3 nodes (for high availability).
6
6
@@ -181,7 +181,7 @@ Its `NvlPartitionMonitor` reconciles NVLink logical partition desired state with
181
181
182
182
## Dependency services
183
183
184
-
In addition to the NICo API server components there are other supporting services run within the K8s site controller nodes.
184
+
In addition to the NICo API server components, several other supporting services run within the K8s site controller nodes.
0 commit comments