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
Currently Azure extensions do not work on Flatcar because:
Flatcar does not ship the required dependencies
the extensions explicitly list supported distributions, and these lists dont include flatcar for various reasons
What we tried
flatcar-archive/coreos-overlay#1815
By adding a full python interpreter, with all standard modules, to the OEM partition we got the VMBackup extension to work. This work is not mergeable as is, because it consumes third party binaries. We initially only tested this on arm64, but we should get an amd64 dev build with this change out so that we can test how many other extensions this enables.
Next steps
These are rough points, in no particular order, and a only a subset may be needed to accomplish the goal:
Current situation
Currently Azure extensions do not work on Flatcar because:
What we tried
flatcar-archive/coreos-overlay#1815
By adding a full python interpreter, with all standard modules, to the OEM partition we got the VMBackup extension to work. This work is not mergeable as is, because it consumes third party binaries. We initially only tested this on arm64, but we should get an amd64 dev build with this change out so that we can test how many other extensions this enables.
Next steps
These are rough points, in no particular order, and a only a subset may be needed to accomplish the goal:
python-build-standaloneExtensions we've looked at