-
Bug
-
Resolution: Done
-
Minor
-
None
-
4.13, 4.14, 4.15
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
No
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.