You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/storage/storage-classes.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,6 +290,8 @@ parameters:
290
290
type: io1
291
291
iopsPerGB: "50"
292
292
encrypted: "true"
293
+
tagSpecification_1: "key1=value1"
294
+
tagSpecification_2: "key2=value2"
293
295
allowedTopologies:
294
296
- matchLabelExpressions:
295
297
- key: topology.ebs.csi.aws.com/zone
@@ -318,6 +320,8 @@ parameters:
318
320
319
321
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.
320
322
323
+
`tagSpecification`: Tags with this prefix are applied to dynamically provisioned EBS volumes.
324
+
321
325
### NFS
322
326
323
327
To configure NFS storage, you can use the in-tree driver or the
0 commit comments