kahkhang / kube-linode

:whale: Provision a Kubernetes/CoreOS cluster on Linode
MIT License
212 stars 31 forks source link

alertmanager host not found #43

Closed c835722 closed 7 years ago

c835722 commented 7 years ago

GIVEN I am an end-user of kube-linode WHEN when I put the ingress monitoring host alertmanager into a web browser THEN its should resolve to the authentication mechinism/initial welcome page.

kahkhang commented 7 years ago

Hmm sorry I don't get this issue?

c835722 commented 7 years ago

I mean that I notice you have a alertmanager host in the confguration.

 ~/.usr/local/products/kubernetes/linode/kube-linode   master …  kubectl get ingress --all-namespaces                                        Wed 23 Aug 17:03:33 2017
NAMESPACE     NAME                 HOSTS                                                                    ADDRESS   PORTS     AGE
kube-system   dashboard-ingress    kube.villeroy.xyz,traefik.villeroy.xyz                                             80        2d
monitoring    prometheus-ingress   alertmanager.villeroy.xyz,prometheus.villeroy.xyz,grafana.villeroy.xyz             80        2d
 ~/.usr/local/products/kubernetes/linode/kube-linode   master …     

I expressed the issue in BDD format so you might use it as the test should the issue be resolved. Do let me know if I have missed something obvious.

kahkhang commented 7 years ago

It is intended that alertmanager.villeroy.xyz is exposed, is that an issue?

c835722 commented 7 years ago

It should be exposed but it is not. alertmanager is not working for me built from the master branch instance.

kahkhang commented 7 years ago

Can you elaborate more of how it is not working? Is the alertmanager pod running? Pinging alertmanager.villeroy.xyz results in an unknown host, you might want to check your dns settings to see if you've set appropriate A/CNAME records for that. By right this shouldn't happen unless you have some custom settings in your DNS provider.

c835722 commented 7 years ago

User DNS issue mispelling of alertmamager. Resolved.