Skip to content

Commit 5fadb7b

Browse files
committed
RHDEVDOCS-4420 - w/ QE feedback
1 parent 3dfd476 commit 5fadb7b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Text snippet included in the following modules and assemblies:
2+
//
3+
4+
:_content-type: SNIPPET
5+
6+
Logs from any source contain a field `openshift.cluster_id`, the unique identifier of the cluster in which the Operator is deployed.
7+
8+
.ClusterID query
9+
[source,terminal]
10+
----
11+
$ oc get clusterversion/version -o jsonpath='{.spec.clusterID}{"\n"}'
12+
----

0 commit comments

Comments
 (0)