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

Be able to set annotation on PVC spec #1082

Open
TomBillietKlarrio opened this issue May 6, 2024 · 0 comments
Open

Be able to set annotation on PVC spec #1082

TomBillietKlarrio opened this issue May 6, 2024 · 0 comments

Comments

@TomBillietKlarrio
Copy link

Problem Statement

Setting parameters on AWS-EBS volumes can be done dynamically, but this is not possible to control this via koperator

Proposed Solution

See: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/modify-volume.md
You can't change parameters in a storageclass, since a storageclass is immutable. Changing a storage-class in order to change something like troughput/iops is able rather overkill. Settings this as annotation on the PVC would be a nice solution.
The AWS-CSI driver supports this, it's just that you can't set PVC annotation in the kafkacluster spec. So I think that should be rather doable to add.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant