The feature IsAcceleratedNetworkSupported is of notable interest since Garden Linux supports it and it is actively used in Gardener. However, it was never set to true even during times when Garden Linux published through Azure Marketplace:
Setting the feature list is done in the galleryImageDefinition by providing a features element (ref, ref) containing allowed features.
Things to do:
[ ] figure out which features are actually supported by Garden Linux
[ ] test if a gallery image definition can be retroactively changed without affecting already published images (i.e. test in a non-productive subscription)
[ ] obtain a list of possible features that can be specified in the gallery image definition
[ ] add features that are supported by Garden Linux to the gallery image definition (might be a different feature set for gen1 and gen2 definitions)
What happened:
VM Images on Azure have guest os features that specify what the OS can do.
E.g. from a SUSE cHost Image:
The feature
IsAcceleratedNetworkSupported
is of notable interest since Garden Linux supports it and it is actively used in Gardener. However, it was never set totrue
even during times when Garden Linux published through Azure Marketplace:Setting the feature list is done in the galleryImageDefinition by providing a
features
element (ref, ref) containing allowed features.Things to do:
gen1
andgen2
definitions)