From 93d6efca898e5ebecebf9e2d4d0416b7db1e107d Mon Sep 17 00:00:00 2001 From: Jesse Date: Fri, 21 Dec 2018 16:23:04 -0800 Subject: [PATCH] Explicitly set the kubelet read only port. Fixes #128. --- files/kubelet-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/files/kubelet-config.json b/files/kubelet-config.json index 3c8d5f239..b01de8f16 100644 --- a/files/kubelet-config.json +++ b/files/kubelet-config.json @@ -2,6 +2,7 @@ "kind": "KubeletConfiguration", "apiVersion": "kubelet.config.k8s.io/v1beta1", "address": "0.0.0.0", + "readOnlyPort": 10255, "authentication": { "anonymous": { "enabled": false