mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Fix build
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user