Split K8sHelper, add WorkerProvisioner protocol, and add LinuxWorker … (#2110)

- Closes #2102.
- LinuxWorkerProvisioner sets up a kind-based node.
- Includes some test cleanups.

Co-authored-by: John Logan <john_logan@apple.com>
This commit is contained in:
jshi991
2026-08-18 13:12:06 -07:00
committed by GitHub
co-authored by John Logan
parent 7d4ffb6cb1
commit b3357fdb2e
20 changed files with 1092 additions and 793 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ public struct Builder: Sendable {
}
if let terminal = config.terminal {
_ = Task {
Task {
let winchHandler = AsyncSignalHandler.create(notify: [SIGWINCH])
let setWinch = { (rows: UInt16, cols: UInt16) in
var winch = ClientStream()