chore(t8s-cluster): migrate config, ignore-volume-az is not enough#1679
chore(t8s-cluster): migrate config, ignore-volume-az is not enough#1679
Conversation
Otherwise the PVs get a nodeSelector
WalkthroughIntroduces an extraArgs block to the cinder CSI controller plugin in the Helm chart, adding the flag --with-topology=false. No other structural changes to controller or node plugin templates or tolerations. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks (2 passed, 1 warning)❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
Poem
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ 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)
🔇 Additional comments (1)
✨ Finishing Touches🧪 Generate unit tests
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. Comment |
There was a problem hiding this comment.
Pull Request Overview
This PR adds a configuration to disable topology-aware scheduling for the OpenStack Cinder CSI controller plugin. The change prevents persistent volumes from getting node selectors that could interfere with proper volume scheduling.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
🤖 I have created a release *beep* *boop* --- ## [9.4.0](t8s-cluster-v9.3.1...t8s-cluster-v9.4.0) (2025-09-26) ### Features * **t8s-cluster/auth:** add staff authentication ([#1703](#1703)) ([0fbd753](0fbd753)) * **t8s-cluster:** implement autoscaling ([#1686](#1686)) ([b5de270](b5de270)) ### Miscellaneous Chores * **t8s-cluster:** migrate config, ignore-volume-az is not enough ([#1679](#1679)) ([55b14c6](55b14c6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Otherwise the PVs get a nodeSelector
Summary by CodeRabbit
Chores
Impact