Update storage-classes.md
This commit is contained in:
parent
97e543ba28
commit
96dedca894
|
|
@ -290,7 +290,8 @@ parameters:
|
||||||
type: io1
|
type: io1
|
||||||
iopsPerGB: "50"
|
iopsPerGB: "50"
|
||||||
encrypted: "true"
|
encrypted: "true"
|
||||||
tagSpecification: "key1=value1"
|
tagSpecification_1: "key1=value1"
|
||||||
|
tagSpecification_2: "key2=value2"
|
||||||
allowedTopologies:
|
allowedTopologies:
|
||||||
- matchLabelExpressions:
|
- matchLabelExpressions:
|
||||||
- key: topology.ebs.csi.aws.com/zone
|
- key: topology.ebs.csi.aws.com/zone
|
||||||
|
|
@ -298,7 +299,7 @@ allowedTopologies:
|
||||||
- us-east-2c
|
- 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
|
### NFS
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue