Make the Kubelet read-only port configurable and disable it by default. Fixes #2159.

This commit is contained in:
Jonas Kongslund
2018-01-16 11:11:41 +04:00
parent ffbdf31ac4
commit 11844c987c
4 changed files with 8 additions and 0 deletions

View File

@@ -86,3 +86,6 @@ kube_override_hostname: >-
# cAdvisor port
kube_cadvisor_port: 0
# The read-only port for the Kubelet to serve on with no authentication/authorization.
kube_read_only_port: 0