-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm seeing liveness and readiness probe report as "http://:http/$HEALTH_CHECK_ENDPOINT" #668
Comments
Is this still a problem with 4.1.4? |
@Nokel81 yeah, I'm still seeing this on |
Okay so to start |
Though shouldn't it be pod's node's IP? |
I have found:
So we should indeed update this, and it seems that the IP that we should default to (if the one in the |
@Gowiem Sorry for another question. I assume you have |
@Nokel81 Not sure on the second question, but yes a lot of my charts look like the following: # deployment.yml
...
ports:
- name: http
containerPort: {{ .Values.env.PORT }}
protocol: TCP
... # service.yaml
ports:
- name: http
port: {{ .Values.service.port }}
targetPort: http
protocol: TCP |
Describe the bug
I'm seeing liveness and readiness probes report as "http://:http/$HEALTH_CHECK_ENDPOINT". This seems incorrect according to my helm chart's configuration.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect to see it either report just the
/$HEALTH_CHECK_ENDPOINT
or the full hostname / IP of the pod and then the/$HEALTH_CHECK_ENDPOINT
Screenshots
![image](https://user-images.githubusercontent.com/1392040/89807754-53be1e80-daf6-11ea-9468-b274752983f4.png)
Environment (please complete the following information):
Logs:
Here is my liveness and readiness probe from
kc get pod $POD_NAME -o yaml
Kubeconfig:
The text was updated successfully, but these errors were encountered: