Hello
I'm trying to deploy a grafana instance inside Kubernetes (server 1.6.4) in GCE. I'm using the following manifests:
It turns out that grafana serves a 302 on '/' but the default healthcheck expects a 200 on '/'. As you can see, there is a custom readinessProbe in the Deployment.
Once I post the previous resources to the kube-apiserver, everything is created as expected. Concretely, the Ingress gets a public ip4 but the healtcheck uses '/' instead of '/login' as path. In this state, I get a 502 if I curl the public ip4.
The problem is fixable by manually changing the probe path to '/login' in the GCE console.
Is this a bug or I'm missing something?
For reference:
Regards,
maykel