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