mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-07-03 02:46:17 +00:00
Add additional sleep in thick entrypoint
This commit is contained in:
parent
6812ce0ed6
commit
24b2d55c84
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user