Skip to content

Split K8sHelper, add WorkerProvisioner protocol, and add LinuxWorker … - #2110

Open
jshi991 wants to merge 10 commits into
apple:mainfrom
jshi991:k8s-worker-provisioner
Open

Split K8sHelper, add WorkerProvisioner protocol, and add LinuxWorker …#2110
jshi991 wants to merge 10 commits into
apple:mainfrom
jshi991:k8s-worker-provisioner

Conversation

@jshi991

@jshi991 jshi991 commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

closes #2102

@jshi991
jshi991 force-pushed the k8s-worker-provisioner branch 3 times, most recently from 84bc66c to 549d886 Compare August 12, 2026 03:03
Comment thread Sources/ContainerK8s/Commands/K8sCreate.swift Outdated
Comment thread Sources/ContainerK8s/Support/K8sHelper+Bootstrap.swift Outdated
Comment thread Sources/Services/ContainerAPIService/Client/Utility.swift Outdated
Comment thread Sources/ContainerCommands/Application.swift
Comment thread Sources/ContainerK8s/Provisioners/NodeProvisioner.swift
Comment thread Sources/ContainerK8s/Commands/K8sCreate.swift Outdated
@jshi991
jshi991 force-pushed the k8s-worker-provisioner branch from 5ae84a9 to ac1e684 Compare August 13, 2026 18:37
return (token: parts[tokenIdx + 1], caCertHash: parts[hashIdx + 1])
}

private static func loadKindnetManifest(log: Logger) async throws -> String {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pluginLoader.findPlugin is not finding this need to look into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[k8s]: refactor K8sHelper into focused extensions and add K8sWorker protocol

2 participants