We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc812cd commit 8fd0dbbCopy full SHA for 8fd0dbb
content/en/docs/concepts/storage/storage-classes.md
@@ -280,7 +280,7 @@ parameters:
280
* `iopsPerGB`: only for `io1` volumes. I/O operations per second per GiB. AWS
281
volume plugin multiplies this with size of requested volume to compute IOPS
282
of the volume and caps it at 20 000 IOPS (maximum supported by AWS, see
283
- [AWS docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html).)
+ [AWS docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html)).
284
A string is expected here, i.e. `"10"`, not `10`.
285
* `fsType`: fsType that is supported by kubernetes. Default: `"ext4"`.
286
* `encrypted`: denotes whether the EBS volume should be encrypted or not.
0 commit comments