Skip to content

Commit efe1283

Browse files
authored
Merge pull request #47894 from imuneeeb/patch-1
Update AWS EBS Storage Class Example
2 parents 603bab9 + fd6ee71 commit efe1283

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ parameters:
290290
type: io1
291291
iopsPerGB: "50"
292292
encrypted: "true"
293+
tagSpecification_1: "key1=value1"
294+
tagSpecification_2: "key2=value2"
293295
allowedTopologies:
294296
- matchLabelExpressions:
295297
- key: topology.ebs.csi.aws.com/zone
@@ -318,6 +320,8 @@ parameters:
318320

319321
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.
320322

323+
`tagSpecification`: Tags with this prefix are applied to dynamically provisioned EBS volumes.
324+
321325
### NFS
322326

323327
To configure NFS storage, you can use the in-tree driver or the

0 commit comments

Comments
 (0)