You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
As of #85 , kni-install will create the master Machines and worker MachineSet with the baremetal machine providerSpec. The next step is to populate the contents that cluster-api-provider-baremetal expects.
There are two fields that must get set in our case: the image and userdata.
Prior to having the baremetal machine providerSpec, cluster-api-provider-baremetal had the image location and the image checksum location hard coded. It will now expect to receive this in the providerSpec. It looks like the image URL is already in the install-config.yaml. The checksum is passed in as a value vs. the URL, so we may have to add a URL to the checksum as another part of the install config. See #57 for a discussion of the current install-config contents.
The other is the userdata field. Prior to this change, cluster-api-provider-baremetal assumed there would be a Secret named worker-user-data. Now it should come from the providerSpec. The installer probably knows the right name to use.
No description provided.
The text was updated successfully, but these errors were encountered: