From b5a0dbf65ad222dce850bebc11d7ed1f0a925579 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 18 Dec 2024 15:37:38 +0100 Subject: [PATCH] docs: show sleep --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 281058b..71ed0d9 100644 --- a/README.md +++ b/README.md @@ -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