kubernetes Add context to "Watch failed"

gz5pxeao  于 4个月前  发布在  Kubernetes
关注(0)|答案(3)|浏览(55)

你想添加什么内容?
retrywatcher.goWatch failed 错误添加一些上下文。
为什么需要这个?
许多系统(尤其是 argocd)会出现以下形式的日志消息:

重现问题

不知道

预期行为

日志消息应该给阅读它们的人提供足够的上下文,以便他们理解发生了什么,即 "我尝试执行 x 操作,但监视失败了"。

受害者

一般搜索:https://github.com/search?q=%22Watch+failed%22+kubernetes+retrywatcher.go&type=issues
argoproj/argo-cd#14134 (评论)
okteto/okteto#3911 (评论)
aws/eks-anywhere#6535 (评论)
devopstales/devopstales.github.io#7 (评论)

118731 (评论)

open-cluster-management-io/ocm#186 (评论)
作为 kubernetes/client-go#1321 提出的问题

相关问题