mirror of https://github.com/easzlab/kubeasz.git
fix: heapster无法读取节点度量数据
parent
89ff134ac2
commit
f6cfa297fa
|
@ -62,7 +62,8 @@ nodeStatusUpdateFrequency: 10s
|
|||
oomScoreAdj: -999
|
||||
podPidsLimit: -1
|
||||
port: 10250
|
||||
readOnlyPort: 0
|
||||
# for now 'heapster' needs kubelet's 'readOnlyPort', in the future 'readOnlyPort: 0' will be set
|
||||
readOnlyPort: 10255
|
||||
{% if ansible_distribution_release == "bionic" %}
|
||||
resolvConf: /run/systemd/resolve/resolv.conf
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in New Issue