From 336ca8499822d48d1bf843d7595f359e6dc98b04 Mon Sep 17 00:00:00 2001 From: Roberto Rojas Date: Wed, 10 Jul 2019 09:20:14 -0400 Subject: [PATCH] fixes substitution variable (kubeletconf -> kubeletsvc). (#350) --- cfg/1.13-json/node.yaml | 2 +- cfg/1.13/node.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/1.13-json/node.yaml b/cfg/1.13-json/node.yaml index f9f3963..7724bd3 100644 --- a/cfg/1.13-json/node.yaml +++ b/cfg/1.13-json/node.yaml @@ -22,7 +22,7 @@ groups: If using a Kubelet config file, edit the file to set authentication: anonymous: enabled to false . If using executable arguments, edit the kubelet service file - $kubeletconf on each worker node and + $kubeletsvc on each worker node and set the below parameter in KUBELET_SYSTEM_PODS_ARGS variable. --anonymous-auth=false Based on your system, restart the kubelet service. For example: diff --git a/cfg/1.13/node.yaml b/cfg/1.13/node.yaml index 865c96e..8cc7b3f 100644 --- a/cfg/1.13/node.yaml +++ b/cfg/1.13/node.yaml @@ -22,7 +22,7 @@ groups: If using a Kubelet config file, edit the file to set authentication: anonymous: enabled to false . If using executable arguments, edit the kubelet service file - $kubeletconf on each worker node and + $kubeletsvc on each worker node and set the below parameter in KUBELET_SYSTEM_PODS_ARGS variable. --anonymous-auth=false Based on your system, restart the kubelet service. For example: