-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
filebeat DoS's kube-apiserver when no RBAC is configured #6960
Comments
Also please, can you paste a link to the helm chart you are using? |
We're using |
Uhm, could you please paste a larger log? I'm checking the code and I think backoff should be in place there |
Hmm, we've seen redeployed our pods so the logs are gone; but I do see this in the pod start up:
|
We moved to official client-go, which should do proper handling of this. closing now |
We deployed filebeat with the helm chart and noticed from prometheus that the CPU usage on filebeat and kube-apiserver was steadily increasing, looking at the filebeat logs we found:
...occuring multiple times a second. filebeat should try watching once and on 403 exponentially back off from trying again. Once we'd enabled RBAC CPU usage went back down again.
The text was updated successfully, but these errors were encountered: