Skip to content

Commit

Permalink
re-enable read-only port on kubelet
Browse files Browse the repository at this point in the history
fixes heapster connection issues
  • Loading branch information
jackfrancis committed Jan 18, 2018
1 parent 1d33229 commit 93589b4
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 @@ -23,7 +23,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 93589b4

Please sign in to comment.