Google Health检查日志在哪里?

我正在运行一个GCE实例,并且运行了一个Kubernetes集群。 HTTP负载平衡器还configuration为探测在此实例上运行的Kubernetes服务的运行状况。 但是我经常得到这个错误:

Error: Server Error The server encountered a temporary error and could not complete your request. Please try again in 30 seconds. 

所以我想知道与负载平衡器相关的运行状况检查是否正确运行/configuration。

我在哪里可以find或如何启用这种健康检查器的日志文件

这个实例正在运行Debian。