Skip to content

Commit

Permalink
Allow LPP to read helper logs
Browse files Browse the repository at this point in the history
k3s-io#9834

Signed-off-by: Thomas Anderson <127358482+zc-devs@users.noreply.github.com>
  • Loading branch information
zc-devs committed Mar 29, 2024
1 parent 7f65975 commit 56ef1ed
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 56ef1ed

Please sign in to comment.