cnti-testcatalog / testsuite

📞📱☎️📡🌐 Cloud Native Telecom Initiative (CNTI) Test Catalog is a tool to check for and provide feedback on the use of K8s + cloud native best practices in networking applications and platforms
https://wiki.lfnetworking.org/display/LN/Test+Catalog
Apache License 2.0
169 stars 70 forks source link

[BUG] Update all Kubernetes version in Gates (stop pinning v1.23 EOL) #1948

Closed collivier closed 1 month ago

collivier commented 3 months ago

Describe the bug

kindest/node:v1.23.17 is hard-coded in gate but K8S v1.23 has been EOL for a while.

To Reproduce

See https://github.com/search?q=repo%3Acnti-testcatalog%2Ftestsuite%20kindest%2Fnode%3A&type=code

Expected behavior

No kindest/node pinned

How will this be tested? aka Acceptance Criteria (optional)

Github actions must pass

HashNuke commented 2 months ago

I posted a comment on the PR with some notes as to why the version was pinned.