Open
Description
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Tell us about your request
The aws-efs-csi-driver provides a container argument --vol-metrics-opt-in to enable metrics for EFS volumes.
As of 2.1.8-eksbuild.1, the node.volMetricsOptIn
parameter cannot be used.
Which service(s) is this request for?
EKS
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
While trying to apply the following configuration:
{"node": {"volMetricsOptIn": true}}
I get the error:
InvalidParameterException: ConfigurationValue provided in request is not supported: Json schema validation failed with error: [$.node.volMetricsOptIn: is not defined in the schema and the schema does not allow additional properties]
Are you currently working around this issue?
No
Additional context
Attachments