-
Notifications
You must be signed in to change notification settings - Fork 38
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
possible api permission issue? #1
Comments
@evillgenius75 Yes, you need clusterrole and clusterrolebinding to work with the service account. I will create a helm chart for easy installation soon. |
I got clusterRole and clusterRoleBinding working on K8S v1.15.3, no more 403 error but got 404 instead. What should I check for this:
I am using it for my
|
@amelbakry any luck to check on this one, please? |
Any progress on this? |
@ezienecker I found a working fork of this repo: https://github.com/citizensadvice/kube-schedule-scaler |
Thanks works like a charm. In this provided repo there is no stackset and a complete example with the correct rbac. |
I built and ran this on my 1.13.11 Cluster running in Azure Kubernetes Service. I get an error in the logs that it couldn't query the namespaces API. I installed the serviceaccount in the default namespace. Is there a specific role and rolebinding this code needs to query correctly?
Logs:
The text was updated successfully, but these errors were encountered: