You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by GitBox <gi...@apache.org> on 2020/12/27 12:24:29 UTC

[GitHub] [submarine] lowc1012 commented on a change in pull request #484: SUBMARINE-701. 0.6.0 New Feature: Support Tensorboard in Experiment

lowc1012 commented on a change in pull request #484:
URL: https://github.com/apache/submarine/pull/484#discussion_r549106867



##########
File path: helm-charts/submarine/templates/rbac.yaml
##########
@@ -56,6 +56,14 @@ rules:
   resources:
   - pods
   - pods/log
+  - services
+  - persistentvolumes
+  - persistentvolumeclaims
+  verbs:
+  - '*'
+- apiGroups: ["extensions", "apps"]
+  resources:
+  - deployments

Review comment:
       The Deployment is in API version "apps/v1"  after k8s v.1.9




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org