I am fairly sure this worked a few weeks ago. I tried the suggested steps described in the earlier release notes, here, but I’m getting no IPv4 address assigned. Trying to open a shell gives: VM agent isn’t currently running
Here is a session at Linux Containers - Incus - Try it online
ubuntu@tryit:~$ incus profile create vm-agent
Profile vm-agent created
ubuntu@tryit:~$ incus profile device add vm-agent agent disk source=agent:config
Device agent added to vm-agent
ubuntu@tryit:~$ incus launch images:centos/9-Stream c9 --vm -p default -p vm-agent
Launching c9
ubuntu@tryit:~$ incus ls
+------+---------+------+-----------------------------------------------+-----------------+-----------+
| NAME | STATE | IPV4 | IPV6 | TYPE | SNAPSHOTS |
+------+---------+------+-----------------------------------------------+-----------------+-----------+
| c9 | RUNNING | | fd42:c406:43f6:c399:216:3eff:fed5:db42 (eth0) | VIRTUAL-MACHINE | 0 |
+------+---------+------+-----------------------------------------------+-----------------+-----------+
ubuntu@tryit:~$ incus shell c9
Error: VM agent isn't currently running