-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.30.4 does not work on Azure Stack Hub #2577
Comments
from csi driver v1.30, we have already migrated to using sdk track2 which hardcodes the api-version as 2023-10-02, not sure whether sdk track2 supports old api-version any more. is it possible that we only run v1.29 or earlier version on Azure Stack Hub? |
I filed a feature request here: Azure/azure-sdk-for-go#23686 |
apiVersion can be overrrided here https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/[email protected]/policy#ClientOptions |
What happened:
The CSI driver v1.30.4, when used on Azure Stack Hub(ASH), fails provisioning a volume with:
What you expected to happen:
The driver provisions a volume
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: