Commit 898ccf3
authored
docs(quick-start): add site controller node DPU provisioning requirement (#2859)
<!-- Describe what this PR does -->
If site controller nodes have DPUs, they must be flashed and configured
before K8s cluster setup. NICo does not provision its own nodes' DPUs.
Adds pointer to NVIDIA DOCA BlueField Firmware Bundle download archive.
## Related issues
<!-- Refer to existing GitHub issues here -->
## Type of Change
- [ ] **Add** - New feature or capability
- [ ] **Change** - Changes in existing functionality
- [ ] **Fix** - Bug fixes
- [ ] **Remove** - Removed features or deprecated functionality
- [x] **Internal** - Internal changes (refactoring, tests, docs, etc.)
## Breaking Changes
- [ ] **This PR contains breaking changes**
## Testing
- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] Manual testing performed
- [x] No testing required (docs, internal refactor, etc.)
## Additional Notes
The quick-start guide Step 2 ("Prepare the Kubernetes Cluster") had no
mention of what to do if site controller nodes are equipped with DPUs.
This is a silent failure mode: without pre-provisioned DPUs, the
Kubernetes cluster and NICo networking topology may not come up
correctly, but the guide gave operators no indication that DPU setup was
required before cluster bootstrap.
Adds a "Site controller node DPU requirements" subsection that
clarifies:
- NICo manages DPUs on **downstream bare-metal hosts** after ingestion —
it does **not** provision the site controller nodes' own DPUs.
- If site controller nodes have DPUs, firmware flashing, operating mode
configuration, and ARM OS reachability must all be completed **before**
Kubernetes cluster setup.
- Points operators to the NVIDIA DOCA BlueField Firmware Bundle download
archive for firmware flashing instructions and supported firmware
versions.1 parent 4af9658 commit 898ccf3
2 files changed
Lines changed: 52 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
34 | 48 | | |
35 | 49 | | |
36 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
69 | 107 | | |
70 | 108 | | |
71 | 109 | | |
| |||
0 commit comments