init commit
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
"kind": "ServiceAccount"
|
||||
"apiVersion": "v1"
|
||||
"metadata":
|
||||
"name": "promtail"
|
||||
"namespace": "loki"
|
||||
---
|
||||
"kind": "ClusterRole"
|
||||
"apiVersion": "rbac.authorization.k8s.io/v1"
|
||||
"metadata":
|
||||
"name": "promtail"
|
||||
"rules":
|
||||
-
|
||||
"verbs":
|
||||
- "get"
|
||||
- "list"
|
||||
- "watch"
|
||||
"apiGroups":
|
||||
- ""
|
||||
"resources":
|
||||
- "nodes"
|
||||
- "nodes/proxy"
|
||||
- "services"
|
||||
- "endpoints"
|
||||
- "pods"
|
||||
---
|
||||
"kind": "ClusterRoleBinding"
|
||||
"apiVersion": "rbac.authorization.k8s.io/v1"
|
||||
"metadata":
|
||||
"name": "promtail"
|
||||
"subjects":
|
||||
-
|
||||
"kind": "ServiceAccount"
|
||||
"name": "promtail"
|
||||
"namespace": "loki"
|
||||
"roleRef":
|
||||
"apiGroup": "rbac.authorization.k8s.io"
|
||||
"kind": "ClusterRole"
|
||||
"name": "promtail"
|
||||
Reference in New Issue
Block a user