siderolabs / cluster-api-bootstrap-provider-talos

A cluster-api bootstrap provider for deploying Talos clusters.
https://www.talos-systems.com
Mozilla Public License 2.0
103 stars 27 forks source link

clear the installer image in the generated Talos machine configuration #58

Closed smira closed 3 years ago

smira commented 3 years ago

This should be no-op for the AWS/GCP (clouds), as they're booting off the disk image, while for Sidero it means that the default installer image will match the Environment

smira commented 3 years ago

Figured out that the CABPT doesn't actually set the install image, and Talos does good job of using defaults here. So for Sidero case, Talos version will be driven by the Environment.

The trick is that Sfyra is setting install image explicitly which should probably be dropped.