mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-07-04 19:36:14 +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)
|
fmt.Fprintf(os.Stderr, "failed to create multus config: %v\n", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
time.Sleep(1 * time.Second)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// sleep infinitely
|
// sleep infinitely
|
||||||
|
Loading…
Reference in New Issue
Block a user