Skip to content

fix: node os version parsing#2261

Closed
frezbo wants to merge 1 commit intoNVIDIA:mainfrom
frezbo:fix/node-os-version-parsing
Closed

fix: node os version parsing#2261
frezbo wants to merge 1 commit intoNVIDIA:mainfrom
frezbo:fix/node-os-version-parsing

Conversation

@frezbo
Copy link
Copy Markdown

@frezbo frezbo commented Apr 1, 2026

For OS'es that have versions starting with v, the parsing logic fails.

For OS'es that have versions starting with `v`, the parsing logic fails.

Signed-off-by: Noel Georgi <git@frezbo.dev>
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot bot commented Apr 1, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@frezbo
Copy link
Copy Markdown
Author

frezbo commented Apr 1, 2026

Eg:

kubectl describe node ip-172-16-49-98.ec2.internal | rg feature.node.kubernetes.io/system-os_release.VERSION_ID
                    feature.node.kubernetes.io/system-os_release.VERSION_ID=v1.13.0-beta.1

Ideally semver.Parsetolerant would have been better

@frezbo
Copy link
Copy Markdown
Author

frezbo commented Apr 1, 2026

This is the commit that changed the behavior 3fb6dd3

v25.10.1 works

@rahulait
Copy link
Copy Markdown
Contributor

rahulait commented Apr 1, 2026

Thanks @frezbo . This is being fixed n #2244

@frezbo
Copy link
Copy Markdown
Author

frezbo commented Apr 1, 2026

Thanks @frezbo . This is being fixed n #2244

missed that, closing in favor of the fix

@frezbo frezbo closed this Apr 1, 2026
@frezbo frezbo deleted the fix/node-os-version-parsing branch April 1, 2026 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants