Fix build

This commit is contained in:
Daniel Smith
2014-06-11 19:04:14 -07:00
parent 7c17db672e
commit 69acbf5a74
3 changed files with 5 additions and 3 deletions

View File

@@ -24,6 +24,7 @@ import (
"log"
"math/rand"
"os"
"os/exec"
"time"
"github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet"
@@ -63,7 +64,7 @@ func main() {
}
my_kubelet := kubelet.Kubelet{
Hostname: hostname,
Hostname: string(hostname),
DockerClient: dockerClient,
FileCheckFrequency: *fileCheckFrequency,
SyncFrequency: *syncFrequency,