Update AKS acceptance/mock tests to use kubernetes 1.27.9#382
Conversation
|
@gshaw-pivotal, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding
|
- Kubernetes 1.26.x in Azure is reaching EOL and various patch versions are starting to become unavailable for use. - Kubernetes 1.27 has EOL in Jul 2024 and LTS until Jul 2025. - To make it easier to update the version in the future, added a variable to hold the version string. Signed-off-by: Gavin Shaw <gavins@vmware.com> Signed-off-by: Gavin Shaw <gshaw+github@pivotal.io>
c06ec5b to
663f12f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #382 +/- ##
=======================================
Coverage 25.31% 25.31%
=======================================
Files 195 195
Lines 16845 16845
=======================================
Hits 4264 4264
Misses 12363 12363
Partials 218 218 ☔ View full report in Codecov by Sentry. |
ramya-bangera
left a comment
There was a problem hiding this comment.
Thanks for taking it on priority
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
AKS acceptance tests started failing as the kubernetes version they use (1.26.6) is no longer available in the Azure region the test executes against. Updated to kubernetes version 1.27.9
N/A
Tested locally in both mock and acceptance mode (against real stack).