You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consul namespace resolution can resolve dns names such as kubernetes.docker.internal.
To develop and test locally we run our dapr services in a mixture of docker-compose and local applications (like vs-code) with the local dapr. Because a service might be running inside a docker container, or on the host machine, we used "kubernetes.docker.internal" to specify the address of the service.
Actual Behavior
Changes between 1.11 and 1.12 have meant that dns names can no longer be used, only valid IP addresses can be used. The breaking change was in consul.go:
Steps to Reproduce the Problem
Setup a sample grpc service with Consul defined as
Expected Behavior
Consul namespace resolution can resolve dns names such as kubernetes.docker.internal.
To develop and test locally we run our dapr services in a mixture of docker-compose and local applications (like vs-code) with the local dapr. Because a service might be running inside a docker container, or on the host machine, we used "kubernetes.docker.internal" to specify the address of the service.
Actual Behavior
Changes between 1.11 and 1.12 have meant that dns names can no longer be used, only valid IP addresses can be used. The breaking change was in consul.go:
Steps to Reproduce the Problem
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: