Skip to content

Commit a79ff38

Browse files
committed
feat(recipes): add GKE GB200 (A4X) recipe with NVLS NCCL validation
Add the gb200-gke-cos-{training,training-kubeflow,training-slurm, inference,inference-dynamo} recipe leaves, covering GB200 (A4X) on GKE with COS. New gke-gb200-rdma component wires the NCCL gIB ARM64 plugin installer needed for GPUDirect-RDMA over RoCE, plus its health check and BOM/tuning docs. The GKE multi-networking objects (GKENetworkParamSet/Network: gvnic-1, rdma-0..rdma-3) are provisioned with the cluster before the node pool exists, not by this component: AICR treats them as a prerequisite and validates all 5 objects — including deviceMode and parametersRef linkage — via health check. GB200 on GKE is NVLS-only: MNNVL across the A4X nodes' IMEX domain is the fabric that actually carries all-reduce traffic, so nccl-all-reduce-bw-nvls (not the plain check) is wired into the training leaves' performance phase, backed by a new runtime-nvls.yaml TrainingRuntime template with IMEX ComputeDomain wiring. GPU NIC discovery in the NCCL validator is skipped for this accelerator/service pair since it uses the gke-gb200-rdma Network CRs instead of the TCPXO gpu-nic-* fabric. GB200 already has a Kubeflow leaf overlay on EKS and OKE; adds the same kubeflow-trainer component here so GKE isn't the only GB200 platform missing one, giving robust-controller conformance a supported operator to validate instead of always skipping. Also adds a gb200-gke-cos-inference-dynamo leaf (grove + dynamo-platform, DRA-gated to Kubernetes 1.34+), mirroring the GB200 EKS/OKE Dynamo overlays' performance-gate thresholds until a GKE-specific baseline is published. This turns the bare gb200-gke-cos-inference overlay from a leaf into a base shared by both the plain and Dynamo inference leaves, the same base/platform-variant pattern already used above for training/training-kubeflow. And a gb200-gke-cos-training-slurm leaf (Slinky operator + a Slinky-managed Slurm cluster), mirroring gb200-eks-ubuntu-training-slurm's GPU GRES, task isolation, and NVLS/IMEX ComputeDomain wiring for the same 4-GPU-per-node accelerator shape. Unlike the Kubeflow Trainer/JobSet controllers above, Slinky's controller/restapi/nodeset Deployments already go through AICR's ordinary nodeScheduling tolerationPaths, so this leaf needs no Trainer-style toleration workaround. Floor calibrated on a4x-highgpu-4g (4x GB200/node): 2-node/8-GPU all_reduce_perf measured 281.936 GB/s avg bus bandwidth. Validated on a live A4X cluster across conformance, deployment, and NVLS performance for the training and training-kubeflow leaves. gb200-gke-cos-inference-dynamo is validated across all three phases on the same cluster: deployment, conformance, and performance (103,971 tokens/sec throughput, 1388.55ms TTFT p99). gb200-gke-cos-training-slurm is validated through deployment and conformance, including the GB200-specific slinky-slurm-imex-channel health check; its NVLS performance phase has not yet been run. Signed evidence bundles for both (Sigstore/Rekor, keyless OIDC) are pushed to ghcr.io/mikecook/aicr-evidence with pointers committed under recipes/evidence/, and the signer is added to the community allowlist. Signed-off-by: Mike Cook <micook@nvidia.com>
1 parent 63fb8a5 commit a79ff38

35 files changed

