In kubernetes having "version one, minor whatever" isn't meaningful because I can assure you with absolute confidence that 1.2 != 1.30 so it would be helpful to include the actual, no kidding, minimum version that you support https://www.dash0.com/documentation/dash0/dash0-kubernetes-o... Chasing https://github.com/dash0hq/dash0-operator/blob/0.35.3/go.mod... into https://github.com/kubernetes/client-go/tree/v0.31.3#…
Very good point. I ran an extensive test suite today with a lot of different Kubernetes versions, and the outcome is that anything between 1.21 and 1.31 works. I'll update our docs to specify an official minimum version.
Disclaimer: I work at Dash0 and I'm the lead developer for our Kubernetes operator :)