-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.17
-
None
-
Moderate
-
None
-
False
-
Description of problem:
The documentation to enable the AWS EFS CSI metrics in the Web UI are not accurate.
It mentions to Click CRD ClusterCSIDriver and then YAML tab, which is wrong.
We must tell to Click on Intances, Click the efs.csi.aws.com ClusterCSIDriver and then the YAML tab.
Also, indentation is not correct neither for Web UI nor CLI procedures.
Correct
spec: driverConfig: aws: efsVolumeMetrics: recursiveWalk: refreshPeriodMinutes: 100 fsRateLimit: 10 state: RecursiveWalk driverType: AWS
Documentation
spec: driverConfig: driverType: AWS aws: efsVolumeMetrics: state: RecursiveWalk recursiveWalk: refreshPeriodMinutes: 100 fsRateLimit: 10
Links: