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
custom data reference is out of date with the latest Azure CLI - $() syntax does not work, just use the filename directly
References Butane version 1.0.0 - please confirm examples work with the newer Butane 1.1.0
Update the references to the lastest stable version 3602.2.1
Mention the "latest" tag
Add a note about the differences between a Gen1 image and Gen2 image (kinvolk:flatcar-container-linux:stable-gen2:latest)
Add a note that TrustedLaunch is not supported with Gen2 image
Add a note that encrypted boot is not supported with Gen2 image
The json file needs to be a single line - (do not use --pretty butane flag) - this seems to work fine in non-Azure flatcar.
az vm create --name node-1 --resource-group group-1 --admin-username core --custom-data "$(cat config.ign)" --image kinvolk:flatcar-container-linux:stable:2345.3.0
This "$()" syntax no longer works, new az cli will load the file. az vm create --name node-1 --resource-group group-1 --admin-username core --custom-data config.ign --image kinvolk:flatcar-container-linux:stable:3602.2.1
az vm create --name node-1 --resource-group group-1 --admin-username core --custom-data config.ign --image kinvolk:flatcar-container-linux:stable-gen2:latest
I think Flatcar Pro is no longer a thing, so page needs that removed.
Update to use Ignition 1.1.
Impact
Ability to cross train my team and show off how amazing Flatcar Linux on Azure
Description
az vm create --name node-1 --resource-group group-1 --admin-username core --custom-data "$(cat config.ign)" --image kinvolk:flatcar-container-linux:stable:2345.3.0
This "$()" syntax no longer works, new az cli will load the file.
az vm create --name node-1 --resource-group group-1 --admin-username core --custom-data config.ign --image kinvolk:flatcar-container-linux:stable:3602.2.1
az vm create --name node-1 --resource-group group-1 --admin-username core --custom-data config.ign --image kinvolk:flatcar-container-linux:stable-gen2:latest
I think Flatcar Pro is no longer a thing, so page needs that removed.
Update to use Ignition 1.1.
Impact
Ability to cross train my team and show off how amazing Flatcar Linux on Azure
Additional Information
#501
#1218
#1249
#1253
The text was updated successfully, but these errors were encountered: