mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
spelling: kubelet
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user