Skip to content

Commit c4d8c20

Browse files
committed
Resolve asciidoctor warnings
1 parent 5a23636 commit c4d8c20

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

modules/installation-azure-config-yaml.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,13 @@ ifdef::gov[]
234234
endif::gov[]
235235
ifdef::restricted[]
236236
<14> When using Azure Firewall to restrict Internet access, you must configure outbound routing to send traffic through the Firewall. Configuring user-defined routing prevents exposing external endpoints in your cluster.
237+
<15> 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.
238+
+
239+
[IMPORTANT]
240+
====
241+
To enable FIPS mode for your cluster, you must run the installation program from a {op-system-base-full} computer configured to operate in FIPS mode. For more information about configuring FIPS mode on RHEL, see link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/assembly_installing-the-system-in-fips-mode_security-hardening[Installing the system in FIPS mode]. The use of FIPS validated or Modules In Process cryptographic libraries is only supported on {product-title} deployments on the `x86_64`, `ppc64le`, and `s390x` architectures.
242+
====
243+
<16> You can optionally provide the `sshKey` value that you use to access the machines in your cluster.
237244
endif::restricted[]
238245
ifdef::vnet[]
239246
ifndef::openshift-origin[]
@@ -277,7 +284,7 @@ ifdef::openshift-origin[]
277284
<16> You can optionally provide the `sshKey` value that you use to access the machines in your cluster.
278285
endif::openshift-origin[]
279286
endif::gov[]
280-
ifndef::vnet,private,gov[]
287+
ifndef::vnet,private,gov,restricted[]
281288
ifndef::openshift-origin[]
282289
<10> 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.
283290
+
@@ -290,7 +297,7 @@ endif::openshift-origin[]
290297
ifdef::openshift-origin[]
291298
<10> You can optionally provide the `sshKey` value that you use to access the machines in your cluster.
292299
endif::openshift-origin[]
293-
endif::vnet,private,gov[]
300+
endif::vnet,private,gov,restricted[]
294301
+
295302
[NOTE]
296303
====

0 commit comments

Comments
 (0)