Skip to content

Commit

Permalink
fix block device mappings docs (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwagner5 authored Mar 15, 2022
1 parent a1a7928 commit b3d5493
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions website/content/en/preview/AWS/provisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,14 @@ spec:
provider:
blockDeviceMappings:
- deviceName: /dev/xvda
volumeSize: 100Gi
volumeType: gp3
iops: 10000
encrypted: true
kmsKeyID: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
deleteOnTermination: true
throughput: 125
ebs:
volumeSize: 100Gi
volumeType: gp3
iops: 10000
encrypted: true
kmsKeyID: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
deleteOnTermination: true
throughput: 125
```

## Other Resources
Expand Down
15 changes: 8 additions & 7 deletions website/content/en/v0.7.0/AWS/provisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,14 @@ spec:
provider:
blockDeviceMappings:
- deviceName: /dev/xvda
volumeSize: 100Gi
volumeType: gp3
iops: 10000
encrypted: true
kmsKeyID: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
deleteOnTermination: true
throughput: 125
ebs:
volumeSize: 100Gi
volumeType: gp3
iops: 10000
encrypted: true
kmsKeyID: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
deleteOnTermination: true
throughput: 125
```

## Other Resources
Expand Down

0 comments on commit b3d5493

Please sign in to comment.