Open migs35323 opened 9 months ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
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.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
/remove-lifecycle rotten
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
Is your feature request related to a problem?/Why is this needed Volumes generated by the csi provisioner (trough a pvc ) get a random name ( prefix-{UUID} ) even tough a persistent volume claim has a custom name or specify a volume name, the csi provisioner ignores it and generates a random UUID.
I have a cluster with hundreds of volumes all named pvc-UUID and it's really hard to maintence or understand what workload the pv is related to...
Describe the solution you'd like in detail I'd like to request that volumes get a name based of their pvc name or a way to request a pvc with our own name.
Describe alternatives you've considered maybe it can grab the name from an annotation or label as alternatives? Additional context https://github.com/longhorn/longhorn/discussions/5841