Hacker News new | ask | show | jobs
by mdaniel 553 days ago
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#compati... doesn't even mention any of the 1.30+ series but based solely upon the .31 part it sure does seem like it's a bleeding edge client-go

2 comments

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 :)

We explicitly test 1.28+. But I have in front of me a 1.27.13 and the operator works on it without issues. And probably goes way further back than that.

What is the oldest version of Kubernetes you have seen in the wild recently?

Disclaimer: I work at Dash0.