-
Notifications
You must be signed in to change notification settings - Fork 103
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
Feature: Add labels/metadata to created volumes on hetzner cloud #316
Comments
Additionally support for custom preset labels would be a huge helper. This could help be greater helper to identify resources in a automated environment via the |
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs. |
Not stale! |
I am also very interested in this feature. |
Likewise interested. I'd like to attach the name of my kubernetes cluster to volumes to distinguish which one they belong to. |
Also interested! |
This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs. |
Not stale! |
I'd love this feature, too. |
+1 for this feature |
+1 |
Some thoughts: This is a generic csi-driver that must be compatible with other tools besides Kubernetes, accessing the Kubernetes API to get more information is out of the question. The Kubernetes uses a tool called We could additional define a prefix like |
This comment was marked as off-topic.
This comment was marked as off-topic.
+1, we need this please. |
I'd love this feature, too. |
Currently, volumes are created with the pv name, so the only information about a volume is the name (
pvc-{$UUID}
), the size, and the creation date. To manage a larger number of volumes, it would be very good if additional labels could be added to the hcloud volume. E.g. the claim name, the namespace and annotations of the original PVC could be added as labels to the volume created in hetzner cloud.The text was updated successfully, but these errors were encountered: