Fix zone 1.3#212
Conversation
Signed-off-by: Jingxiang Zhang <jingzhang@nvidia.com>
Signed-off-by: Amber Xue <ambermingxin@nvidia.com>
Signed-off-by: Amber Xue <ambermingxin@nvidia.com> Signed-off-by: Jingxiang Zhang <jingzhang@nvidia.com> Co-authored-by: Jingxiang Zhang <jingzhang@nvidia.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (21)
📝 WalkthroughWalkthroughThis PR enforces stricter validation for enrollment metadata flags, normalizes metadata storage key naming, removes the NVIDIA GPU processes component, and updates documentation to reflect expanded GPU support and adjusted resource thresholds. ChangesFleet Intelligence Agent Multi-Feature Update
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3b010324cd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| MetadataKeySAKToken = "sak_token" | ||
| MetadataKeyEnrolledAt = "enrolled_at" | ||
| MetadataKeyNodeGroup = "nodegroup" | ||
| MetadataKeyNodeGroup = "node_group" |
There was a problem hiding this comment.
Preserve existing nodegroup metadata on upgrade
When upgrading an already enrolled node that has nodegroup stored by the previous release, this constant now makes every reader/writer use only node_group and there is no fallback or migration for the old key. As a result, inventory exports and telemetry resource attributes silently drop the node group until the node is re-enrolled with --node-group; consider reading/migrating the legacy nodegroup value before treating the field as absent.
Useful? React with 👍 / 👎.
Description
Checklist
Summary by CodeRabbit
Release Notes
Documentation
New Features
Removed Features