Skip to content

Commit 4d75ee0

Browse files
authored
Merge pull request #58208 from ahardin-rh/OSDOCS-4336-content-audit
OSDOCS-4336: Content audit for Requesting CRI-O and Kubelet profiling data by using the Node Observability Operator
2 parents b76e3ba + bab2fb4 commit 4d75ee0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

modules/node-observability-install-cli.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ metadata:
4848
name: node-observability-operator
4949
namespace: node-observability-operator
5050
spec:
51-
targetNamespaces:
52-
- node-observability-operator
51+
targetNamespaces: []
5352
EOF
5453
----
5554

modules/node-observability-run-profiling-query.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ oc apply -f nodeobservabilityrun.yaml
4444
+
4545
[source,terminal]
4646
----
47-
$ oc get nodeobservabilityrun -o yaml | yq '.status.conditions'
47+
$ oc get nodeobservabilityrun nodeobservabilityrun -o yaml | yq '.status.conditions'
4848
----
4949

5050
+

0 commit comments

Comments
 (0)