Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed Jul 31, 2023
2 parents 7e061ff + a22f4c3 commit 6a69e30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/20230718_105008_regis_fix_k8s_vector_perms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- [Bugfix] Fix "cannot list resource 'pods'" on Kubernetes. (by @regisb)
5 changes: 4 additions & 1 deletion tutorcairn/patches/k8s-deployments
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
####### Cairn plugin
# log collection
# https://vector.dev/docs/setup/installation/platforms/kubernetes/
# https://github.com/timberio/vector/blob/master/distribution/kubernetes/vector-agent/resources.yaml
# https://github.com/vectordotdev/vector/blame/master/distribution/kubernetes/vector-agent/rbac.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
Expand All @@ -19,8 +19,11 @@ rules:
- apiGroups:
- ""
resources:
- namespaces
- nodes
- pods
verbs:
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 6a69e30

Please sign in to comment.