From 24b2d55c84090c76920158a0eb0c3e59e01b42cc Mon Sep 17 00:00:00 2001 From: Tomofumi Hayashi Date: Fri, 26 Jan 2024 00:45:47 +0900 Subject: [PATCH] Add additional sleep in thick entrypoint --- cmd/thin_entrypoint/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/thin_entrypoint/main.go b/cmd/thin_entrypoint/main.go index 555a1c4fe..a4a74a5fd 100644 --- a/cmd/thin_entrypoint/main.go +++ b/cmd/thin_entrypoint/main.go @@ -603,6 +603,7 @@ func main() { fmt.Fprintf(os.Stderr, "failed to create multus config: %v\n", err) return } + time.Sleep(1 * time.Second) } } else { // sleep infinitely