mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-25 22:41:47 +02:00
Merge branch 'feature/KASM-6235_egress_sysbox_support' into 'develop'
KASM-6235 Update egress waiting logic to account for the sysbox workaround Closes KASM-6235 See merge request kasm-technologies/internal/workspaces-core-images!215
This commit is contained in:
commit
aca1765bfd
@ -450,8 +450,9 @@ function wait_for_network_devices() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
for interface in $interfaces; do
|
for interface in $interfaces; do
|
||||||
if [[ $interface == eth* ]]; then
|
# ignore eth* interfaces if egress gateway is enabled
|
||||||
return
|
if [[ $interface == eth* && -z $KASM_SVC_EGRESS ]]; then
|
||||||
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $interface == k-p-* ]]; then
|
if [[ $interface == k-p-* ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user