Support for tagging VMs and containers (and potentially other stuff...)

Don’t you just want to set user.XYZ config keys?

incus config set MY-INSTANCE user.application=kafka user.owner=integration, user.env=prod

You can then easily use those for filtering, for example:

incus list user.env=prod
2 Likes