Update storage-classes.md

This commit is contained in:
Muneeb Ahmad 2024-09-14 23:24:47 +05:00 committed by GitHub
parent 97e543ba28
commit 96dedca894
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -290,7 +290,8 @@ parameters:
type: io1
iopsPerGB: "50"
encrypted: "true"
tagSpecification: "key1=value1"
tagSpecification_1: "key1=value1"
tagSpecification_2: "key2=value2"
allowedTopologies:
- matchLabelExpressions:
- key: topology.ebs.csi.aws.com/zone
@ -298,7 +299,7 @@ allowedTopologies:
- us-east-2c
```
- `tagSpecification`: Tags to be applied on dynamically provisioned ebs volumes through AWS_EBS_CSI_DRIVER (in v1.6.0 and later).
- `tagSpecification`: Tags to be applied on dynamically provisioned ebs volumes using this prefix. For more details, refer to the [AWS EBS CSI Driver StorageClass Tagging](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/tagging.md) documentation.
### NFS