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

Impossible to change AWS ebs provisioner driver #187

Closed
skatrych opened this issue Feb 14, 2023 · 1 comment
Closed

Impossible to change AWS ebs provisioner driver #187

skatrych opened this issue Feb 14, 2023 · 1 comment

Comments

@skatrych
Copy link
Contributor

skatrych commented Feb 14, 2023

Problem

Helm Chart besu-node is having hardcoded value for
provisioner: ebs.csi.aws.com
However, by default this driver is not supported by AWS EKS. Second reason is: security policies of certain huge companies do not allow usage of this driver without special procedure.

Proposed solution

Allow responsible engineer to configure what provisioner is to be used via values yaml file.
By default EKS is supporting
provisioner: kubernetes.io/aws-ebs

@joshuafernandes
Copy link
Contributor

This has been fixed now and is in the master branch

skatrych added a commit to skatrych/quorum-kubernetes that referenced this issue Mar 15, 2023
skatrych added a commit to skatrych/quorum-kubernetes that referenced this issue Mar 15, 2023
joshuafernandes pushed a commit that referenced this issue Apr 14, 2023
…l file (#190)

* issue #187: improve BESU Node configuration of storage provisioner for aws clusters

* issue #187: improve GoQuorum Node configuration of storage provisioner for aws clusters
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

2 participants