Skip to content

Commit

Permalink
enable socket communication also for GPU plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Ciangottini <[email protected]>
  • Loading branch information
dciangot committed Oct 16, 2024
1 parent d875119 commit 2e70a73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ package main

import (
"context"
"net"
"net/http"
"os"
"os/signal"
"strconv"
"strings"
"syscall"

"github.com/sirupsen/logrus"
"github.com/virtual-kubelet/virtual-kubelet/log"
Expand Down Expand Up @@ -114,6 +118,7 @@ func main() {
if err != nil {
log.G(Ctx).Fatal(err)
}
}

if err != nil {
log.G(Ctx).Fatal(err)
Expand Down

0 comments on commit 2e70a73

Please sign in to comment.