kubernetes APIServer内存使用率较高,

cclgggtu  于 4个月前  发布在  Kubernetes
关注(0)|答案(4)|浏览(44)

发生了什么?

API服务器内存使用率很高。pprof命令输出显示,processEvent方法占用了大量内存。processEvent方法占用了大约40%的内存

你期望会发生什么?

当请求数量稳定时,APIServer内存使用率不会很高。

我们如何尽可能精确地重现它?

我不知道它是如何发生的。

我们需要了解其他信息吗?

  • 无响应*

Kubernetes版本

$ kubectl version
# paste output here

1.28

云提供商

OS版本

# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here

# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
3phpmpom

3phpmpom2#

/sig scalability
/cc @jpbetz
/help
/triage accepted
rwqw0loc

rwqw0loc3#

@fedebongio:
This request has been marked as needing help from a contributor.

Guidelines

Please ensure that the issue body includes answers to the following questions:

  • Why are we solving this issue?
  • To address this issue, are there any code changes? If there are code changes, what needs to be done in the code and what places can the assignee treat as reference points?
  • Does this issue have zero to low barrier of entry?
  • How can the assignee reach out to you for help?

For more details on the requirements of such an issue, please see here and ensure that they are met.
If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-help command.
In response to this:
/sig scalability
/cc @jpbetz
/help
/triage accepted
Instructions for interacting with me using PR comments are available here . If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

相关问题