Does linkerd keeps the logs regarding k8s liveness/readiness checks?
for example, I have,
- curl -H "Host:$POD_IP:9990" $POD_IP:4140/admin/ping
in my liveness checks
livenessProbe:
exec:
command:
- bash
- -c
- curl -H "Host:$POD_IP:9990" $POD_IP:4140/admin/ping
initialDelaySeconds: 30
periodSeconds: 5
or If I want to have the liveness check response in l5d’s logs?