Skip to content

Commit

Permalink
re-enable read-only port on kubelet (Azure#2091)
Browse files Browse the repository at this point in the history
fixes heapster connection issues
  • Loading branch information
jackfrancis authored and Terje Torkelsen committed Mar 15, 2018
1 parent 1fb7e9f commit f038dd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/acsengine/defaults-kubelet.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func setKubeletConfig(cs *api.ContainerService) {
"--enforce-node-allocatable": "",
"--kubeconfig": "/var/lib/kubelet/kubeconfig",
"--azure-container-registry-config": "/etc/kubernetes/azure.json",
"--read-only-port": "0",
"--keep-terminated-pod-volumes": "false",
}

Expand Down

0 comments on commit f038dd4

Please sign in to comment.