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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -