Skip to content

[kubernetes] No default nodegroups in values - #1276

Closed
Timofei Larkin (lllamnyp) wants to merge 1 commit into
mainfrom
fix/dont-default-nodegroups
Closed

[kubernetes] No default nodegroups in values#1276
Timofei Larkin (lllamnyp) wants to merge 1 commit into
mainfrom
fix/dont-default-nodegroups

Conversation

@lllamnyp

@lllamnyp Timofei Larkin (lllamnyp) commented Jul 24, 2025

Copy link
Copy Markdown
Member

Since nodegroups are defined as key-value pairs in the values, there's no easy way to remove the example md0 nodegroup that was provided there for purposes of documentation. Commenting it out from values.yaml keeps the documentation in place, but doesn't force the node group onto users.

Release note:
[kubernetes] Remove potentially undesirable node group from default values of kubernetes chart.

Summary by CodeRabbit

  • Chores

    • Updated the chart version for the Kubernetes application to 0.26.1.
    • Updated version mappings to reflect the new release.
  • Refactor

    • Changed the default node group configuration in Kubernetes values to be empty by default, with previous example settings now commented out. Users must now define node groups explicitly.

Since nodegroups are defined as key-value pairs in the values, there's
no easy way to remove the example md0 nodegroup that was provided there
for purposes of documentation. Commenting it out from values.yaml keeps
the documentation in place, but doesn't force the node group onto users.

Release note:
[kubernetes] Remove potentially undesirable node group from default
values of kubernetes chart.

Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
@coderabbitai

coderabbitai Bot commented Jul 24, 2025

Copy link
Copy Markdown
Contributor

Walkthrough

The changes increment the Kubernetes chart version from 0.26.0 to 0.26.1, update the HEAD pointer and version mapping in versions_map, and modify the default nodeGroups configuration in values.yaml to be empty, moving the previous example to commented-out lines.

Changes

File(s) Change Summary
packages/apps/kubernetes/Chart.yaml Bumped chart version from 0.26.0 to 0.26.1.
packages/apps/kubernetes/values.yaml Set nodeGroups to an empty object; moved previous example to comments.
packages/apps/versions_map Updated HEAD and commit hash for 0.26.0; added 0.26.1 as new HEAD version for Kubernetes.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant HelmChart
    participant KubernetesApp

    User->>HelmChart: Deploy/upgrade chart (v0.26.1)
    HelmChart->>KubernetesApp: Apply values.yaml (nodeGroups: {})
    KubernetesApp-->>HelmChart: No default node groups created
    HelmChart-->>User: Deployment complete
Loading

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~7 minutes

Possibly related PRs

Suggested labels

enhancement, size:M, lgtm

Suggested reviewers

  • kvaps

Poem

A hop and a skip, a version hops high,
Node groups now quiet, configs standing by.
Chart bumps its number, HEAD finds its way,
Kubernetes is ready for a brand new day.
🐇✨

Note

⚡️ Unit Test Generation is now available in beta!

Learn more here, or try it out under "Finishing Touches" below.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/dont-default-nodegroups

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary of Changes

Hello Timofei Larkin (@lllamnyp), I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request refines the default configuration of the Kubernetes Helm chart by removing a pre-defined example nodegroup from the values.yaml file. This change ensures that users are not implicitly forced to deploy an md0 nodegroup, providing a cleaner starting point for new deployments while retaining the example configuration as commented-out documentation.

Highlights

  • Configuration Cleanup: The default md0 nodegroup entry has been removed from packages/apps/kubernetes/values.yaml, making the nodeGroups section an empty map by default. This prevents users from implicitly deploying an example nodegroup.
  • Documentation Preservation: The previously defined md0 nodegroup configuration has been commented out in packages/apps/kubernetes/values.yaml, preserving it as an example for users without forcing its deployment.
  • Chart Version Bump: The chart version in packages/apps/kubernetes/Chart.yaml has been incremented from 0.26.0 to 0.26.1.
  • Version Mapping Update: The packages/apps/versions_map file has been updated to reflect the new chart version 0.26.1 and to correctly map the previous 0.26.0 version to its commit hash.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment Gemini (@gemini-code-assist) Responds in comments when explicitly tagged, both in issue comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on Gemini (@gemini-code-assist) comments or fill out our survey to provide feedback.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request improves the user experience of the Kubernetes Helm chart by removing the default node group. The changes are clear and align with the stated goal. The indentation of the commented-out example has been improved for better usability.

Comment on lines +14 to +31
# md0:
# minReplicas: 0
# maxReplicas: 10
# instanceType: "u1.medium"
# ephemeralStorage: 20Gi
# roles:
# - ingress-nginx
#
# resources:
# cpu: ""
# memory: ""
#
# ## List of GPUs to attach (WARN: NVIDIA driver requires at least 4 GiB of RAM)
# ## e.g:
# ## instanceType: "u1.xlarge"
# ## gpus:
# ## - name: nvidia.com/AD102GL_L40S
# gpus: []

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The indentation of the commented-out nodeGroups example is slightly off, which can make it more difficult for users to uncomment and use this block. The commented block should have indentation that matches the valid YAML structure, so users can simply uncomment the block to use it.

#  md0:
#    minReplicas: 0
#    maxReplicas: 10
#    instanceType: "u1.medium"
#    ephemeralStorage: 20Gi
#    roles:
#    - ingress-nginx
#
#    resources:
#      cpu: ""
#      memory: ""
#
#    ## List of GPUs to attach (WARN: NVIDIA driver requires at least 4 GiB of RAM)
#    ## e.g:
#    ## instanceType: "u1.xlarge"
#    ## gpus:
#    ## - name: nvidia.com/AD102GL_L40S
#    gpus: []

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
packages/apps/kubernetes/values.yaml (1)

19-25: Trim YAML trailing spaces to silence lint warnings

yamllint flags two lines in this commented example block for trailing whitespace (lines 21 & 25 in the linter report).
Minor, but it will fail strict CI runs.

-#     roles:␠
-#     - ingress-nginx␠
-# 
-#     resources:␠
-#       cpu: ""␠
-#       memory: ""␠
+#     roles:
+#     - ingress-nginx
+#
+#     resources:
+#       cpu: ""
+#       memory: ""
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2f61798 and fe60205.

📒 Files selected for processing (3)
  • packages/apps/kubernetes/Chart.yaml (1 hunks)
  • packages/apps/kubernetes/values.yaml (1 hunks)
  • packages/apps/versions_map (1 hunks)
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: lllamnyp
PR: cozystack/cozystack#1233
File: packages/system/hetzner-robotlb/charts/robotlb/templates/deployment.yaml:33-35
Timestamp: 2025-07-23T09:15:09.658Z
Learning: The `./charts/robotlb/` directory in the hetzner-robotlb package contains vendored code, and the team generally avoids modifying vendored code to maintain clean separation from upstream dependencies.
packages/apps/versions_map (1)

Learnt from: kvaps
PR: #1206
File: packages/apps/versions_map:30-31
Timestamp: 2025-07-16T13:17:07.580Z
Learning: In packages/apps/versions_map, using HEAD for certain versions (like ferretdb 1.0.0) is intentional and part of the core logic, not an oversight that needs to be fixed for reproducibility.

🪛 YAMLlint (1.37.1)
packages/apps/kubernetes/values.yaml

[error] 21-21: trailing spaces

(trailing-spaces)


[error] 25-25: trailing spaces

(trailing-spaces)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Build
🔇 Additional comments (3)
packages/apps/kubernetes/values.yaml (1)

13-14: Explicitly re-confirm that an empty nodeGroups set is acceptable

Changing the default to {} means a freshly deployed tenant cluster will have no worker nodes until users supply their own node-group stanza.
Double-check that:

  1. All docs/tutorials that relied on md0 still read correctly.
  2. Provisioning workflows (e.g. CI demos) create a node-group explicitly elsewhere.

If that behaviour is intentional, nothing further to do.

packages/apps/kubernetes/Chart.yaml (1)

19-19: Version bump looks good

Chart version incremented to 0.26.1 with no other metadata changes — LGTM.

packages/apps/versions_map (1)

64-65: Recorded commit 68a4709 exists in history – no action required

Verification command git rev-parse --quiet --verify 68a47097^{commit} returned 68a47097c19f96378a3892d184dedb010c9e118b, confirming the commit is present. Downstream reproducibility remains intact.

@kvaps

Copy link
Copy Markdown
Member

I'd like to proper testing of this first, to confirm that it will not destroy already existing clusters on update.

@lllamnyp

Copy link
Copy Markdown
Member Author

Stale

@github-actions github-actions Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress label Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants