acoustic-apple-98545
08/04/2025, 11:31 PMharvester-seeder
repository's README
, which seems to be outdated. My goal is to get this automated provisioning working, but I keep hitting roadblocks.
I'm currently working on a feature branch, feat-auto-provisioner
, in my own repository. In this branch, I'm using Zarf, an air-gapped solution, to create a K3s cluster and deploy everything. The main goal is to package everything into a single bundle that can be deployed in an air-gapped environment with minimal changes to the configuration files.
Here's a quick summary of the problems I've faced:
• The harvester-seeder
pod seems to be looking for a tinker-stack
service that never becomes available, even after I tried customizing the charts.
• I attempted to override the tink-server
configuration and review the code for hegel
, but this didn't resolve the issue.
• I also tried using the latest Tinkerbell chart, which led to a different problem. While I was able to successfully boot into hookOS
, the tink-controller
complained that the workflow was invalid, specifically mentioning that task.0.worker
was missing. I suspect there might be breaking changes in the latest Tinkerbell charts that are incompatible with the current harvester-seeder
.
I'd appreciate it if you could take a look at my feature branch, especially the folders under zarf
, and check some of the values or `diff`s I've made. Any insights or guidance on how to move forward would be greatly appreciated. Has anyone else encountered similar issues with harvester-seeder
and the Tinkerbell integration? Thanks! @great-bear-19718 @bland-farmer-13503 @prehistoric-balloon-31801 @red-king-19196 @salmon-city-57654 @average-energy-22726great-bear-19718
08/05/2025, 11:03 AMgreat-bear-19718
08/05/2025, 11:03 AMred-king-19196
08/05/2025, 11:49 AMacoustic-apple-98545
08/05/2025, 11:56 AMacoustic-apple-98545
08/06/2025, 11:15 AMdependencies:
- name: stack
repository: file://../tinkerbell-stack
version: 0.4.2
digest: sha256:6072bf4caacab819446b69ead18b8cf5beb8d474e0fc26e6e933dcba6d0a5ad7
generated: "2025-08-06T13:10:38.26094976+02:00"
------
.
.
.
maintainers:
- name: harvester
dependencies:
- name: stack
repository: file://../tinkerbell-stack
version: 0.4.2
--------
# values/seeder.yaml
image:
repository: rancher/harvester-seeder
cluster:
imageURL: "http://###ZARF_VAR_K3S_HOST_IP###:32200"
version: "###ZARF_CONST_HARVESTER_VERSION###"
stack:
publicIP: "###ZARF_VAR_K3S_HOST_IP###"
-----
(POD CIDR default)
acoustic-apple-98545
08/06/2025, 12:12 PMacoustic-apple-98545
08/12/2025, 7:34 PM