Reputation: 215
I'm following the official guide for installing deis on google cloud. Everything worked fine except the fact that now I'm not able to register users to the platform (which is up and running). When I give the following command:
./deis register http://deis.mydeisdemo.io
it gives
Make sure that the Controller URI is correct and the server is running.
Error: Get http://deis.mydeisdemo.io/v1/: dial tcp: lookup deis.mydeisdemo.io on 169.254.169.254:53: no such host
In simple words I don't know how to reach the deis controller and I'm not sure the DNS are working fine. How can I solve?
Upvotes: 0
Views: 67