Skip to content

Commit 227850a

Browse files
authoredSep 23, 2022
docs: AWS/provisioning doc - updated blockDeviceMappings (#2529)
1 parent 3f4e1bb commit 227850a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
 

‎website/content/en/preview/AWS/provisioning.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ spec:
206206
207207
### Block Device Mappings
208208
209-
The `blockDeviceMappings` field in a Provisioner can be used to control the Elastic Block Storage (EBS) volumes that Karpenter attaches to provisioned nodes. Karpenter uses default block device mappings for the AMI Family specified. For example, the `Bottlerocket` AMI Family defaults with two block device mappings, one for Bottlerocket's control volume and the other for container resources such as images and logs.
209+
The `blockDeviceMappings` field in an AWSNodeTemplate can be used to control the Elastic Block Storage (EBS) volumes that Karpenter attaches to provisioned nodes. Karpenter uses default block device mappings for the AMI Family specified. For example, the `Bottlerocket` AMI Family defaults with two block device mappings, one for Bottlerocket's control volume and the other for container resources such as images and logs.
210210
211211
Learn more about [block device mappings](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html).
212212
213-
Note: If a custom launch template is specified, then the `BlockDeviceMappings` field in the launch template is used rather than the provisioner's `blockDeviceMappings`.
214-
215213
```
214+
apiVersion: karpenter.k8s.aws/v1alpha1
215+
kind: AWSNodeTemplate
216216
spec:
217217
blockDeviceMappings:
218218
- deviceName: /dev/xvda

‎website/content/en/v0.16.1/AWS/provisioning.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ spec:
206206
207207
### Block Device Mappings
208208
209-
The `blockDeviceMappings` field in a Provisioner can be used to control the Elastic Block Storage (EBS) volumes that Karpenter attaches to provisioned nodes. Karpenter uses default block device mappings for the AMI Family specified. For example, the `Bottlerocket` AMI Family defaults with two block device mappings, one for Bottlerocket's control volume and the other for container resources such as images and logs.
209+
The `blockDeviceMappings` field in an AWSNodeTemplate can be used to control the Elastic Block Storage (EBS) volumes that Karpenter attaches to provisioned nodes. Karpenter uses default block device mappings for the AMI Family specified. For example, the `Bottlerocket` AMI Family defaults with two block device mappings, one for Bottlerocket's control volume and the other for container resources such as images and logs.
210210
211211
Learn more about [block device mappings](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html).
212212
213-
Note: If a custom launch template is specified, then the `BlockDeviceMappings` field in the launch template is used rather than the provisioner's `blockDeviceMappings`.
214-
215213
```
214+
apiVersion: karpenter.k8s.aws/v1alpha1
215+
kind: AWSNodeTemplate
216216
spec:
217217
blockDeviceMappings:
218218
- deviceName: /dev/xvda

‎website/content/en/v0.16.2/AWS/provisioning.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ spec:
206206
207207
### Block Device Mappings
208208
209-
The `blockDeviceMappings` field in a Provisioner can be used to control the Elastic Block Storage (EBS) volumes that Karpenter attaches to provisioned nodes. Karpenter uses default block device mappings for the AMI Family specified. For example, the `Bottlerocket` AMI Family defaults with two block device mappings, one for Bottlerocket's control volume and the other for container resources such as images and logs.
209+
The `blockDeviceMappings` field in an AWSNodeTemplate can be used to control the Elastic Block Storage (EBS) volumes that Karpenter attaches to provisioned nodes. Karpenter uses default block device mappings for the AMI Family specified. For example, the `Bottlerocket` AMI Family defaults with two block device mappings, one for Bottlerocket's control volume and the other for container resources such as images and logs.
210210
211211
Learn more about [block device mappings](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html).
212212
213-
Note: If a custom launch template is specified, then the `BlockDeviceMappings` field in the launch template is used rather than the provisioner's `blockDeviceMappings`.
214-
215213
```
214+
apiVersion: karpenter.k8s.aws/v1alpha1
215+
kind: AWSNodeTemplate
216216
spec:
217217
blockDeviceMappings:
218218
- deviceName: /dev/xvda

0 commit comments

Comments
 (0)
Please sign in to comment.