You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2020. It is now read-only.
--cpu-cfs-quota (官方不推荐直接设置,不推荐:这个参数应该通过Kubelet的--config标志指定的配置文件来设置。)
参数如果设置为true, 服务CPU的严格限制将失效,可能引发服务导致节点异常故障。
如果设置为false, 严格限制服务CPU,产生的可能影响是部分资源设置较小的服务启动时cpu受限,启动缓慢。比如JAVA类的服务。
我建议应该使用默认值,并提供文档说明,用户可以自行修改。