Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-51280

[enterprise-4.17] Issue in file installing/installing_with_agent_based_installer/preparing-to-install-with-agent-based-installer.adoc

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • 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

              rhn-support-skopacz Sebastian Kopacz
              rh-ee-cgoldber Christopher Goldberg
              None
              None
              None
              None
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: