-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.17
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
Spacing is incorrect for sample YAML showing how to enable FIPS for agent-based OpenShift installation. Sample from the section "Configuring FIPS through the Agent-based Installer" is pasted below: apiVersion: extensions.hive.openshift.io/v1beta1 kind: AgentClusterInstall metadata: annotations: agent-install.openshift.io/install-config-overrides: '{"fips": True}' name: sno-cluster namespace: sno-cluster-test '{"fips": True}' should actually be: '{"fips":True}' The space after the colon breaks the YAML and the cluster won't deploy.
Version-Release number of selected component (if applicable):
How reproducible:
In our experience, leaving the space after the colon breaks the installation 100% of the time.
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info:
https://docs.openshift.com/container-platform/4.17/installing/installing_with_agent_based_installer/preparing-to-install-with-agent-based-installer.html#agent-installer-configuring-fips-compliance_preparing-to-install-with-agent-based-installer