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:
Deployment in the extensions/v1beta1, apps/v1beta1, and apps/v1beta2 API
versions is no longer served since k8s v1.16
https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
----------------------------------------------------------------
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:
[email protected]