Closed tschale closed 2 years ago
Fix is in version 0.6.16. Please close this issue if you can confirm it working.
It doesn't seem to be completely resolved. If I run gefyra down
and then gefyra up
again, I can see the error for about one minute. After that it works.
When running gefyra up
when it didn't run before (i.e. no gefyra down
immediately before) it doesn't seem to occur anymore, at least I haven't observed it so far. Which is an improvement, this was quite regular before.
It is with great pleasure to inform you, that in version 0.7.2 there is another fix for this. A retry logic now tries to create the Docker network. Hopefully this helps. Please check and confirm it working.
I don't have a huge sample size, but it seems that it doesn't occur anymore.
When running
gefyra up
it sometimes fails with apool overlap
error:I've seen this quite regularly. It seems to occur randomly, if I run
gefyra up
multiple times, it usually works eventually.I am somewhat confused about the
error while removing network: network k3d-gefyra-demos
in the stacktrace. I also can see that error when runninggefyra down
. However that is the docker network of the k3d cluster and not of gefyra itself. Does this mean gefyra is trying to remove that network? Or is this a confusing error output?