We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aab09fb + 99ffe89 commit 22ec56cCopy full SHA for 22ec56c
observability/logging/logging-6.0/log6x-about.adoc
@@ -74,27 +74,6 @@ spec:
74
$ oc create sa collector -n openshift-logging
75
----
76
77
-. Create a `ClusterRole` for the collector:
78
-+
79
-[source,yaml]
80
-----
81
-apiVersion: rbac.authorization.k8s.io/v1
82
-kind: ClusterRole
83
-metadata:
84
- name: logging-collector-logs-writer
85
-rules:
86
-- apiGroups:
87
- - loki.grafana.com
88
- resourceNames:
89
- - logs
90
- resources:
91
- - application
92
- - audit
93
- - infrastructure
94
- verbs:
95
- - create
96
97
-
98
. Bind the `ClusterRole` to the service account:
99
+
100
[source,shell]
0 commit comments