I have a problem on a running Hyperledger Fabric network 1.4 that was working OK on Azure Kubernetes 1.17 after migrating to 1.19. The chaincode is no longer working and peer nodes shows error "cannot connect to Docker endpoint".
Looks like the connection between the peer nodes and the DinD daemon is dead now (I was using unix:///host/var/run/docker.sock ) as CORE_VM_ENDPOINT.
Is there any workaround? Maybe there is a way to go back to tcp://docker:2375 for the CORE_VM_ENDPOINT value?
Thanks