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

Spaces/colons in access point tags #1374

Open
Deepercreeper opened this issue Jun 13, 2024 · 0 comments
Open

Spaces/colons in access point tags #1374

Deepercreeper opened this issue Jun 13, 2024 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@Deepercreeper
Copy link

/kind bug

What happened?
The aws-efs-csi-driver controller fails to parse given tags for access points logging:
E0613 13:04:49.293878 1 driver.go:144] Failed to parse input tag string: Key with spaces:value

What you expected to happen?
Since spaces are supported by the AWS tagging API (including EFS) tags with spaces should be supported by the aws-efs-csi-driver controller as well.

How to reproduce it (as minimally and precisely as possible)?
Deploy the aws-efs-csi-driver helm chart passing the following values:

controller:
  tags:
    key with spaces: value

Anything else we need to know?:
This goes for keys and values of tags. The same goes for the colon (:) as part of tag values as it is used to separate key and value when passing the command line argument to the controller pod.

Environment

  • Kubernetes version (use kubectl version): 1.29
  • Driver version: 2.0.3 (helm chart version 3.0.4)

Please also attach debug logs to help us better diagnose
aws-efs-csi-driver.txt

  • Instructions to gather debug logs can be found here
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Jun 13, 2024
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

No branches or pull requests

2 participants