mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-13 21:18:05 +00:00
Add additional sleep in thick entrypoint
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user