Skip to content
This repository was archived by the owner on Nov 29, 2020. It is now read-only.
This repository was archived by the owner on Nov 29, 2020. It is now read-only.

kubelet 启动参数--cpu-cfs-quota 探讨 #72

@barnettZQG

Description

@barnettZQG

--cpu-cfs-quota (官方不推荐直接设置,不推荐:这个参数应该通过Kubelet的--config标志指定的配置文件来设置。)

参数如果设置为true, 服务CPU的严格限制将失效,可能引发服务导致节点异常故障。

如果设置为false, 严格限制服务CPU,产生的可能影响是部分资源设置较小的服务启动时cpu受限,启动缓慢。比如JAVA类的服务。

我建议应该使用默认值,并提供文档说明,用户可以自行修改。

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions