Merge pull request #1217 from s1061123/add-sleep-thin

Add additional sleep in thick entrypoint
This commit is contained in:
Doug Smith
2024-01-25 11:10:57 -05:00
committed by GitHub

View File

@@ -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