mirror of
https://github.com/rancher/rke.git
synced 2025-08-22 16:45:57 +00:00
Disable cadvisor and readonly port in kubelet
This commit is contained in:
parent
c299e9c690
commit
4d90a1ca79
@ -190,6 +190,8 @@ func (c *Cluster) BuildKubeletProcess(host *hosts.Host) v3.Process {
|
|||||||
"kubelet",
|
"kubelet",
|
||||||
"--v=2",
|
"--v=2",
|
||||||
"--address=0.0.0.0",
|
"--address=0.0.0.0",
|
||||||
|
"--cadvisor-port=0",
|
||||||
|
"--read-only-port=0",
|
||||||
"--cluster-domain=" + c.ClusterDomain,
|
"--cluster-domain=" + c.ClusterDomain,
|
||||||
"--pod-infra-container-image=" + c.Services.Kubelet.InfraContainerImage,
|
"--pod-infra-container-image=" + c.Services.Kubelet.InfraContainerImage,
|
||||||
"--cgroups-per-qos=True",
|
"--cgroups-per-qos=True",
|
||||||
|
Loading…
Reference in New Issue
Block a user