garden-util apline container network issue on aks
# 🌱|help-and-getting-started
w
Hi all, trying to use garden in our drone ci. we have a simple deploy step that runs garden deploy for our stack. I think this issue is intermittent becuase it does not always happen, however ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🌍 Running in namespace staging in environment staging ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Failed getting status for service 'secrets' (from module 'secrets'). Here is the output: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Error: read ECONNRESET ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ It seems like garden util is failing to sync as well from the logs: β”‚ 2022/12/06 20:27:07 [1543] rsync: [Receiver] safe_read failed to read 1 bytes: Connection reset by peer (104) β”‚ β”‚ 2022/12/06 20:27:07 [1543] rsync error: error in rsync protocol data stream (code 12) at io.c(279) [Receiver=3.2.5] β”‚ β”‚ 2022/12/06 20:27:08 [1544] connect from UNDETERMINED (10.240.0.203) β”‚ β”‚ 2022/12/06 20:27:09 [1545] connect from UNDETERMINED (10.240.0.203) this causes some of our deploy steps to never resolve, has anyone else run into this issue?
q
@wide-flag-41451 could I either have a self-contained code sample I can test or could you try testing outside of CI so we can start eliminating variables?
4 Views