Skip to content

Commit a32c97f

Browse files
authored
Merge pull request #14267 from mburke5678/logging-change-to-v1
Changed logging.openshift.io/v1alpha1 to v1
2 parents d15854a + d4731f9 commit a32c97f

16 files changed

+18
-18
lines changed

logging/efk-logging-configuring.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ and includes all the components of the logging stack to collect, store and visua
1717
.Sample Cluster Logging Custom Resource (CR)
1818
[source,yaml]
1919
----
20-
apiVersion: "logging.openshift.io/v1alpha1"
21-
kind: "ClusterLogging"
20+
apiVersion: logging.openshift.io/v1
21+
kind: ClusterLogging
2222
metadata:
2323
name: "instance"
2424
spec:

logging/efk-logging-curator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ metadata:
2323
resourceVersion: '57349'
2424
creationTimestamp: '2019-03-07T14:04:49Z'
2525
ownerReferences:
26-
- apiVersion: logging.openshift.io/v1alpha1
26+
- apiVersion: logging.openshift.io/v1
2727
kind: ClusterLogging
2828
name: instance
2929
uid: f598344e-40e1-11e9-92ff-0e8c954f62c0

logging/efk-logging-elasticsearch-storage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following example specifies each data node in the cluster is bound to a Pers
1919

2020
[source,yaml]
2121
----
22-
apiVersion: "logging.openshift.io/v1alpha1"
22+
apiVersion: "logging.openshift.io/v1"
2323
kind: "ClusterLogging"
2424
metadata:
2525
name: "clusterlogging"

modules/efk-logging-about-crd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following is an example of a typical Custom Resource Definition for cluster
1717
.Sample ClusterLogging CRD
1818
[source,yaml]
1919
----
20-
apiVersion: "logging.openshift.io/v1alpha1"
20+
apiVersion: "logging.openshift.io/v1"
2121
kind: "ClusterLogging"
2222
metadata:
2323
name: "clusterlogging"

modules/efk-logging-configuring-node-selector.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Edit the the Cluster Logging Custom Resource (CR) from the `openshift-logging` p
2525
----
2626
$ oc edit ClusterLogging instance
2727
28-
apiVersion: "logging.openshift.io/v1alpha1"
28+
apiVersion: "logging.openshift.io/v1"
2929
kind: "ClusterLogging"
3030
metadata:
3131
name: "clusterlogging"

modules/efk-logging-curator-schedule.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $ oc edit clusterlogging instance
3232

3333
[source,yaml]
3434
----
35-
apiVersion: "logging.openshift.io/v1alpha1"
35+
apiVersion: "logging.openshift.io/v1"
3636
kind: "ClusterLogging"
3737
metadata:
3838
name: "instance"

modules/efk-logging-deploy-subscription.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ You might need to refresh the page to load the data.
105105
+
106106
[source,yaml]
107107
----
108-
apiVersion: "logging.openshift.io/v1alpha1"
108+
apiVersion: "logging.openshift.io/v1"
109109
kind: "ClusterLogging"
110110
metadata:
111111
name: "instance" <1>

modules/efk-logging-elasticsearch-add-remove.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ instance 112m
2929
+
3030
[source,yaml]
3131
----
32-
apiVersion: "logging.openshift.io/v1alpha1"
32+
apiVersion: "logging.openshift.io/v1"
3333
kind: "ClusterLogging"
3434
metadata:
3535
name: "clusterlogging"
@@ -56,7 +56,7 @@ nodes:
5656
+
5757
[source,yaml]
5858
----
59-
apiVersion: "logging.openshift.io/v1alpha1"
59+
apiVersion: "logging.openshift.io/v1"
6060
kind: "ClusterLogging"
6161
metadata:
6262
name: "clusterlogging"

modules/efk-logging-elasticsearch-ha.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Edit the Cluster Logging Custom Resource (CR) from the `openshift-logging` proje
4141

4242
[source,yaml]
4343
----
44-
apiVersion: "logging.openshift.io/v1alpha1"
44+
apiVersion: "logging.openshift.io/v1"
4545
kind: "ClusterLogging"
4646
metadata:
4747
name: "clusterlogging"

modules/efk-logging-elasticsearch-limits.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Edit the Cluster Logging Custom Resource (CR) from the `openshift-logging` proje
3131
----
3232
$ oc edit ClusterLogging instance
3333
34-
apiVersion: "logging.openshift.io/v1alpha1"
34+
apiVersion: "logging.openshift.io/v1"
3535
kind: "ClusterLogging"
3636
metadata:
3737
name: "clusterlogging"

0 commit comments

Comments
 (0)