canonical / bundle-kubeflow

Charmed Kubeflow
Apache License 2.0
103 stars 50 forks source link

bump k8s version in AKS due to 1.26 reaching EOL #891

Closed orfeas-k closed 4 months ago

orfeas-k commented 4 months ago

Context

AKS moves fast with Kubernetes versions released https://learn.microsoft.com/en-us/azure/aks/supported-kubernetes-versions?tabs=azure-cli#aks-kubernetes-release-calendar. Thus, we need to follow in order to have the CI running. Currently, the CI is failing since 1.26 is not supported any more.

What needs to get done

Bump k8s version from 1.26 to 1.28 since it's the latest supported version in for CKF. Note that we could also do 1.29 since in https://github.com/canonical/bundle-kubeflow/issues/756 we evaluated that 1.29 is compatible with k8s.

Definition of Done

AKS workflows use 1.28 version

syncronize-issues-to-jira[bot] commented 4 months ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-5648.

This message was autogenerated

orfeas-k commented 4 months ago

Katib UAT fails but it failed previously as well https://github.com/canonical/bundle-kubeflow/issues/893 Training-operator UAT starts to failing after bumping k8s version https://github.com/canonical/bundle-kubeflow/issues/894

We need to investigate more