【openshift教程-17】【内核参数调优】 Published by Connor Xu August 25th, 2019 官方文档:https://docs.openshift.org/latest/admin_guide/sysctls.html 例如支持队列个数参数调优 vim /etc/origin/node/node-config.yaml experimental-allowed-unsafe-sysctls:- "net.core.somaxconn" systemctl restart origin-node.service 在配置模板中,添加systcl调优的注释 或者在安装过程中制定kubernetes的参数: Openshift