Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,32 @@ ref:
- name: AWS_KMS_KEY_ARN_DEFAULT_MACHINE
default: ""
documentation: |-
KMS Key for defaultMachine, if empty (""), read key id from "${SHARED_DIR}/aws_kms_key_arn" created by step aws-provision-kms-key
KMS key of default machine platform
If empty (""), read key id from "${SHARED_DIR}/aws_kms_key_arn" created by step aws-provision-kms-key
- name: AWS_KMS_KEY_ARN_CONTROL_PLANE
default: ""
documentation: |-
KMS Key for control plane nodes, if empty (""), read key id from "${SHARED_DIR}/aws_kms_key_arn" created by step aws-provision-kms-key
KMS key of control plane nodes
If empty (""), read key id from "${SHARED_DIR}/aws_kms_key_arn" created by step aws-provision-kms-key
- name: AWS_KMS_KEY_ARN_COMPUTE
default: ""
documentation: |-
KMS Key for control plane nodes, if empty (""), read key id from "${SHARED_DIR}/aws_kms_key_arn" created by step aws-provision-kms-key
KMS key of compute nodes
If empty (""), read key id from "${SHARED_DIR}/aws_kms_key_arn" created by step aws-provision-kms-key
- name: AWS_KMS_KEY_ENABLE_DEFAULT_MACHINE
default: "yes"
documentation: |-
Flag that indicate if provide KMS key in install-config.yaml for default machine nodes (platform.aws.defaultMachinePlatform.rootVolume.kmsKeyARN)
- name: AWS_KMS_KEY_ENABLE_COMPUTE
If set KMS key in default machine platform
- name: AWS_KMS_KEY_ENABLE_CONTROL_PLANE
default: "no"
documentation: |-
Flag that indicate if provide KMS key in install-config.yaml for control plane nodes (controlPlane.platform.aws.rootVolume.kmsKeyARN)
- name: AWS_KMS_KEY_ENABLE_CONTROL_PLANE
If set KMS key for control plane nodes
- name: AWS_KMS_KEY_ENABLE_COMPUTE
default: "no"
documentation: |-
Flag that indicate if provide KMS key in install-config.yaml for compute nodes (compute.platform.aws.rootVolume.kmsKeyARN)
If set KMS key for compute nodes
documentation: |-
Set custom KMS key.
Set custom KMS key:
control plane nodes: controlPlane.platform.aws.rootVolume.kmsKeyARN
compute nodes: compute[0].platform.aws.rootVolume.kmsKeyARN
default machine platform: platform.aws.defaultMachinePlatform.rootVolume.kmsKeyARN