Closed ag3man closed 3 years ago
Hey @ag3man, not quite a bug directly, but it's expected that release files will be applied from the repo with clusterctl. So if you're rolling your own release, you've probably got a few options:
envsubst
before applying. Something like cat _out/bootstrap-components.yaml | envsubst | kubectl apply -f -
clusterctl init -b talos
. This will ensure that env vars are substituted.After typing all that, the 2nd one is probably the one that makes the most sense imo. Hope this helps!
Thanks for the response @rsmitty I went the manual way and edited manifest to override and set MachinePool=true.
I will close this as invalid.
cloned repo switched to v0.2.0-alpha-11