atomist-skills / kubernetes-pod-health-skill

Report Kubernetes pod health issues
Apache License 2.0
0 stars 0 forks source link

Return `visibility: hidden` when there isn't an issue #2

Closed cdupuis closed 4 years ago

cdupuis commented 4 years ago

Right now we see lots of "All pods healthy" skill log messages. Please hide them so that those don't dominate the skill logs.

You can do so by returning the following result:

return {
  code: 0,
  reason: "All pods healthy",
  visibility: "hidden",
}
ddgenome commented 4 years ago

Fixed in https://github.com/atomist-skills/kubernetes-pod-health-skill/commit/bdeed5a9f2968955e624c7724762fd2f5cf2c460

ddgenome commented 4 years ago

Shared and updated.