budimanjojo/talhelper

"key/cert combination should not be empty" when generate worker.yaml

soulwhisper opened this issue · 2 comments

It keeps reporting "key/cert combination should not be empty" when using commands below. The first 3 controlPlane yaml generated successfully.

talhelper genconfig \
	--config-file talconfig.yaml \
	--env-file talenv.yaml \
	--secret-file talsecret.yaml

My talconfig link here

The error came from upstream config validation and doesn't seem helpful but the error is caused by this patch: https://github.com/soulwhisper/homelab/blob/a2f21332f2ca6dfc62649963f1fde38c74c70e0f/talos/talconfig.yaml#L159

I think it's because the worker node doesn't have etcd configuration. I'll take a look when I'm free later

Thank you for replying, correction reflects in my configs.