Skip to content

Syncing latest changes from upstream main for kubernetes-csi-addons#449

Merged
openshift-merge-bot[bot] merged 3 commits into
mainfrom
sync_us--main
Jul 16, 2026
Merged

Syncing latest changes from upstream main for kubernetes-csi-addons#449
openshift-merge-bot[bot] merged 3 commits into
mainfrom
sync_us--main

Conversation

@df-build-team

Copy link
Copy Markdown

PR containing the latest commits from upstream main branch

Rakshith-R and others added 3 commits July 15, 2026 11:57
Add a static NetworkPolicy that denies all ingress and allows open
egress for the controller-manager pod. Included in all generated
manifests by default via kustomize.

Open egress is required for API server access and gRPC connections
to CSI-driver sidecar pods in any namespace.

Assisted-by: Claude <noreply@anthropic.com>
Signed-off-by: Rakshith R <rar@redhat.com>
When a gRPC request returns codes.Aborted, the error was returned directly to
controller which requeues with its default ~5ms backoff. This exhausted all
retries in under 500ms.

This patch adds exponential backoff when codes.Aborted is
returned, using RequeueAfter instead of the default rate-limited
requeue.

Commonly encountered with RelcaimSpace on large PVCs where fstrim might
take longer to complete. The job was marked failed even if the fstrim
succeeded (retries exhausted before job completion).

Signed-off-by: Niraj Yadav <niryadav@redhat.com>
…-main

Signed-off-by: DF Build Team <df-build-team@redhat.com>
@df-build-team
df-build-team requested a review from a team July 16, 2026 08:03
@nixpanic

Copy link
Copy Markdown
Member

/lgtm

@openshift-ci

openshift-ci Bot commented Jul 16, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: df-build-team, nixpanic

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot
openshift-merge-bot Bot merged commit fd1e299 into main Jul 16, 2026
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants