Fabio Bertinatto
Fabio Bertinatto
This reverts commit 40a803314046e70f1ad9a8db6eaf4e9fece176f3. Azure File tests should have been fixed by https://github.com/openshift/origin/pull/27244 and https://github.com/openshift/release/pull/29477. CC @openshift/storage
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature (it's more like a feature request for the project itself, not the CSI driver) **What happened**: It would be nice...
### Enhancement Description - One-line enhancement description (can be used as a release note): Prevent leaking volumes when restarting external-provisioner and deleting PVC - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/pull/3006 - Discussion...
**What type of PR is this?** > /kind bug **What this PR does / why we need it**: The backend report multiple errors like this when the CSI Driver is...
We've seen some flakes in our CI due to a 503 response from Google API. Example: https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-gcp-4.4/341#1:build-log.txt%3A15854 Looking deeper in the code, it seems like the 503 response comes from...
CC @openshift/storage
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: In OpenShift, we use a credentials minter to generate the vSphere password used by the CSI driver. The...
Currently, GCP PD CSI driver requires a Service Account that has the `iam.serviceAccountUser` role: https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/blob/eead51bd9029e92e6b6789813ff345f12a04c1a7/docs/kubernetes/user-guides/driver-install.md?plain=1#L21 However, that goes agains Google's Security Health Analytics recommendation: https://cloud.google.com/security-command-center/docs/how-to-remediate-security-health-analytics-findings#over_privileged_service_account_user Is it possible to remove...