-
Notifications
You must be signed in to change notification settings - Fork 214
Open
Labels
area/dependencyIssues or PRs related to dependency changesIssues or PRs related to dependency changeslifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
What happened:
Since a few hours ago I'm having issues attaching PVCs in OpenShift (ARO).
What you expected to happen:
PVC disks attached to VMs.
How to reproduce it:
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: managed-premium
provisioner: disk.csi.azure.com
parameters:
storageaccounttype: Premium_LRS
reclaimPolicy: Delete
allowVolumeExpansion: true
volumeBindingMode: WaitForFirstConsumer
Anything else we need to know?:
RESPONSE 400: 400 Bad Request
ERROR CODE: InvalidParameter
{
"error": {
"code": "InvalidParameter",
"message": "Property 'dataDisk.diskIOPSReadWrite' can be enabled only on VMs in a Virtual Machine Scale Set.",
"target": "dataDisk.diskIOPSReadWrite"
}
}
Environment:
- CSI Driver version: v1.32.0
- Kubernetes version (use
kubectl version): v1.32.9 - OS (e.g. from /etc/os-release): Red Hat Enterprise Linux
- Kernel (e.g.
uname -a): - Install tools:
- Others:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/dependencyIssues or PRs related to dependency changesIssues or PRs related to dependency changeslifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.