-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
forbidden: User "$SERVICE_ACCOUNT" cannot get path "/" #804
Comments
I definitely think this is worth documenting. We've held off on a list of RBAC resources because krane will deploy/prune anything you give it so there isn't really isn't a list of short of Would you be willing to PR something to our docs? |
We just hit this issue too, with a user updating to 2.1.7. Maybe worth mentioning our finds on the way here, that k8s rejected adding this permisssion to the standard discovery role kubernetes/kubernetes#45366 (we weren't sure if krane now targeted a newer k8s than we use, 1.16), and that the need for this to be documented was also mentioned in #778 (comment) (mentioning this to link the issues) |
This gets us a newer version of krane (1.1.3 -> 2.2.0) which we think handles mismatched CRD versions within an apiGroup better. See: * Shopify/krane#804 * powerhome/nitro-web#21909 * powerhome/portal#125 * powerhome/incidents#8 * powerhome/pac#1180
This gets us a newer version of krane (1.1.3 -> 2.2.0) which we think handles mismatched CRD versions within an apiGroup better. See: * Shopify/krane#804 * powerhome/nitro-web#21909 * powerhome/portal#125 * powerhome/incidents#8 * powerhome/pac#1180
Not sure if this issue is still active here, but I'm currently encountering the same error using krane 3.4.0 deploying to AWS EKS with a service account: Would anyone be able to clarify which permission needs to be added to the AWS user or role to resolve the issue? Thanks in advance. |
Bug report
starting in krane 2.1.6, my k8s sa is hitting permissions issues.
krane deploy
works fine in 2.1.5Expected behavior:
Actual behavior:
Version(s) affected: 2.1.6
Steps to Reproduce
krane deploy staging staging --no-prune -f output/my-charttemplates/
This is RBAC for my k8s SA
I have also tried giving the k8s SA
Feature request
Proposal:
Document the addional RBAC required by krane 2.1.6
The text was updated successfully, but these errors were encountered: