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

[enterprise-Branch Build] Issue in file security/nbde_tang_server_operator/nbde-tang-server-operator-installing.adoc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • None
    • 4.13, 4.14, 4.15
    • Documentation
    • None
    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • Moderate
    • No
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Document link:
      https://67123--docspreview.netlify.app/openshift-enterprise/latest/security/nbde_tang_server_operator/nbde-tang-server-operator-installing

      Section number and name:
      Section: Installing the NBDE Tang Server Operator using CLI
      Step number 2

      Describe the issue:

      Yaml file has wrong value inside for specifying channel.

      Current situation:

      apiVersion: operators.coreos.com/v1alpha1
      kind: Subscription
      metadata:
        name: tang-operator
        namespace: openshift-operators
      spec:
        channel: latest 
        installPlanApproval: Automatic
        name: tang-operator 
        source: redhat-operators 
        sourceNamespace: openshift-marketplace 
      

      Suggestions for improvement:

      channel point should contain stable value instead of latest

      apiVersion: operators.coreos.com/v1alpha1
      kind: Subscription
      metadata:
        name: tang-operator
        namespace: openshift-operators
      spec:
        channel: stable 
        installPlanApproval: Automatic
        name: tang-operator 
        source: redhat-operators 
        sourceNamespace: openshift-marketplace 
      

      Additional information:

      Users cannot deploy operator when use default .yaml file from documentation.

              mjahoda@redhat.com Mirek Jahoda
              pkoncity2 Patrik Končitý
              None
              None
              None
              None
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: