spelling: kubelet

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2021-01-06 22:03:11 -05:00
parent c9fb97fa6f
commit cc86791e16

View File

@@ -88,7 +88,7 @@ func (c *buildContext) buildImage(bits kube.Bits) error {
// copy artifacts in
for _, binary := range bits.BinaryPaths() {
// TODO: probably should be /usr/local/bin, but the existing kublet
// TODO: probably should be /usr/local/bin, but the existing kubelet
// service file expects /usr/bin/kubelet
nodePath := "/usr/bin/" + path.Base(binary)
if err := exec.Command("docker", "cp", binary, containerID+":"+nodePath).Run(); err != nil {