You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
When trying to Fissilify a simple BOSH release, I followed the walkthrough and upon deployment, I received the error pods "spacebearsdbnode-0" is forbidden: User "system:serviceaccount:simple:default" cannot get pods in the namespace "simple": Unknown user "system:serviceaccount:simple:default" (KubeException). My Helm chart didn't include any service accounts.
@viovanov kindly pointed out that I'd need to add auth roles for configgin and secrets.
This isn't mentioned anywhere in the walkthrough, and if it's mandatory, Fissile should probably make these for the user.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to Fissilify a simple BOSH release, I followed the walkthrough and upon deployment, I received the error
pods "spacebearsdbnode-0" is forbidden: User "system:serviceaccount:simple:default" cannot get pods in the namespace "simple": Unknown user "system:serviceaccount:simple:default" (KubeException)
. My Helm chart didn't include any service accounts.@viovanov kindly pointed out that I'd need to add auth roles for configgin and secrets.
This isn't mentioned anywhere in the walkthrough, and if it's mandatory, Fissile should probably make these for the user.
The text was updated successfully, but these errors were encountered: