refactor(local-setup): Move local setup using KinD to ODG#865
Conversation
|
Warning Review limit reached
More reviews will be available in 52 minutes and 54 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (20)
📝 WalkthroughWalkthroughAll local Kind cluster setup artifacts are removed from the repository: Makefile ChangesLocal Kind Setup Removal and Doc Link Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/local_setup.rst`:
- Line 13: The GitHub URL on line 13 in the local setup guide uses a
directory-style path that will fail. Update the link from
https://github.com/open-component-model/open-delivery-gear/blob/main/local-setup
to point either at the tree view by changing blob/main to tree/main/local-setup,
or directly to the actual guide file by appending the appropriate file path and
extension. Verify the updated link resolves correctly before committing.
In `@README.md`:
- Line 32: The link in the README.md file pointing to the local-setup guide uses
a directory-like path without a concrete file name, which results in a broken
redirect. Update the link target to point to a specific file path (such as the
README.md file within the local-setup directory) or use the repository tree URL
format instead of the blob URL for the directory path to ensure the link
resolves correctly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 82493cb5-8f3c-447b-95be-2a5544a04677
📒 Files selected for processing (20)
MakefileREADME.mddocs/local_setup.rstlocal-setup/kind/cluster/Chart.yamllocal-setup/kind/cluster/delivery-db-pv/pv.yamllocal-setup/kind/cluster/delivery-db-pv/pvc.yamllocal-setup/kind/cluster/templates/_extra_mounts.tpllocal-setup/kind/cluster/templates/_extra_port_mappings.tpllocal-setup/kind/cluster/templates/_kubeadm_config_patches.tpllocal-setup/kind/cluster/templates/cluster.yamllocal-setup/kind/cluster/values-bootstrapping.yamllocal-setup/kind/cluster/values-delivery-dashboard.yamllocal-setup/kind/cluster/values-delivery-db.yamllocal-setup/kind/cluster/values-delivery-service.yamllocal-setup/kind/cluster/values-extensions.yamllocal-setup/kind/cluster/values.yamllocal-setup/kind/kind-down.shlocal-setup/kind/kind-up.shlocal-setup/kind/kind-update.shlocal-setup/local-setup.md
💤 Files with no reviewable changes (18)
- local-setup/kind/cluster/templates/cluster.yaml
- local-setup/kind/cluster/delivery-db-pv/pv.yaml
- local-setup/kind/cluster/values-delivery-dashboard.yaml
- local-setup/kind/kind-down.sh
- local-setup/kind/cluster/values.yaml
- local-setup/kind/cluster/delivery-db-pv/pvc.yaml
- local-setup/kind/cluster/values-extensions.yaml
- local-setup/kind/cluster/templates/_extra_port_mappings.tpl
- local-setup/local-setup.md
- local-setup/kind/cluster/templates/_kubeadm_config_patches.tpl
- local-setup/kind/cluster/values-bootstrapping.yaml
- Makefile
- local-setup/kind/cluster/values-delivery-service.yaml
- local-setup/kind/kind-update.sh
- local-setup/kind/cluster/values-delivery-db.yaml
- local-setup/kind/cluster/templates/_extra_mounts.tpl
- local-setup/kind/kind-up.sh
- local-setup/kind/cluster/Chart.yaml
For reference, see open-component-model/open-delivery-gear#125 Signed-off-by: Jonas Brand (8R0WNI3) <j.brand@sap.com>
What this PR does / why we need it:
For reference, see open-component-model/open-delivery-gear#125
Which issue(s) this PR fixes:
Fixes open-component-model/open-delivery-gear#94
Special notes for your reviewer:
Release note: