How to setup error reporting in Stackdriver from kubernetes pods?

前端 未结 3 1648
广开言路
广开言路 2021-01-11 16:25

I\'m a bit confused at how to setup error reporting in kubernetes, so errors are visible in Google Cloud Console / Stackdriver \"Error Reporting\"?

According to docu

3条回答
  •  爱一瞬间的悲伤
    2021-01-11 17:05

    To add to Boris' answer: As long as errors are logged in the right format (see https://cloud.google.com/error-reporting/docs/troubleshooting) and Cloud Logging is enabled (you can see the errors in https://console.cloud.google.com/logs/viewer) then errors will make it to Error Reporting without any further setup.

提交回复
热议问题