mirror of https://github.com/easzlab/kubeasz.git
关闭kubelet只读端口
parent
cb35be0417
commit
5a1f5cda97
|
@ -62,8 +62,8 @@ nodeStatusUpdateFrequency: 10s
|
|||
oomScoreAdj: -999
|
||||
podPidsLimit: -1
|
||||
port: 10250
|
||||
# for now 'heapster' needs kubelet's 'readOnlyPort', in the future 'readOnlyPort: 0' will be set
|
||||
readOnlyPort: 10255
|
||||
# disable readOnlyPort
|
||||
readOnlyPort: 0
|
||||
{% if ansible_distribution_release == "bionic" %}
|
||||
resolvConf: /run/systemd/resolve/resolv.conf
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in New Issue