The incorrect specification of the KUBELET_KUBECONFIG environment
variable made it so that default parameters were not present.
Update the KUBELET_KUBECONFIG environment variable as
KUBELET_KUBECONFIG="--kubeconfig=/etc/kubernetes/kubelet.kubeconfig".
So that kubelet have the correct default parameters.
Partial-Bug: 2026597
Test-plan:
PASS - Install AIO-SX and verified that /etc/kubernetes/kubelet
contains the modified value of KUBELET_KUBECONFIG.
Change-Id: I38dae1b69b24b6a487d35e3f789e1b0d8171eef8
Signed-off-by: Ramesh Kumar Sivanandam <rameshkumar.sivanandam@windriver.com>