mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-09-19 16:40:58 +00:00
Merge pull request #1217 from s1061123/add-sleep-thin
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