I have set some config options to a profile and I was expecting them to appear when I asked for them in a given instance with incus config show. However I could not find them until I realized that I needed to ask for the extended config with the -e option (or looking at the “extended_config” when exporting to JSON).
I could not find in the documentation the explanation that configuration options inherited from the profile need to be inspected in the instance looking at the expanded configuration. Is it explained somewhere?
Thanks!