-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
add user agent to openstack api requests #10732
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: zetaab The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
30e41ee
to
c96fcb2
Compare
c96fcb2
to
41d04d8
Compare
/test pull-kops-e2e-k8s-containerd |
/lgtm This can be quite useful |
@olemarkus can you check again, I just modified the names little bit. The problem that we have currently is that some kops component is calling openstack apis quite heavily. We have currently 30 kops clusters in openstack and those are making 1.2M requests in 24 hours against api (so one cluster makes 40k requests/24 hours, which is imo quite much). The problem is not csi-cinder or openstack cloud controller manager those do have own user agents. I am adding these user agents to be able to debug from where these requests are coming from. I also added uagent to etcd-manager kopeio/etcd-manager#395 currently only thing that we can see is that requests are coming from |
/lgtm |
No description provided.