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

[enterprise-4.13] Issue in file scalability_and_performance/ztp_far_edge/ztp-preparing-the-hub-cluster.adoc

    XMLWordPrintable

Details

    • No
    • 1
    • T&PS 2023 #8, T&PS 2023 #9
    • 2
    • Rejected
    • False
    • Hide

      None

      Show
      None

    Description

      Description of problem: The AgentServiceConfig CR example in the OCP doc includes a namespace but it's not needed since the CRD is cluster-scoped basis.

      Version-Release number of selected component (if applicable): 4.10

      How reproducible: Always (doc issue)

      Steps to Reproduce: 

      1.
      2.
      3.
      

      Actual results: The AgentServiceConfig CR example in the OCP doc includes a namespace as follows.

      apiVersion: agent-install.openshift.io/v1beta1
      kind: AgentServiceConfig
      metadata:
        name: agent
        namespace: assisted-installer
      spec:

      Expected results: No namespace is needed in the CR, for instance, shown in the ACM doc.

      apiVersion: agent-install.openshift.io/v1beta1
      kind: AgentServiceConfig
      metadata:
        name: agent
      spec:

      Additional info:

       

      Attachments

        Activity

          People

            rhn-support-aireilly Aidan Reilly
            nhashimo@redhat.com Naoya Hashimoto
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: