Commit 813a48d
authored
fix(ci): e2e nested bootstrap cluster add d8 v ssh timeout (#2301)
Description
Add SSH keepalive options to d8 v ssh calls used in nested-cluster CI and the e2e d8 helper.
This keeps long-lived SSH sessions more stable when the VM connection is proxied through virtualization-api port-forwarding.
The following SSH options were added:
ServerAliveInterval=15 to send periodic keepalive probes during long-running sessions.
ServerAliveCountMax=8 to tolerate short interruptions before the SSH client gives up.
ConnectTimeout=10 to fail stalled connection attempts quickly and avoid hanging retries.
---------
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>1 parent bc0eae4 commit 813a48d
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
319 | 322 | | |
320 | 323 | | |
321 | 324 | | |
| |||
363 | 366 | | |
364 | 367 | | |
365 | 368 | | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
366 | 372 | | |
367 | 373 | | |
368 | 374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments