You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: