Closed
Description
While working on : #1096 , the code tries to access the /healthz end point SSHing into the a master node:
The semantics that we need to understand is what happens if the command fails internally with error 500 for the Curl Request. In that case, what corrective actions need to be taken?
Currently, only err and sshResult.Code is checked:
However, in some of my local testing, it was found that when the Curl request for /healthz end point fails, then Stderr in SshResult would be populated. In case of a proper response, Stderr would be empty and Stdout would be populated. The findings have been noted here:
The intention is to find the semantics to verify this behaviour and document it accordingly.
Metadata
Metadata
Assignees
Labels
No labels