Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

https://issues.redhat.com/browse/ACM-15079 FIPS CIM #7385

Open
wants to merge 4 commits into
base: 2.13_stage
Choose a base branch
from
Open
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
21 changes: 19 additions & 2 deletions clusters/assisted_installer/ai_enable_cim.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,14 @@ Your {cim} service is configured. You can verify that it is healthy by checking
[#fips-install-cim]
== Installing a FIPS-enabled cluster by using the {ai}

When you install a {ocp-short} cluster version 4.15 and earlier that is in FIPS mode, you must specify that the installers run Red Hat Enterprise Linux (RHEL) version 8 in the `AgentServiceConfig` resource.
When you install a {ocp-short} cluster that is version 4.15 and earlier and is in FIPS mode, you must specify that the installers run Red Hat Enterprise Linux (RHEL) version 8 in the `AgentServiceConfig` resource. When you install a {ocp-short} clusterthat is version 4.16 and later and is in FIPS mode, do not specify any RHEL version for the installers.

*Required access:* You must have access to edit the `AgentServiceConfig` and `AgentClusterInstall` resources.

Complete the following steps to update the `AgentServiceConfig` resource:
[#fips-install-cim-415]
=== Installing a {ocp-short} cluster version 4.15 and earlier

If you install a {ocp-short} cluster version 4.15 and earlier, complete the following steps to update the `AgentServiceConfig` resource:

. Log in to you managed cluster by using the following command:

Expand All @@ -322,6 +325,20 @@ metadata:
...
----

[#fips-install-cim-416]
=== Installing a {ocp-short} cluster version 4.16 and later

If you install a {ocp-short} cluster version 4.16 and later, complete the following steps to update the `AgentServiceConfig` resource:

. Log in to you managed cluster by using the following command:

+
[source,bash]
----
oc login
----

. If the `agent-install.openshift.io/service-image-base: el8` annotation is present in the `AgentServiceConfig` resource, remove the annotation.

[#additional-resources-cim-enable]
== Additional resources
Expand Down
Loading