docs: show sleep

This commit is contained in:
decentral1se 2024-12-18 15:37:38 +01:00
parent dc16e53aa0
commit b5a0dbf65a
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -40,7 +40,11 @@ The plugin responds to the following Incus events:
* `api.EventLifecycleInstanceResumed`
* `api.EventLifecycleInstanceStarted`
It currently *only* matches against the upstream ipv4 addresses of instances.
There is a rather crude implementation for handling these events. We simply
wire up a few seconds of sleep to allow for the network part of the instance to
come up. Otherwise, there is not network address to retrieve.
We currently *only* match against the upstream ipv4 addresses of instances.
## FAQ