fix(hypershift/gcp): unpin CAPG image override (GCP-426)#80123
Conversation
HyperShift's CAPI CRDs now serve v1beta2, so the pinned CAPG image override is no longer needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Skipping CI for Draft Pull Request. |
WalkthroughThis PR removes the CAPG image override configuration from the HyperShift GCP cluster creation step. It eliminates the ChangesCAPG image override removal
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/pj-rehearse pull-ci-openshift-hypershift-main-e2e-v2-gke |
|
@cristianoveiga: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-hypershift-main-e2e-v2-gke |
|
@cristianoveiga: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@cristianoveiga: 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cblecker, cristianoveiga The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/pj-rehearse ack |
|
@cblecker: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
…0123) HyperShift's CAPI CRDs now serve v1beta2, so the pinned CAPG image override is no longer needed. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
Removes the pinned CAPG image override (`hypershift.openshift.io/capi-provider-gcp-image`) from the `hypershift-gcp-create` chain.
Root Cause
The OCP payload CAPG image is built against CAPI v1.11+, which watches `cluster.x-k8s.io/v1beta2` core resources (Machines, Clusters, MachineSets). Before openshift/hypershift#8594 (CAPI 1.11 upgrade), HyperShift's core CAPI CRDs only served `v1beta1`, causing the CAPG controller to CrashLoopBackOff. The image was pinned to an older build as a workaround.
PR #8594 has since merged, and the core CAPI CRDs now serve both `v1beta1` and `v1beta2` via a conversion webhook. The pin is no longer needed.
Test plan
Closes https://redhat.atlassian.net/browse/GCP-426