Skip to content

Commit

Permalink
Allow LPP to read helper logs (k3s-io#9834)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Anderson <127358482+zc-devs@users.noreply.github.com>
  • Loading branch information
zc-devs committed Apr 2, 2024
1 parent 7f65975 commit 87ddd08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/local-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
name: local-path-provisioner-role
rules:
- apiGroups: [""]
resources: ["nodes", "persistentvolumeclaims", "configmaps"]
resources: ["nodes", "persistentvolumeclaims", "configmaps", "pods/log"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["endpoints", "persistentvolumes", "pods"]
Expand Down
2 changes: 1 addition & 1 deletion pkg/deploy/zz_generated_bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 87ddd08

Please sign in to comment.