Revert "STOR-2997: Minimal implementation of GCP PD CSI driver operator"#583
Revert "STOR-2997: Minimal implementation of GCP PD CSI driver operator"#583redhat-chai-bot wants to merge 1 commit into
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@redhat-chai-bot: The label(s) DetailsIn response to this:
Instructions 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. |
|
@redhat-chai-bot: This pull request references STOR-2997 which is a valid jira issue. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Warning Review limit reached
Next review available in: 47 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?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 reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. 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, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (33)
📒 Files selected for processing (11)
✨ 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 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: redhat-chai-bot 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 |
|
@redhat-chai-bot: The following tests failed, say
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. |
|
/retest-required |
|
/payload-job periodic-ci-openshift-release-main-ci-5.0-e2e-gcp-ovn-techpreview |
|
@mpatlasov: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/f755cc60-86d4-11f1-9478-69fe50af0ee3-0 |
|
This revert only hides existing long-standing issue. I'd suggest to merge #584 instead. |
|
/hold Holding this revert in favor of the forward fix in #584 (authored by @mpatlasov). The maintainer's fix is a narrower, targeted change that addresses the root cause (static asset ordering) without reverting the entire GCP PD driver implementation. The revert remains open as a fallback — if the forward fix doesn't land soon or introduces unexpected issues, we can unhold and merge this instead to unblock payloads. |
This reverts the merge commit 1da4798 (PR #576).
Reason
PR #576 introduced a race condition in the GCP PD CSI driver controller RBAC setup that causes SCC validation failures during cluster installation. The new deployment creates controller pods requiring the
hostnetwork-v2SCC, but the replacementClusterRoleBinding(gcp-pd-controller-hostnetwork-binding) may not be propagated to the API server RBAC cache before pods are scheduled. During this window, the service account has no SCC access, causing repeated failures:This is causing payload-level regression in 5.0 CI, specifically failing the
[sig-auth][Feature:SCC][Early] should not have pod creation failures during installtest on GCP.Impact
aggregated-gcp-ovn-upgrade-5.0-micro)Tracking
/label trt-incident
@petr-muller requested in Slack thread