fix: heapster无法读取节点度量数据

pull/708/head
gjmzj 2019-10-07 23:01:48 +08:00
parent 89ff134ac2
commit f6cfa297fa
1 changed files with 2 additions and 1 deletions

View File

@ -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 %}