-
Notifications
You must be signed in to change notification settings - Fork 84
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
Missing role permissions needed in example manifest #92
Comments
I'm having nearly the same issue:
I guess there is also |
Yep! Open to an MR! |
I was getting a similar error too but with creation :
So I also added
|
yes i experienced the same. Solved it by adding that extra rbac permissions. Btw its correctly mentioned in given helm chart, but yes it should be updated in the |
From deploying the example manifest (not helm), I needed to add the following block in the ClusterRole:
To remove this error message:
leaderelection.go:324] error retrieving resource lock kube-system/draino: endpoints "draino" is forbidden: User "system:serviceaccount:kube-system:draino" cannot get resource "endpoints" in API group "" in the namespace "kube-system"
Would you guys be open to a PR for this?
The text was updated successfully, but these errors were encountered: