mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-07 08:04:06 +01: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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user