gentle-tomato-480
03/08/2024, 10:23 PM"Container [<bucket-name>] lookup failed. Error googleapi: Error 403: Caller does not have storage.buckets.get access to the Google Cloud Storage bucket. Permission 'storage.buckets.get' denied on resource (or it may not exist)., forbidden"
I gave the service account that's the default SA all the necessary permissions though. Feel that once this is resolved, I've got something going 🙂gentle-tomato-480
03/08/2024, 10:49 PMaverage-finland-92144
03/11/2024, 6:48 PMgentle-tomato-480
03/11/2024, 11:17 PMvalues.yaml
file, but each time I add a rule some other error pops up (e.g. this is after adding
rbac:
# create Create ClusterRole and ClusterRoleBinding resources
create: true
# extraRules Add additional rules to the ClusterRole
extraRules:
- apiGroups:
- ""
resources:
- serviceaccounts
verbs:
- create
- get
to the values.yaml file
"Failed cluster resource creation loop with: serviceaccounts "default" is forbidden: User "system:serviceaccount:flyte:flyte-backend-flyte-binary" cannot patch resource "serviceaccounts" in API group "" in the namespace "flytesnacks-staging", serviceaccounts "default" is forbidden: User "system:serviceaccount:flyte:flyte-backend-flyte-binary" cannot patch resource "serviceaccounts" in API group "" in the namespace "flytesnacks-production""
gentle-tomato-480
03/11/2024, 11:30 PMpatch
verb, it seems to have worked