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

Extend Configuration of AWS EBS SCI StorageClass #11823

Open
YuryHrytsuk opened this issue Dec 20, 2024 · 2 comments
Open

Extend Configuration of AWS EBS SCI StorageClass #11823

YuryHrytsuk opened this issue Dec 20, 2024 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@YuryHrytsuk
Copy link

What would you like to be added

Current template does not let configure Parameters or Annotations of Storage Class.

For example,

kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
  name: ebs-sc
provisioner: ebs.csi.aws.com
volumeBindingMode: WaitForFirstConsumer
parameters:
  csi.storage.k8s.io/fstype: xfs
  type: gp2
{% if restrict_az_provisioning %}
allowedTopologies:
- matchLabelExpressions:
  - key: topology.ebs.csi.aws.com/zone
    values:
{% for value in aws_ebs_availability_zones %}
      - {{ value }}
{% endfor %}
{% endif %}

Why is this needed

  • I want to make AWS EBS SCI Storage Class a default (basic use case)
  • I want to override default type of ebs and use gp3 (or other types based on need)
    • I potentially want to optimise iops or throughput of EBS
@KubeKyrie
Copy link
Contributor

KubeKyrie commented Dec 24, 2024

/assign

@tico88612
Copy link
Member

Kubespray's AWS EBS CSI is outdated. We may upgrade to the latest version first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

3 participants