Add MachineAPIMigrationVSphere feature gate for DevPreview#2739
Add MachineAPIMigrationVSphere feature gate for DevPreview#2739AnnaZivkovic wants to merge 1 commit intoopenshift:masterfrom
Conversation
Enables the Machine API migration feature for vSphere platform in DevPreviewNoUpgrade feature set to support migrating from Machine API to Cluster API on vSphere clusters.
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @AnnaZivkovic! Some important instructions when contributing to openshift/api: |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting 📒 Files selected for processing (10)
📝 WalkthroughWalkthroughThis pull request introduces a new feature gate named 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.5.0)Error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Comment |
Review Summary by QodoAdd MachineAPIMigrationVSphere feature gate for DevPreview
WalkthroughsDescription• Introduces MachineAPIMigrationVSphere feature gate for vSphere platform • Enables Machine API to Cluster API migration support in DevPreviewNoUpgrade • Updates feature gate manifests across multiple deployment configurations • Registers gate with SPLAT component and jcpowermac contact person Diagramflowchart LR
A["Feature Gate Definition"] -->|"Registered in"| B["features.go"]
B -->|"Documented in"| C["features.md"]
B -->|"Enabled in"| D["DevPreviewNoUpgrade Manifests"]
D -->|"Includes"| E["Hypershift & SelfManagedHA Configs"]
File Changes1. features/features.go
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewⓘ The new review experience is currently in Beta. Learn more |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@AnnaZivkovic: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Introduces the
MachineAPIMigrationVSpherefeature gate to enable Machine API to Cluster API migration support specifically for vSphere clusters. This feature gate is currently enabled exclusively within the DevPreviewNoUpgrade feature set.Currently, the MAPI-to-CAPI conversion logic for vSphere relies on FeatureGateClusterAPIMachineManagementVSphere. To align with the new platform-specific feature gate pattern for migrations, we are introducing this dedicated gate. Once this PR merges, we will transition the vSphere conversion logic over to use
MachineAPIMigrationVSphere.This relates to the work here #2730