Move misplaced comment outside YAML block in storageclass-aws-ebs.yaml (#48809)

* Update storage-classes.md

* Update storageclass-aws-ebs.yaml

* Update storageclass-aws-ebs.yaml
pull/48844/head
Muneeb Ahmad 2024-11-26 06:24:56 +05:00 committed by GitHub
parent d7e487a93a
commit b13e3aab77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -248,6 +248,8 @@ Here is an example StorageClass for the AWS EBS CSI driver:
{{% code_sample language="yaml" file="storage/storageclass/storageclass-aws-ebs.yaml" %}}
`tagSpecification`: Tags with this prefix are applied to dynamically provisioned EBS volumes.
### AWS EFS
To configure AWS EFS storage, you can use the out-of-tree [AWS_EFS_CSI_DRIVER](https://github.com/kubernetes-sigs/aws-efs-csi-driver).

View File

@ -16,5 +16,3 @@ allowedTopologies:
- key: topology.ebs.csi.aws.com/zone
values:
- us-east-2c
# `tagSpecification`: Tags with this prefix are applied to dynamically provisioned EBS volumes.