Skip to content

Commit

Permalink
add callout for fips
Browse files Browse the repository at this point in the history
  • Loading branch information
SNiemann15 committed May 11, 2023
1 parent 2015579 commit 46b2126
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion modules/ibmz-configure-nbde-with-static-ip.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,21 @@ endif::ibm-z-kvm[]
label: root
wipe_filesystem: true
openshift:
fips: true
ifndef::ibm-z-kvm[]
fips: true <3>
endif::ibm-z-kvm[]
ifdef::ibm-z-kvm[]
fips: true <2>
endif::ibm-z-kvm[]
----
ifdef::ibm-z-kvm[]
<1> The cipher option is only required if FIPS mode is enabled. Omit the entry if FIPS is disabled.
<2> Whether to enable or disable FIPS mode. By default, FIPS mode is not enabled. If FIPS mode is enabled, the {op-system-first} machines that {product-title} runs on bypass the default Kubernetes cryptography suite and use the cryptography modules that are provided with {op-system} instead.
endif::ibm-z-kvm[]
ifndef::ibm-z-kvm[]
<1> The cipher option is only required if FIPS mode is enabled. Omit the entry if FIPS is disabled.
<2> For installations on DASD-type disks, replace with `device: /dev/disk/by-label/root`.
<3> Whether to enable or disable FIPS mode. By default, FIPS mode is not enabled. If FIPS mode is enabled, the {op-system-first} machines that {product-title} runs on bypass the default Kubernetes cryptography suite and use the cryptography modules that are provided with {op-system} instead.
endif::ibm-z-kvm[]

. Create a customized initramfs file to boot the machine, by running the following command:
Expand Down

0 comments on commit 46b2126

Please sign in to comment.