Update storage-classes.md
This commit is contained in:
parent
97e543ba28
commit
96dedca894
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue