Skip to content

Commit 8b642a5

Browse files
authored
Merge pull request #58045 from masauso-lungu/ML-RHDEVDOCS-2857
ML-RHDEVDOCS-2857: Added a step to verify that all components were installed
2 parents 8e7558d + 6a48c45 commit 8b642a5

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

modules/op-installing-pipelines-operator-in-web-console.adoc

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,44 @@ The Operator is installed automatically into the `openshift-operators` namespace
5757
====
5858
+
5959
. Verify that the *Status* is set to *Succeeded Up to date* to confirm successful installation of {pipelines-title} Operator.
60+
+
61+
[WARNING]
62+
====
63+
The success status may show as *Succeeded Up to date* even if installation of other components is in-progress. Therefore, it is important to verify the installation manually in the terminal.
64+
====
65+
+
66+
. Verify that all components of the {pipelines-title} Operator were installed successfully. Login to the cluster on the terminal, and run the following command:
67+
+
68+
69+
[source,terminal]
70+
----
71+
$ oc get tektonconfig config
72+
----
73+
+
74+
.Example output
75+
----
76+
NAME VERSION READY REASON
77+
config 1.9.2 True
78+
----
79+
+
80+
If the *READY* condition is *True*, the Operator and its components have been installed successfully.
81+
+
82+
Additonally, check the components' versions by running the following command:
83+
+
84+
[source,terminal]
85+
----
86+
$ oc get tektonpipeline,tektontrigger,tektonaddon,pac
87+
----
88+
+
89+
.Example output
90+
----
91+
NAME VERSION READY REASON
92+
tektonpipeline.operator.tekton.dev/pipeline v0.41.1 True
93+
NAME VERSION READY REASON
94+
tektontrigger.operator.tekton.dev/trigger v0.22.2 True
95+
NAME VERSION READY REASON
96+
tektonaddon.operator.tekton.dev/addon 1.9.2 True
97+
NAME VERSION READY REASON
98+
openshiftpipelinesascode.operator.tekton.dev/pipelines-as-code v0.15.5 True
99+
----
100+

0 commit comments

Comments
 (0)