ROX-35590: Expose gcp-project as parameter for gke-default flavor - #1893
ROX-35590: Expose gcp-project as parameter for gke-default flavor#1893tommartensen wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
🚧 Files skipped from review as they are similar to previous changes (3)
📝 WalkthroughSummary by CodeRabbit
WalkthroughChangesThe GKE flavors now expose a configurable GKE project parameterization
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ 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: 1
🤖 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 `@chart/infra-server/static/flavors.yaml`:
- Around line 187-191: The GKE janitor and test workflows lack the gcp-project
contract and do not propagate the project value. In
chart/infra-server/static/flavors.yaml lines 187-191, add matching gcp-project
parameters to janitor-delete-gke-default and test-gke-lite; in
chart/infra-server/static/janitor-delete-gke-default.yaml lines 12-13 and 36,
receive the flavor value and pass it to destroy; in
chart/infra-server/static/test-gke-lite.yaml lines 21-22, 77, and 100, receive
the value and pass it to create and destroy.
🪄 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: Central YAML (base), Organization UI (inherited)
Review profile: CHILL
Plan: Pro Plus
Run ID: 495eb4b4-a7f7-4c65-90df-b1d746b67dbc
📒 Files selected for processing (4)
chart/infra-server/static/flavors.yamlchart/infra-server/static/janitor-delete-gke-default.yamlchart/infra-server/static/test-gke-lite.yamlchart/infra-server/static/workflow-gke-default.yaml
|
A single node development cluster (infra-pr-1893) was allocated in production infra for this PR. CI will attempt to deploy 🔌 You can connect to this cluster with: 🛠️ And pull infractl from the deployed dev infra-server with: 🔓 You must go to to export an . Your token from the prod infra instance will not work with dev environments. 🚲 You can then use the dev infra instance e.g.: Further Development☕ If you make changes, you can commit and push and CI will take care of updating the development cluster. 🚀 If you only modify configuration (chart/infra-server/configuration) or templates (chart/infra-server/{static,templates}), you can get a faster update with: LogsLogs for the development infra depending on your @redhat.com authuser: Or: |
299a1d6 to
e7c92a4
Compare
No description provided.