Error setting HELM permissions

cancel
Showing results for 
Search instead for 
Did you mean: 
JayB
Member II

Error setting HELM permissions

Hi all,

I'm trying to install Activiti on Google Cloud, and get to step 2 of the process here:

https://activiti.gitbook.io/activiti-7-developers-guide/getting-started/getting-started-activiti-clo...

But, I'm getting this error when executing "kubectl apply -f helm-service-account-role.yaml".

Warning: rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding
clusterrolebinding.rbac.authorization.k8s.io/helm configured
Error from server (Forbidden): error when creating "helm-service-account-role.yaml": serviceaccounts is forbidden: User "myemail@domain.com" cannot create resource "serviceaccounts" in API group "" in the namespace "kube-system": GKEAutopilot authz: the namespace "kube-system" is managed and the request's verb "create" is denied

My user is an Organization Administrator, so I'm not sure what is going on?