vmware-tanzu / sonobuoy

Sonobuoy is a diagnostic tool that makes it easier to understand the state of a Kubernetes cluster by running a set of Kubernetes conformance tests and other plugins in an accessible and non-destructive manner.

Home Page:https://sonobuoy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sonoboy status returns incorrect information

mathijshoogland opened this issue · comments

What steps did you take and what happened:
When running sonobuoy on a k3d 1.27 k8s cluster I'm able to get an overview of the total number of tests, sonobuoy status --json gives an overview of total number of tests and other status information. When running on a k3d 1.26 cluster, however, the total number of tests is returns 0. I'm a bit confused because of this difference between k8s 1.27 and 1.26. Am I overseeing something here that could explain it?

What did you expect to happen:
I'd expect sonobuoy status --json to provide me with the total number of tests, or at least display unknown if this information is not available.

Environment:

  • Sonobuoy version: v0.56.17
  • Kubernetes version: v1.27 behaves as expected, v1.26 returns the incorrect value.
  • Kubernetes installer & version: Behaviour reproduced with local clusters configured via k3d, and on AKS clusters (in both situations v1.27 behaved as expected, v1.26 returned 0.