mirror of https://github.com/kubeflow/examples.git
Add pods/logs permission to the jupyter notebook role. (#419)
* This is needed so that fairing can tail the logs.
This commit is contained in:
parent
6cdc461b50
commit
b26f7e9a48
|
@ -267,6 +267,7 @@
|
|||
],
|
||||
resources: [
|
||||
"pods",
|
||||
"pods/log",
|
||||
"services",
|
||||
],
|
||||
verbs: [
|
||||
|
|
Loading…
Reference in New Issue