I'm working with SCDF 2.9.1
on microk8s
in dev mode and I'm not able to see my apps metadata in SCDF dashboard.
A docker inspect
shows the right labels :
The Docker image is pushed to containerd local registry : localhost:32000.
I tried to add the registry in SCDF server Config Map like this :
But it is still not working. I have errors in SCDF server logs :
ApplicationConfigurationMetadataResolver : Failed to retrieve properties for resource Docker Resource [docker:localhost:32000/mycomp/myapp:latest] because of ConnectException: Connection refused (Connection refused)
What am I doing wrong ? Thanks for your help