kubernetes-sigs / hydrophone

Hydrophone is a lightweight Kubernetes conformance tests runner
Apache License 2.0
67 stars 31 forks source link

Image Version Matching #94

Closed rjsadow closed 9 months ago

rjsadow commented 10 months ago

Hydrophone currently always selects the latest image version (v1.29.0) by default, regardless of the cluster version it is testing. This can lead to mismatches causing inconsistencies in testing and results. Users can specify the version image with --conformance-image, but requires additional user input, configuration, and knowledge of the command line options. The desired behavior is for Hydrophone to automatically detect and use a conformance image that matches the cluster version.

ref: https://kubernetes.slack.com/archives/C78F00H99/p1705427311573629

rakshitgondwal commented 10 months ago

/assign