Skip to content
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

matchTags does not generate new storageAccount #1713

Closed
pniederlag opened this issue Feb 19, 2024 · 2 comments · Fixed by kubernetes-sigs/cloud-provider-azure#5465
Closed
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@pniederlag
Copy link

What happened:

provisioned dynamic kubernetes volume using custom-storage-class was created in existing storage-account

What you expected to happen:

we wanted to create a separate storage account

How to reproduce it:

pass parameters tags app=foo and matchTages to the storage-class, created pvc and pv using this storage-class. Notice that existing storage-account is reused and tags are neither appplied nor used to filter the usable storageaccount

parameters:
  matchTags: 'true'
  protocol: smb
  shareName: share-dummy
  skuName: Standard_LRS
  tags: app=foo

Environment:

  • CSI Driver version: azurefile-csi:v1.28.7
  • Kubernetes version (use kubectl version): Client Version: v1.28.2 Server Version: v1.27.7
@andyzhangx
Copy link
Member

/kind bug

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Feb 19, 2024
@andyzhangx
Copy link
Member

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants