You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Tag values are being altered inappropriately. Certain valid characters such as '/' are being replaced with '-' when the disk is created.
a tag declared as: Environment=Dev/Test
is created like so Environment=Dev-Test
This prevents the resources from being created under tagging policies that have requirements on tag values
What you expected to happen:
the '/' character should not be replaced with '-'
How to reproduce it:
Create a storage class with a tags parameter:
What happened:
Tag values are being altered inappropriately. Certain valid characters such as '/' are being replaced with '-' when the disk is created.
a tag declared as:
Environment=Dev/Test
is created like so
Environment=Dev-Test
This prevents the resources from being created under tagging policies that have requirements on tag values
What you expected to happen:
the '/' character should not be replaced with '-'
How to reproduce it:
Create a storage class with a tags parameter:
then create a PVC is using this storage class,
Anything else we need to know?:
Environment:
image: mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.28.6
kubectl version
):Client Version: v1.28.3
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.27.7
uname -a
):The text was updated successfully, but these errors were encountered: