Skip to content

Commit 7b56a04

Browse files
Merge pull request #48713 from xenolinux/encrypt-kms-installer
BZ2070625: Adds `kmsKeyARN` parameter to the table
2 parents 3ab39e2 + 4f61996 commit 7b56a04

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,10 @@ Optional AWS configuration parameters are described in the following table:
691691
|Valid link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html[AWS EBS volume type],
692692
such as `io1`.
693693

694+
|`compute.platform.aws.rootVolume.kmsKeyARN`
695+
|The Amazon Resource Name (key ARN) of a KMS key. This is required to encrypt OS volumes of worker nodes with a specific KMS key.
696+
|Valid link:https://docs.aws.amazon.com/kms/latest/developerguide/find-cmk-id-arn.html[key ID or the key ARN].
697+
694698
|`compute.platform.aws.type`
695699
|The EC2 instance type for the compute machines.
696700
|Valid AWS instance type, such as `m4.2xlarge`. See the *Supported AWS machine types* table that follows.
@@ -707,7 +711,7 @@ link:https://yaml.org/spec/1.2/spec.html#sequence//[YAML sequence].
707711
[source,terminal]
708712
----
709713
aws ec2 describe-instance-type-offerings --filters Name=instance-type,Values=c7g.xlarge
710-
----
714+
----
711715
ifndef::openshift-origin[]
712716
[IMPORTANT]
713717
====
@@ -724,6 +728,10 @@ endif::openshift-origin[]
724728
|A pre-existing AWS IAM role applied to the control plane machine pool instance profiles. You can use these fields to match naming schemes and include predefined permissions boundaries for your IAM roles. If undefined, the installation program creates a new IAM role.
725729
|The name of a valid AWS IAM role.
726730

731+
|`controlPlane.platform.aws.rootVolume.kmsKeyARN`
732+
|The Amazon Resource Name (key ARN) of a KMS key. This is required to encrypt OS volumes of control plane nodes with a specific KMS key.
733+
|Valid link:https://docs.aws.amazon.com/kms/latest/developerguide/find-cmk-id-arn.html[key ID and the key ARN].
734+
727735
|`controlPlane.platform.aws.type`
728736
|The EC2 instance type for the control plane machines.
729737
|Valid AWS instance type, such as `m6i.xlarge`. See the *Supported AWS machine types* table that follows.

0 commit comments

Comments
 (0)