Skip to content

Commit e59bf2d

Browse files
authored
Merge pull request #51110 from xenolinux/node-observability
CFE-463: Change the version from v1alpha1 to v1alpha2
2 parents 67267b5 + 25e64d4 commit e59bf2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/node-observability-create-custom-resource.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ $ oc project node-observability-operator
4545
+
4646
[source,yaml]
4747
----
48-
apiVersion: nodeobservability.olm.openshift.io/v1alpha1
48+
apiVersion: nodeobservability.olm.openshift.io/v1alpha2
4949
kind: NodeObservability
5050
metadata:
5151
name: cluster <1>
5252
spec:
5353
nodeSelector:
54-
node-role.kubernetes.io/worker: "" <2>
54+
kubernetes.io/hostname: <node_hostname> <2>
5555
type: crio-kubelet
5656
----
5757
<1> You must specify the name as `cluster` because there should be only one `NodeObservability` CR per cluster.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can request only one profiling query at any point of time.
2424
+
2525
[source,yaml]
2626
----
27-
apiVersion: nodeobservability.olm.openshift.io/v1alpha1
27+
apiVersion: nodeobservability.olm.openshift.io/v1alpha2
2828
kind: NodeObservabilityRun
2929
metadata:
3030
name: nodeobservabilityrun

0 commit comments

Comments
 (0)