From 713f11ffe21a1051d98f95d0664faebe5bb2ffc1 Mon Sep 17 00:00:00 2001 From: Mariusz Marciniak Date: Sat, 20 Jul 2024 22:40:15 +0000 Subject: [PATCH] KASM-6235 Update egress waiting logic to account for the sysbox workaround --- src/common/startup_scripts/vnc_startup.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/common/startup_scripts/vnc_startup.sh b/src/common/startup_scripts/vnc_startup.sh index 1b00831..f620f12 100755 --- a/src/common/startup_scripts/vnc_startup.sh +++ b/src/common/startup_scripts/vnc_startup.sh @@ -450,8 +450,9 @@ function wait_for_network_devices() { fi for interface in $interfaces; do - if [[ $interface == eth* ]]; then - return + # ignore eth* interfaces if egress gateway is enabled + if [[ $interface == eth* && -z $KASM_SVC_EGRESS ]]; then + return fi if [[ $interface == k-p-* ]]; then