deployment - DEIS on EC2, wildcard dns works, but app not visible -
i'm new deis, i've got , running on ec2 now. configs done (followed https://github.com/deis/deis/tree/master/contrib/ec2). can register, login , deploy app, whenever try access app thru address given @ , od deploy process, i'm getting default nginx web. when add other address http://nameichoose.deisloadbalancer.mydomain.com (there wildcard set *.deisloadbalancer.mydomain.com), it's still same default nginx web. doing wrong?
lucas, means deis controller can't schedule applications cluster, typically because you've specified wrong ssh key --auth
parameter. getting logs controller confirm case. log machine hosting controller, , journalctl -fu deis-controller
. looking @ logs right after scale operation want. if see 'permission denied', has happened. you'll need clusters:update
, specify ssh key used provision servers.
also, i'm curious how configured dns. if want apps live under deisloadbalancer.mydomain.com, you'd need configure wildcard dns cname record *.deisloadbalancer.mydomain.com point elastic load balancer's dns name.
hop on over our github or irc (freenode #deis) , we'd happy help!
Comments
Post a Comment