Lines changed: 2179 additions & 15 deletions

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For pipelines and platforms that call AICR programmatically or host
4646
| Add or modify recipe metadata | [Recipe Development](integrator/recipe-development.md) |
4747
| Verify artifacts (SLSA, SBOM, attestations) | [Supply Chain Verification](integrator/supply-chain-verification.md) |
4848
| Ship custom validators via `--data` | [Validator Extension](integrator/validator-extension.md) |
49-
| Cloud-specific GPU setup | [AKS](integrator/aks-gpu-setup.md), [GKE](integrator/gke-gpu-setup.md), [EKS networking](integrator/eks-dynamo-networking.md), [GKE networking](integrator/gke-tcpxo-networking.md), [Talos](integrator/talos-integration.md) |
49+
| Cloud-specific GPU setup | [AKS](integrator/aks-gpu-setup.md), [GKE](integrator/gke-gpu-setup.md), [EKS networking](integrator/eks-dynamo-networking.md), [GKE TCPXO networking](integrator/gke-tcpxo-networking.md), [GKE GB200 networking](integrator/gke-gb200-networking.md), [Talos](integrator/talos-integration.md) |
5050

5151
### Contributor Guide
5252

docs/contributor/validator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ default** (`Qwen/Qwen3-8B` at 256/GPU). A non-positive / non-integer
804804
| `AICR_INFERENCE_PERF_WORKLOAD_READY_TIMEOUT` | `10m` | Wait for the `DynamoGraphDeployment` to become ready (image pull + model load + worker health). Large models load slower — raise this **and** the catalog entry's `timeout` in tandem, or the parent deadline caps it. |
805805
| `AICR_INFERENCE_PERF_HEALTH_TIMEOUT` | `5m` | Wait for the endpoint to serve a real chat-completion *after* the workload reports Ready. Concurrent first-load from one RWO cache PVC can push first-serve past 5m; raise it (bounded by the catalog `timeout`). |
806806
| `AICR_INFERENCE_PERF_MODEL_CACHE_SIZE` | `100Gi` (on) | The PVC-backed model-weights cache is **on by default**. Set a different K8s quantity to resize, or a disable sentinel (`off`/`0`/`none`/`disabled`) to turn it off and download from HF directly. |
807-
| `AICR_INFERENCE_PERF_MODEL_CACHE_STORAGE_CLASS` | cluster default | StorageClass for the cache PVC. On a cluster with **no default SC and no value here**, the check **fails fast** with guidance rather than leaving the PVC `Pending` until timeout. AICR-deployed EKS gets a default `gp3` SC from `aws-ebs-csi-driver`; GKE has `standard-rwo`. |
807+
| `AICR_INFERENCE_PERF_MODEL_CACHE_STORAGE_CLASS` | cluster default | StorageClass for the cache PVC. On a cluster with **no default SC and no value here**, the check **fails fast** with guidance rather than leaving the PVC `Pending` until timeout. AICR-deployed EKS gets a default `gp3` SC from `aws-ebs-csi-driver`; GKE has `standard-rwo` — **except A4X/GB200 nodes**, which reject `standard-rwo`'s `pd-balanced` disks and need a Hyperdisk-backed class (see [GKE GB200 Storage Prerequisites](../integrator/gke-gb200-networking.md#storage-prerequisites)). |
808808
| `AICR_INFERENCE_PERF_MODEL_CACHE_POPULATE_TIMEOUT` | `13m` | Wait for the one-time model-cache populate Job (cold image pull + first-ever Hugging Face download into the PVC). Separate from — and larger than — `AICR_INFERENCE_PERF_WORKLOAD_READY_TIMEOUT` because the populate Job pays a cold pull *and* a multi-GB download; provide the optional HF-token secret to remove anonymous-download throttling. Raise it (and the catalog `timeout`) for very large models. **Migration:** the cache-populate wait no longer honors `AICR_INFERENCE_PERF_WORKLOAD_READY_TIMEOUT` (which now bounds only the DynamoGraphDeployment readiness wait) — set this knob instead to widen the populate budget. |
809809

810810
For gated models, or to lift Hugging Face rate limits on large downloads,

docs/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ navigation:
7575
path: integrator/eks-dynamo-networking.md
7676
- page: GKE TCPXO Networking
7777
path: integrator/gke-tcpxo-networking.md
78+
- page: GKE GB200 Networking
79+
path: integrator/gke-gb200-networking.md
7880
- page: OpenShift Deployment
7981
path: integrator/openshift.md
8082
- page: Talos Integration

docs/integrator/components/nodewright.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ The table below is generated from the recipes by `make tuning-docs` — **do not
8686
| eks | rtx-pro-6000 | generic | - | nvidia-tuned 0.3.2 |
8787
| gke | a100 | h100 | - | nvidia-tuning-gke 0.1.2 |
8888
| gke | b200 | - | - | nvidia-tuning-gke 0.1.2 |
89+
| gke | gb200 | - | - | nvidia-tuning-gke 0.1.2 |
8990
| gke | h100 | - | - | nvidia-tuning-gke 0.1.2 |
9091

9192
{/* END AICR-TUNING */}
Lines changed: 321 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,321 @@
1+
# GKE GB200 (A4X) Networking Prerequisites
2+
3+
For the **GB200 GKE COS** recipes (`gb200-gke-cos-training`,
4+
`gb200-gke-cos-training-kubeflow`, `gb200-gke-cos-training-slurm`, and
5+
`gb200-gke-cos-inference-dynamo`, all on `a4x-highgpu-4g` nodes),
6+
GPUDirect-RDMA over RoCE enables high-speed inter-node GPU communication on
7+
GKE. The recipe's NCCL workloads set `NCCL_NET=gIB` explicitly (see
8+
`gke-gb200-rdma`'s installer manifest below) rather than letting NCCL
9+
auto-select a plugin, so a missing or misconfigured RDMA fabric doesn't
10+
silently fall back to a slower network path — it fails outright.
11+
12+
## Infrastructure Prerequisites
13+
14+
GKE clusters must have multi-networking configured before deploying AICR bundles:
15+
16+
- Multi-networking enabled (1 gVNIC + 4 RDMA NICs per `a4x-highgpu-4g` node)
17+
- `Network` + `GKENetworkParamSet` CRs for the gVNIC and 4 RDMA NICs (cluster-specific
18+
VPC/subnet values, but fixed object names — see below; not managed by AICR)
19+
- `nccl-rdma-installer` DaemonSet on GPU nodes (included in the AICR bundle)
20+
21+
The last one ships in the AICR bundle. The first is **cluster provisioning**
22+
AICR's `gke-gb200-rdma` health check detects it but does not create it.
23+
24+
### Provisioning multi-networking
25+
26+
These steps are ordered, following Google's
27+
[A4X custom setup guide](https://docs.cloud.google.com/ai-hypercomputer/docs/create/gke-ai-hypercompute-custom-a4x):
28+
29+
1. **Create the VPCs and subnets** — one dedicated VPC + subnet per NIC, five in
30+
total (one gVNIC, four RDMA), in the cluster's region.
31+
2. **Create the cluster** with multi-networking enabled (HIPPO's `GKECluster` CR
32+
does this via `spec.networks.managed.gb200NetworkStrategy`).
33+
3. **Create the GPU node pool** on an `a4x-highgpu-4g` machine type, attaching
34+
the five VPC/subnet pairs as `additionalNodeNetworkConfigs`.
35+
4. **Apply the `Network` and `GKENetworkParamSet` CRs** — one pair per NIC,
36+
binding each additional node network into the cluster so pods can reference
37+
it. Unlike TCPXO (see [GKE TCPXO Networking](gke-tcpxo-networking.md)), the
38+
**object names are fixed, not cluster-specific**: `gvnic-1` for the gVNIC and
39+
`rdma-0` through `rdma-3` for the RDMA NICs. Only the `vpc`/`vpcSubnet` fields
40+
inside each `GKENetworkParamSet` vary per cluster (they name the VPC/subnet
41+
your cluster actually has):
42+
43+
```yaml
44+
apiVersion: networking.gke.io/v1
45+
kind: GKENetworkParamSet
46+
metadata:
47+
name: gvnic-1
48+
spec:
49+
vpc: "PREFIX-gvnic"
50+
vpcSubnet: "PREFIX-gvnic"
51+
deviceMode: NetDevice
52+
---
53+
apiVersion: networking.gke.io/v1
54+
kind: Network
55+
metadata:
56+
name: gvnic-1
57+
spec:
58+
type: "Device"
59+
parametersRef:
60+
group: networking.gke.io
61+
kind: GKENetworkParamSet
62+
name: gvnic-1
63+
```
64+
65+
Repeat for `rdma-0` through `rdma-3`, pointing `vpc`/`vpcSubnet` at
66+
`PREFIX-gpu-nic-{0..3}-gb` (or whatever names your VPCs/subnets were given
67+
in step 1, with `PREFIX` replaced by your own) — and set
68+
**`deviceMode: RDMA`** on all four, not `NetDevice` (that value is only
69+
correct for `gvnic-1` above).
70+
71+
> **The fixed naming is a requirement, not a convention.** AICR's
72+
> `checks/gke-gb200-rdma/health-check.yaml` asserts these five objects by exact
73+
> name (`gvnic-1`, `rdma-0`..`rdma-3`), including `spec.deviceMode` and
74+
> `spec.parametersRef` linkage. A cluster provisioned with different `Network`
75+
> names passes Google's own setup guide but fails this check — rename to match
76+
> before running `aicr validate`.
77+
78+
AICR installs the `nccl-rdma-installer` DaemonSet and detects the CRs; it does
79+
not provision the networking itself. These steps are a summary of the
80+
prerequisite AICR depends on, not a complete provisioning runbook — follow
81+
Google's guide above for the full procedure, including firewall rules and
82+
supported GKE version floors.
83+
84+
Separately from GKE's own networking version floor, all AICR GB200 GKE
85+
recipes (including `gb200-gke-cos-training-slurm`, which inherits it from
86+
`gb200-gke-cos-training`) enforce `K8s.server.version >= 1.34`: NVLS
87+
provisions the IMEX channel through a DRA `ComputeDomain`, which requires
88+
the GA `resource.k8s.io/v1` API. `aicr validate` fails readiness on an
89+
older control plane with this constraint by name.
90+
91+
### Verifying
92+
93+
```shell
94+
kubectl get network.networking.gke.io \
95+
-o custom-columns='NAME:.metadata.name,PARAMETERS-REF:.spec.parametersRef.name'
96+
kubectl get gkenetworkparamset.networking.gke.io \
97+
-o custom-columns='NAME:.metadata.name,DEVICE-MODE:.spec.deviceMode'
98+
```
99+
100+
Expect `gvnic-1` and `rdma-0` through `rdma-3` — the five prerequisite
101+
`Network`s from step 4 — each bound to its `GKENetworkParamSet` via
102+
`spec.parametersRef` (shown in the `PARAMETERS-REF` column above). Fewer
103+
than five, or a `GKENetworkParamSet` with the wrong `DEVICE-MODE`, means
104+
the prerequisite is incomplete or misconfigured — `aicr validate` (via the
105+
`gke-gb200-rdma` health check) reports the shortfall by name.
106+
107+
You'll also see a `default` network/`GKENetworkParamSet` pair in the same
108+
output — that one is GKE-managed (created automatically once
109+
multi-networking is enabled), not part of this prerequisite, and isn't
110+
checked by name.
111+
112+
## Driver Installer
113+
114+
`a4x-highgpu-4g` recipes generated with `--profile gpuStack=driver-installer`
115+
(see [GKE GPU Setup](gke-gpu-setup.md#alternative-let-gpu-operator-manage-the-device-plugin))
116+
need Google's standalone `nvidia-driver-installer` DaemonSet applied before
117+
GPU workloads can schedule — this presumes the node-pool prerequisite
118+
(pools created with `gpu-driver-version=disabled` plus the
119+
`gke-no-default-nvidia-gpu-device-plugin=true` label) is already in place.
120+
GB200's NVL72 domain needs GPU partitioning that Google's generic upstream
121+
COS manifest doesn't include — use a manifest with an added
122+
`partition-gpus` init container pinned to a
123+
[COS-qualified driver version](https://cloud.google.com/kubernetes-engine/docs/how-to/gpus#cos):
124+
125+
```yaml
126+
apiVersion: apps/v1
127+
kind: DaemonSet
128+
metadata:
129+
name: nvidia-driver-installer
130+
namespace: kube-system
131+
labels:
132+
k8s-app: nvidia-driver-installer
133+
spec:
134+
selector:
135+
matchLabels:
136+
k8s-app: nvidia-driver-installer
137+
updateStrategy:
138+
type: RollingUpdate
139+
template:
140+
metadata:
141+
labels:
142+
name: nvidia-driver-installer
143+
k8s-app: nvidia-driver-installer
144+
spec:
145+
priorityClassName: system-node-critical
146+
affinity:
147+
nodeAffinity:
148+
requiredDuringSchedulingIgnoredDuringExecution:
149+
nodeSelectorTerms:
150+
- matchExpressions:
151+
- key: cloud.google.com/gke-accelerator
152+
operator: Exists
153+
- key: cloud.google.com/gke-gpu-driver-version
154+
operator: DoesNotExist
155+
- key: gke-no-default-nvidia-gpu-device-plugin
156+
operator: In
157+
values: ["true"]
158+
- key: cloud.google.com/gke-confidential-nodes-instance-type
159+
operator: DoesNotExist
160+
tolerations:
161+
- operator: Exists
162+
hostNetwork: true
163+
hostPID: true
164+
volumes:
165+
- name: dev
166+
hostPath:
167+
path: /dev
168+
- name: vulkan-icd-mount
169+
hostPath:
170+
path: /home/kubernetes/bin/nvidia/vulkan/icd.d
171+
- name: nvidia-install-dir-host
172+
hostPath:
173+
path: /home/kubernetes/bin/nvidia
174+
- name: root-mount
175+
hostPath:
176+
path: /
177+
- name: cos-tools
178+
hostPath:
179+
path: /var/lib/cos-tools
180+
- name: nvidia-config
181+
hostPath:
182+
path: /etc/nvidia
183+
initContainers:
184+
- image: "cos-nvidia-installer:fixed"
185+
imagePullPolicy: Never
186+
name: nvidia-driver-installer
187+
resources:
188+
requests:
189+
cpu: 150m
190+
securityContext:
191+
privileged: true
192+
env:
193+
- name: NVIDIA_INSTALL_DIR_HOST
194+
value: /home/kubernetes/bin/nvidia
195+
- name: NVIDIA_INSTALL_DIR_CONTAINER
196+
value: /usr/local/nvidia
197+
- name: VULKAN_ICD_DIR_HOST
198+
value: /home/kubernetes/bin/nvidia/vulkan/icd.d
199+
- name: VULKAN_ICD_DIR_CONTAINER
200+
value: /etc/vulkan/icd.d
201+
- name: ROOT_MOUNT_DIR
202+
value: /root
203+
- name: COS_TOOLS_DIR_HOST
204+
value: /var/lib/cos-tools
205+
- name: COS_TOOLS_DIR_CONTAINER
206+
value: /build/cos-tools
207+
volumeMounts:
208+
- name: nvidia-install-dir-host
209+
mountPath: /usr/local/nvidia
210+
- name: vulkan-icd-mount
211+
mountPath: /etc/vulkan/icd.d
212+
- name: dev
213+
mountPath: /dev
214+
- name: root-mount
215+
mountPath: /root
216+
- name: cos-tools
217+
mountPath: /build/cos-tools
218+
command:
219+
- bash
220+
- -c
221+
- |
222+
echo "Checking for existing GPU driver modules"
223+
if lsmod | grep nvidia; then
224+
echo "GPU driver is already installed, skipping installation"
225+
exit 0
226+
else
227+
echo "No GPU driver module detected, installing 580.126.20"
228+
/cos-gpu-installer install --version=580.126.20 || exit 1
229+
chmod 755 /root/home/kubernetes/bin/nvidia
230+
fi
231+
- image: "gcr.io/gke-release/nvidia-partition-gpu@sha256:de12f85ebfb4fb6c1893cd30c23aab662a72fa0448f97ef74fccb82d7522ef17"
232+
name: partition-gpus
233+
env:
234+
- name: LD_LIBRARY_PATH
235+
value: /usr/local/nvidia/lib64
236+
resources:
237+
requests:
238+
cpu: 150m
239+
securityContext:
240+
privileged: true
241+
volumeMounts:
242+
- name: nvidia-install-dir-host
243+
mountPath: /usr/local/nvidia
244+
- name: dev
245+
mountPath: /dev
246+
- name: nvidia-config
247+
mountPath: /etc/nvidia
248+
containers:
249+
- image: "gke.gcr.io/pause:3.8@sha256:880e63f94b145e46f1b1082bb71b85e21f16b99b180b9996407d61240ceb9830"
250+
name: pause
251+
```
252+
253+
Re-pin the driver version (`580.126.20` above) and the `partition-gpus` image
254+
digest to whatever your GKE version's COS driver table and Google's release
255+
notes currently list — both drift over time and are not managed by AICR.
256+
257+
## Storage Prerequisites
258+
259+
`a4x-highgpu-4g` nodes can't attach Persistent Disk at all (regional or
260+
zonal, any type, including `pd-balanced`) — only Hyperdisk. On a stock GKE
261+
Standard cluster the default StorageClass is `standard-rwo`
262+
(`pd.csi.storage.gke.io`, `pd-balanced`), but "default" isn't inherent to
263+
GKE Standard itself: a cluster admin can repoint the
264+
`storageclass.kubernetes.io/is-default-class` annotation to any
265+
StorageClass. Run `kubectl get storageclass` first and check which one is
266+
annotated `(default)`, its `PROVISIONER`, and (via `kubectl get
267+
storageclass -o yaml`) its `parameters.type` — don't assume it's
268+
`standard-rwo`/`pd-balanced`. Any PVC scheduled onto a GB200 node with no
269+
`storageClassName` set — which binds it to the cluster default — fails
270+
this way unless that default's `parameters.type` is already
271+
Hyperdisk-backed: `pd-balanced disk type cannot be used by
272+
a4x-highgpu-4g machine type` (or the equivalent for whatever `pd-*` type
273+
the default actually provisions).
274+
275+
This includes the `inference-perf` validator's model-weights cache PVC
276+
when `AICR_INFERENCE_PERF_MODEL_CACHE_STORAGE_CLASS` (see
277+
[Validation](../user/validation.md)) is left unset — it then falls back
278+
to the cluster default too. Set that variable to name a Hyperdisk-backed
279+
StorageClass explicitly (for example `hyperdisk-balanced`, applied below)
280+
and the cache PVC uses it directly via `storageClassName`, independent of
281+
whatever the cluster default resolves to.
282+
283+
If the cluster default isn't already Hyperdisk-backed, apply one. Like
284+
the RDMA CRs above, this is a cluster prerequisite AICR does not
285+
provision:
286+
287+
```yaml
288+
apiVersion: storage.k8s.io/v1
289+
kind: StorageClass
290+
metadata:
291+
name: hyperdisk-balanced
292+
provisioner: pd.csi.storage.gke.io
293+
parameters:
294+
type: hyperdisk-balanced
295+
volumeBindingMode: WaitForFirstConsumer
296+
allowVolumeExpansion: true
297+
```
298+
299+
Apply it once per cluster, then point the validator's model cache at it via
300+
an `AICR_INFERENCE_PERF_MODEL_CACHE_STORAGE_CLASS=hyperdisk-balanced` entry
301+
on the `inference-perf` catalog entry's `env` (or a catalog overlay in the
302+
`aicr validate --data <dir>` directory).
303+
304+
## Running the NCCL Benchmark
305+
306+
The GB200 GKE training recipe (`gb200-gke-cos-training`) selects the
307+
NVLS-variant performance check (`nccl-all-reduce-bw-nvls`) — MNNVL across the
308+
A4X nodes' IMEX domain is the fabric that carries all-reduce traffic; gIB is the
309+
transport driver underneath, not the NCCL algorithm itself. Run it via:
310+
311+
```shell
312+
aicr validate --recipe recipes/overlays/gb200-gke-cos-training.yaml \
313+
--phase performance
314+
```
315+
316+
## References
317+
318+
- [GKE A4X custom setup guide](https://docs.cloud.google.com/ai-hypercomputer/docs/create/gke-ai-hypercompute-custom-a4x)
319+
- [Component Catalog](../user/component-catalog.md)
320+
- [Validation readiness gate](../user/validation.md)
321+
- [GKE TCPXO Networking](gke-tcpxo-networking.md)

docs/integrator/gke-gpu-setup.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,14 @@ install comes up **driverless** — never combine the label with
212212
must instead be created with `gpu-driver-version=disabled`, with driver
213213
provisioning supplied by Google's standalone
214214
[`nvidia-driver-installer` DaemonSet](https://cloud.google.com/kubernetes-engine/docs/how-to/gpus#installing_drivers)
215-
applied to the cluster.
215+
applied to the cluster — **apply it before or right after pool creation**;
216+
until it lands, nodes come up with no `nvidia` kernel module loaded and the
217+
GPU Operator's toolkit/driver-validation init containers block waiting for a
218+
driver that never arrives. On A4X/GB200 (`a4x-highgpu-4g`) nodes, Google's
219+
generic upstream manifest is not sufficient — GB200's NVL72 domain needs an
220+
extra GPU-partitioning init container the generic manifest omits; see
221+
[GKE GB200 Networking › Driver Installer](gke-gb200-networking.md#driver-installer)
222+
for the GB200-specific manifest.
216223

217224
Set the label when you create the GPU node pool, alongside the disabled
218225
managed install:
@@ -431,3 +438,4 @@ confirm exactly which advertiser owns each node.
431438
- [Component Catalog › GKE Device-Plugin Ownership](../user/component-catalog.md#gke-device-plugin-ownership)
432439
- [Validation readiness gate](../user/validation.md)
433440
- [GKE TCPXO Networking](gke-tcpxo-networking.md)
441+
- [GKE GB200 Networking](gke-gb200-networking.md)

docs/integrator/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This section is for integrators who:
2222
| [Kubernetes Deployment](kubernetes-deployment.md) | Self-hosted API server deployment with Kubernetes manifests |
2323
| [EKS Dynamo Networking](eks-dynamo-networking.md) | Security group prerequisites for Dynamo overlays on EKS |
2424
| [GKE TCPXO Networking](gke-tcpxo-networking.md) | GPUDirect TCPXO prerequisites for GKE training overlays |
25+
| [GKE GB200 Networking](gke-gb200-networking.md) | GPUDirect-RDMA prerequisites for GB200 (A4X) GKE overlays |
2526
| [AKS GPU Setup](aks-gpu-setup.md) | AKS prerequisites: Kubernetes 1.34+ (DRA GA), GPU driver setup, DRA configuration |
2627
| [GKE GPU Setup](gke-gpu-setup.md) | GKE device-plugin ownership: the `gpuStack` profile, node-pool setup for both values, verification, and troubleshooting |
2728
| [Talos Integration](talos-integration.md) | Running AICR on Talos Linux |

0 commit comments

Comments
 (0)