Skip to content

Commit

Permalink
Merge pull request #48050 from imuneeeb/patch-3
Browse files Browse the repository at this point in the history
Fix Content Got Mixed btw EBS & EFS
  • Loading branch information
k8s-ci-robot authored Sep 23, 2024
2 parents 796fac2 + db2865b commit 7f43855
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/docs/concepts/storage/storage-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@ allowedTopologies:
- key: topology.ebs.csi.aws.com/zone
values:
- us-east-2c
`tagSpecification`: Tags with this prefix are applied to dynamically provisioned EBS volumes.

```
### AWS EFS

Expand All @@ -320,7 +323,6 @@ parameters:

For more details, refer to the [AWS_EFS_CSI_Driver Dynamic Provisioning](https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/examples/kubernetes/dynamic_provisioning/README.md) documentation.

`tagSpecification`: Tags with this prefix are applied to dynamically provisioned EBS volumes.

### NFS

Expand Down

0 comments on commit 7f43855

Please sign in to comment.