-
Notifications
You must be signed in to change notification settings - Fork 150
Update docs for prior PRs #3512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -62,6 +62,12 @@ Common causes: | |||||||||||||||||||||
| | Request but no lease | no matching reservation or exhausted pool. | | ||||||||||||||||||||||
| | Lease assigned but no progress | PXE/HTTP boot, scout, or API reachability failure. | | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| A prior DHCPDECLINE can make Kea reject the correct address with a NAK | ||||||||||||||||||||||
| because the lease is temporarily marked unavailable. | ||||||||||||||||||||||
| nico-dhcp.config.kea.declineProbationPeriod now defaults to 900 seconds, | ||||||||||||||||||||||
| instead of the kea default of 24 hours, limiting how long the address | ||||||||||||||||||||||
| remains quarantined. | ||||||||||||||||||||||
|
Comment on lines
+65
to
+69
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win Qualify the probation period as the chart default. The Helm configuration allows Proposed wording- nico-dhcp.config.kea.declineProbationPeriod now defaults to 900 seconds,
- instead of the kea default of 24 hours, limiting how long the address
+ When unset, nico-dhcp.config.kea.declineProbationPeriod defaults to 900 seconds,
+ instead of Kea's default of 24 hours, limiting how long the addressAs per path instructions, documentation must accurately reflect current deployment configuration and remain clear for operators. 📝 Committable suggestion
Suggested change
🤖 Prompt for AI AgentsSource: Path instructions |
||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ## PXE and HTTP Boot | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| `nico-pxe` serves discovery images, iPXE scripts, cloud-init, kickstart, BFB | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: NVIDIA/infra-controller
Length of output: 161
🏁 Script executed:
Repository: NVIDIA/infra-controller
Length of output: 50383
🌐 Web query:
iPXE "v2.0.0-130-gbbd7821bd8" tag or commit💡 Result:
The string v2.0.0-130-gbbd7821bd8 is not a recognized tag or official release version for iPXE [1][2]. iPXE uses a versioning format for rolling releases generated from the Git repository, typically following the pattern v<last_tag>-<number_of_commits_since_tag>-g<commit_hash>. Based on the official iPXE repository, the version v2.0.0 was released on March 6, 2026, with the commit SHA 12798ec29aa8a64d8675c4378b99f5fe28447afb [1][3]. The specific string v2.0.0-130-gbbd7821bd8 appears to be a misidentified or non-existent build string in the context of the iPXE project. While v2.0.0 is the current stable major release, there is no evidence of a build with that specific commit hash (bbd7821bd8) in the official iPXE codebase [1][3]. Furthermore, searches indicate that the hex code bbd782 corresponds to a color, and similar versioning strings appear in unrelated repositories, such as the AWS CDK, which uses v2.130.0 [4][5].
Citations:
🏁 Script executed:
Repository: NVIDIA/infra-controller
Length of output: 252
🏁 Script executed:
Repository: NVIDIA/infra-controller
Length of output: 773
Update the iPXE pin in
docs/development/build-guide.md:12The table entry should match the submodule gitlink (bbd7821bd42da5456ee068a471ef73d525ea26a1).v2.0.0-130-gbbd7821bd8does not identify that pinned commit, so use the full SHA or the exact describe string for the commit.🤖 Prompt for AI Agents
Source: Path instructions