Skip to content

pkg/kube: port cluster-init.sh to Go daemon - #5971

Merged
eriknordmark merged 35 commits into
lf-edge:masterfrom
rucoder:rucoder/kube-init-go
Aug 9, 2026
Merged

pkg/kube: port cluster-init.sh to Go daemon#5971
eriknordmark merged 35 commits into
lf-edge:masterfrom
rucoder:rucoder/kube-init-go

kube-init: fix external-boot-image tarball path

d6eff73
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Aug 8, 2026 in 2s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 487 in pkg/kube/kube-init/k3s/config.go

See this annotation in the file changed.

Code scanning / CodeQL

Disabled TLS certificate check High

InsecureSkipVerify should not be used in production code.