-
Notifications
You must be signed in to change notification settings - Fork 813
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
Add dynamic name tag to volumes created via CSI driver #996
Comments
We are aware of this the tag issue. Can you take a look at #180 see if this address your issue? |
From these comments it looks like there is no progress, but is there actually any progress? |
well i have very bad fix for this issue: i was using it with helm charts and i also had issue with naming EBS volumes in aws so i came with this solution. Script that will deploy EBS-csi driver along with config-map and helm chart
for this i had controller.yaml file in the same location as this script
And it works best. |
@devinnasar I've just found out that Name tag is created if driver's chart is deployed with tags without k8sTagClusterId:
tags with k8sTagClusterId configured:
Tested on chart version 2.4.1 P.S. chart's values.yaml comment says |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is your feature request related to a problem?/Why is this needed
One thing I notice is that the in-tree driver seems to create a Name tag for EBS volumes equal to 'kubernetes-dynamic-'. I'm not seeing a means of being able to get a dynamic Name tag into the application at present.
Describe the solution you'd like in detail
If the driver created a Name tag equal to 'kubernetes-dynamic-', with an override that could be provided via controller.additionaArgs in the hel chart
Describe alternatives you've considered
As far as I know, trying to pass controller.extraVolumeTags.Name will cause the same Name tag to be created on all EBS Volumes created by the driver.
Additional context
Screenshot: example_name_tag
The text was updated successfully, but these errors were encountered: